-- MySQL dump 10.13  Distrib 8.0.35, for Win64 (x86_64)
--
-- Host: ::1    Database: local
-- ------------------------------------------------------
-- Server version	8.0.35

/*!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 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `priority` tinyint unsigned NOT NULL DEFAULT '10',
  `args` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schedule` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `group_id` bigint unsigned NOT NULL DEFAULT '0',
  `attempts` int 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 unsigned NOT NULL DEFAULT '0',
  `extended_args` varchar(8000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`),
  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_priority_scheduled_date_gmt` (`claim_id`,`status`,`priority`,`scheduled_date_gmt`),
  KEY `status_last_attempt_gmt` (`status`,`last_attempt_gmt`),
  KEY `status_claim_id` (`status`,`claim_id`)
) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_actions`
--

LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES (11,'action_scheduler/migration_hook','complete','2026-04-13 05:55:01','2026-04-13 05:55:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776059701;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776059701;}',1,1,'2026-04-13 05:56:31','2026-04-13 05:56:31',3,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (12,'action_scheduler/migration_hook','canceled','2026-04-13 05:55:01','2026-04-13 05:55:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776059701;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776059701;}',2,0,'2026-04-13 05:56:31','2026-04-13 05:56:31',3,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (13,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-13 05:55:26','2026-04-13 05:55:26',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776059726;s:18:\"\0*\0first_timestamp\";i:1776059726;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776059726;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-13 05:56:31','2026-04-13 05:56:31',3,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (14,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-14 05:56:31','2026-04-14 05:56:31',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776146191;s:18:\"\0*\0first_timestamp\";i:1776059726;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776146191;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-14 06:03:37','2026-04-14 06:03:37',206,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (15,'wpforms_process_forms_locator_scan','complete','2026-04-13 05:57:02','2026-04-13 05:57:02',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776059822;s:18:\"\0*\0first_timestamp\";i:1776059822;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776059822;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-13 05:57:04','2026-04-13 05:57:04',5,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (16,'wpforms_process_purge_spam','complete','2026-04-13 05:57:02','2026-04-13 05:57:02',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776059822;s:18:\"\0*\0first_timestamp\";i:1776059822;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776059822;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-13 05:57:04','2026-04-13 05:57:04',5,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (17,'wpforms_email_summaries_fetch_info_blocks','complete','2026-04-07 13:28:37','2026-04-07 13:28:37',10,'{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775568517;s:18:\"\0*\0first_timestamp\";i:1775568517;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775568517;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,1,'2026-04-13 05:57:04','2026-04-13 05:57:04',5,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (18,'wpforms_admin_notifications_update','complete','2026-04-13 05:57:03','2026-04-13 05:57:03',10,'{\"tasks_meta_id\":3}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-13 05:57:04','2026-04-13 05:57:04',5,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (19,'wpforms_email_summaries_fetch_info_blocks','pending','2026-04-20 05:57:04','2026-04-20 05:57:04',10,'{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776664624;s:18:\"\0*\0first_timestamp\";i:1775568517;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776664624;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (20,'wpforms_process_forms_locator_scan','complete','2026-04-14 05:57:04','2026-04-14 05:57:04',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776146224;s:18:\"\0*\0first_timestamp\";i:1776059822;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776146224;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-14 06:03:37','2026-04-14 06:03:37',206,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (21,'wpforms_process_purge_spam','complete','2026-04-14 05:57:04','2026-04-14 05:57:04',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776146224;s:18:\"\0*\0first_timestamp\";i:1776059822;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776146224;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-14 06:03:37','2026-04-14 06:03:37',206,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (22,'wpforms_process_forms_locator_scan','complete','2026-04-15 06:03:37','2026-04-15 06:03:37',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776233017;s:18:\"\0*\0first_timestamp\";i:1776059822;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776233017;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-16 12:20:58','2026-04-16 12:20:58',451,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (23,'wpforms_process_purge_spam','complete','2026-04-15 06:03:37','2026-04-15 06:03:37',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776233017;s:18:\"\0*\0first_timestamp\";i:1776059822;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776233017;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-04-16 12:21:18','2026-04-16 12:21:18',452,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (24,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-15 06:03:37','2026-04-15 06:03:37',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776233017;s:18:\"\0*\0first_timestamp\";i:1776059726;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776233017;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-04-16 12:21:19','2026-04-16 12:21:19',452,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (25,'wpforms_admin_notifications_update','complete','2026-04-14 06:09:38','2026-04-14 06:09:38',10,'{\"tasks_meta_id\":4}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-14 06:09:55','2026-04-14 06:09:55',210,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (26,'wpforms_admin_addons_cache_update','pending','2026-04-21 13:56:44','2026-04-21 13:56:44',10,'{\"tasks_meta_id\":5}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776779804;s:18:\"\0*\0first_timestamp\";i:1776779804;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776779804;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (27,'wpforms_builder_help_cache_update','pending','2026-04-21 13:56:44','2026-04-21 13:56:44',10,'{\"tasks_meta_id\":6}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776779804;s:18:\"\0*\0first_timestamp\";i:1776779804;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776779804;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (28,'wpforms_admin_builder_templates_cache_update','pending','2026-04-21 13:56:44','2026-04-21 13:56:44',10,'{\"tasks_meta_id\":7}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776779804;s:18:\"\0*\0first_timestamp\";i:1776779804;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776779804;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (29,'wpforms_process_forms_locator_scan','pending','2026-04-17 12:20:58','2026-04-17 12:20:58',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776428458;s:18:\"\0*\0first_timestamp\";i:1776059822;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776428458;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (30,'wpforms_admin_notifications_update','complete','2026-04-16 12:21:12','2026-04-16 12:21:12',10,'{\"tasks_meta_id\":8}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-04-16 12:21:19','2026-04-16 12:21:19',452,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (31,'wpforms_process_purge_spam','pending','2026-04-17 12:21:18','2026-04-17 12:21:18',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776428478;s:18:\"\0*\0first_timestamp\";i:1776059822;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776428478;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES (32,'action_scheduler_run_recurring_actions_schedule_hook','pending','2026-04-17 12:21:19','2026-04-17 12:21:19',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776428479;s:18:\"\0*\0first_timestamp\";i:1776059726;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776428479;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_claims`
--

DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint 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=460 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_claims`
--

LOCK TABLES `wp_actionscheduler_claims` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_groups`
--

DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_groups`
--

LOCK TABLES `wp_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_groups` VALUES (1,'action-scheduler-migration');
INSERT INTO `wp_actionscheduler_groups` VALUES (2,'action-scheduler-migration');
INSERT INTO `wp_actionscheduler_groups` VALUES (3,'ActionScheduler');
INSERT INTO `wp_actionscheduler_groups` VALUES (4,'wpforms');
/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_logs`
--

DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint unsigned NOT NULL,
  `message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci 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=53 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES (1,11,'action created','2026-04-13 05:54:01','2026-04-13 05:54:01');
INSERT INTO `wp_actionscheduler_logs` VALUES (2,12,'action created','2026-04-13 05:54:01','2026-04-13 05:54:01');
INSERT INTO `wp_actionscheduler_logs` VALUES (3,13,'action created','2026-04-13 05:55:26','2026-04-13 05:55:26');
INSERT INTO `wp_actionscheduler_logs` VALUES (4,11,'action started via WP Cron','2026-04-13 05:56:31','2026-04-13 05:56:31');
INSERT INTO `wp_actionscheduler_logs` VALUES (5,12,'action canceled','2026-04-13 05:56:31','2026-04-13 05:56:31');
INSERT INTO `wp_actionscheduler_logs` VALUES (6,11,'action complete via WP Cron','2026-04-13 05:56:31','2026-04-13 05:56:31');
INSERT INTO `wp_actionscheduler_logs` VALUES (7,12,'action ignored via WP Cron','2026-04-13 05:56:31','2026-04-13 05:56:31');
INSERT INTO `wp_actionscheduler_logs` VALUES (8,13,'action started via WP Cron','2026-04-13 05:56:31','2026-04-13 05:56:31');
INSERT INTO `wp_actionscheduler_logs` VALUES (9,13,'action complete via WP Cron','2026-04-13 05:56:31','2026-04-13 05:56:31');
INSERT INTO `wp_actionscheduler_logs` VALUES (10,14,'action created','2026-04-13 05:56:31','2026-04-13 05:56:31');
INSERT INTO `wp_actionscheduler_logs` VALUES (11,15,'action created','2026-04-13 05:57:02','2026-04-13 05:57:02');
INSERT INTO `wp_actionscheduler_logs` VALUES (12,16,'action created','2026-04-13 05:57:02','2026-04-13 05:57:02');
INSERT INTO `wp_actionscheduler_logs` VALUES (13,17,'action created','2026-04-13 05:57:02','2026-04-13 05:57:02');
INSERT INTO `wp_actionscheduler_logs` VALUES (14,18,'action created','2026-04-13 05:57:03','2026-04-13 05:57:03');
INSERT INTO `wp_actionscheduler_logs` VALUES (15,17,'action started via WP Cron','2026-04-13 05:57:03','2026-04-13 05:57:03');
INSERT INTO `wp_actionscheduler_logs` VALUES (16,17,'action complete via WP Cron','2026-04-13 05:57:04','2026-04-13 05:57:04');
INSERT INTO `wp_actionscheduler_logs` VALUES (17,19,'action created','2026-04-13 05:57:04','2026-04-13 05:57:04');
INSERT INTO `wp_actionscheduler_logs` VALUES (18,15,'action started via WP Cron','2026-04-13 05:57:04','2026-04-13 05:57:04');
INSERT INTO `wp_actionscheduler_logs` VALUES (19,15,'action complete via WP Cron','2026-04-13 05:57:04','2026-04-13 05:57:04');
INSERT INTO `wp_actionscheduler_logs` VALUES (20,20,'action created','2026-04-13 05:57:04','2026-04-13 05:57:04');
INSERT INTO `wp_actionscheduler_logs` VALUES (21,16,'action started via WP Cron','2026-04-13 05:57:04','2026-04-13 05:57:04');
INSERT INTO `wp_actionscheduler_logs` VALUES (22,16,'action complete via WP Cron','2026-04-13 05:57:04','2026-04-13 05:57:04');
INSERT INTO `wp_actionscheduler_logs` VALUES (23,21,'action created','2026-04-13 05:57:04','2026-04-13 05:57:04');
INSERT INTO `wp_actionscheduler_logs` VALUES (24,18,'action started via WP Cron','2026-04-13 05:57:04','2026-04-13 05:57:04');
INSERT INTO `wp_actionscheduler_logs` VALUES (25,18,'action complete via WP Cron','2026-04-13 05:57:04','2026-04-13 05:57:04');
INSERT INTO `wp_actionscheduler_logs` VALUES (26,20,'action started via WP Cron','2026-04-14 06:03:37','2026-04-14 06:03:37');
INSERT INTO `wp_actionscheduler_logs` VALUES (27,20,'action complete via WP Cron','2026-04-14 06:03:37','2026-04-14 06:03:37');
INSERT INTO `wp_actionscheduler_logs` VALUES (28,22,'action created','2026-04-14 06:03:37','2026-04-14 06:03:37');
INSERT INTO `wp_actionscheduler_logs` VALUES (29,21,'action started via WP Cron','2026-04-14 06:03:37','2026-04-14 06:03:37');
INSERT INTO `wp_actionscheduler_logs` VALUES (30,21,'action complete via WP Cron','2026-04-14 06:03:37','2026-04-14 06:03:37');
INSERT INTO `wp_actionscheduler_logs` VALUES (31,23,'action created','2026-04-14 06:03:37','2026-04-14 06:03:37');
INSERT INTO `wp_actionscheduler_logs` VALUES (32,14,'action started via WP Cron','2026-04-14 06:03:37','2026-04-14 06:03:37');
INSERT INTO `wp_actionscheduler_logs` VALUES (33,14,'action complete via WP Cron','2026-04-14 06:03:37','2026-04-14 06:03:37');
INSERT INTO `wp_actionscheduler_logs` VALUES (34,24,'action created','2026-04-14 06:03:37','2026-04-14 06:03:37');
INSERT INTO `wp_actionscheduler_logs` VALUES (35,25,'action created','2026-04-14 06:09:38','2026-04-14 06:09:38');
INSERT INTO `wp_actionscheduler_logs` VALUES (36,25,'action started via WP Cron','2026-04-14 06:09:55','2026-04-14 06:09:55');
INSERT INTO `wp_actionscheduler_logs` VALUES (37,25,'action complete via WP Cron','2026-04-14 06:09:55','2026-04-14 06:09:55');
INSERT INTO `wp_actionscheduler_logs` VALUES (38,26,'action created','2026-04-14 13:56:44','2026-04-14 13:56:44');
INSERT INTO `wp_actionscheduler_logs` VALUES (39,27,'action created','2026-04-14 13:56:44','2026-04-14 13:56:44');
INSERT INTO `wp_actionscheduler_logs` VALUES (40,28,'action created','2026-04-14 13:56:44','2026-04-14 13:56:44');
INSERT INTO `wp_actionscheduler_logs` VALUES (41,22,'action started via WP Cron','2026-04-16 12:20:58','2026-04-16 12:20:58');
INSERT INTO `wp_actionscheduler_logs` VALUES (42,22,'action complete via WP Cron','2026-04-16 12:20:58','2026-04-16 12:20:58');
INSERT INTO `wp_actionscheduler_logs` VALUES (43,29,'action created','2026-04-16 12:20:58','2026-04-16 12:20:58');
INSERT INTO `wp_actionscheduler_logs` VALUES (44,30,'action created','2026-04-16 12:21:12','2026-04-16 12:21:12');
INSERT INTO `wp_actionscheduler_logs` VALUES (45,23,'action started via Async Request','2026-04-16 12:21:18','2026-04-16 12:21:18');
INSERT INTO `wp_actionscheduler_logs` VALUES (46,23,'action complete via Async Request','2026-04-16 12:21:18','2026-04-16 12:21:18');
INSERT INTO `wp_actionscheduler_logs` VALUES (47,31,'action created','2026-04-16 12:21:18','2026-04-16 12:21:18');
INSERT INTO `wp_actionscheduler_logs` VALUES (48,30,'action started via Async Request','2026-04-16 12:21:18','2026-04-16 12:21:18');
INSERT INTO `wp_actionscheduler_logs` VALUES (49,30,'action complete via Async Request','2026-04-16 12:21:19','2026-04-16 12:21:19');
INSERT INTO `wp_actionscheduler_logs` VALUES (50,24,'action started via Async Request','2026-04-16 12:21:19','2026-04-16 12:21:19');
INSERT INTO `wp_actionscheduler_logs` VALUES (51,24,'action complete via Async Request','2026-04-16 12:21:19','2026-04-16 12:21:19');
INSERT INTO `wp_actionscheduler_logs` VALUES (52,32,'action created','2026-04-16 12:21:19','2026-04-16 12:21:19');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint unsigned NOT NULL DEFAULT '0',
  `user_id` bigint unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2026-04-13 05:37:16','2026-04-13 05:37:16','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com/\">Gravatar</a>.',0,'post-trashed','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_e_events`
--

DROP TABLE IF EXISTS `wp_e_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_e_events` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_events`
--

LOCK TABLES `wp_e_events` WRITE;
/*!40000 ALTER TABLE `wp_e_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_e_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_links` (
  `link_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint unsigned NOT NULL DEFAULT '1',
  `link_rating` int NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_litespeed_url`
--

DROP TABLE IF EXISTS `wp_litespeed_url`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_litespeed_url` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `url` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `cache_tags` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `url` (`url`(191)),
  KEY `cache_tags` (`cache_tags`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_litespeed_url`
--

LOCK TABLES `wp_litespeed_url` WRITE;
/*!40000 ALTER TABLE `wp_litespeed_url` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_litespeed_url` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_litespeed_url_file`
--

DROP TABLE IF EXISTS `wp_litespeed_url_file`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_litespeed_url_file` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `url_id` bigint NOT NULL,
  `vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
  `filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content',
  `type` tinyint NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
  `mobile` tinyint NOT NULL COMMENT 'mobile=1',
  `webp` tinyint NOT NULL COMMENT 'webp=1',
  `expired` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `filename` (`filename`),
  KEY `type` (`type`),
  KEY `url_id_2` (`url_id`,`vary`,`type`),
  KEY `filename_2` (`filename`,`expired`),
  KEY `url_id` (`url_id`,`expired`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_litespeed_url_file`
--

LOCK TABLES `wp_litespeed_url_file` WRITE;
/*!40000 ALTER TABLE `wp_litespeed_url_file` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_litespeed_url_file` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_options` (
  `option_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=1729 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'cron','a:24:{i:1776342472;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1776343038;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:1776343218;a:1:{s:19:\"litespeed_task_lqip\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1776344186;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1776344196;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1776351267;a:2:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1776351270;a:1:{s:29:\"wpseo_detect_default_seo_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1776351396;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1776361154;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1776362042;a:1:{s:30:\"surerank_generate_sitemap_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:15:\"every_six_hours\";s:4:\"args\";a:0:{}s:8:\"interval\";i:21600;}}}i:1776364636;a:1:{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;}}}i:1776366436;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1776368236;a:1:{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:1776402213;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1776404237;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1776404354;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1776404361;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:1776405203;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:1776405260;a:2:{s:22:\"suremails_cleanup_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:24:\"suremails_weekly_summary\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1776643200;a:2:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}s:33:\"wpforms_weekly_entries_count_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1776663881;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:1776700800;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1776749837;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on');
INSERT INTO `wp_options` VALUES (2,'siteurl','http://genius-world-school.local','on');
INSERT INTO `wp_options` VALUES (3,'home','http://genius-world-school.local','on');
INSERT INTO `wp_options` VALUES (4,'blogname','Genius World School','on');
INSERT INTO `wp_options` VALUES (5,'blogdescription','','on');
INSERT INTO `wp_options` VALUES (6,'users_can_register','0','on');
INSERT INTO `wp_options` VALUES (7,'admin_email','uni.school2017@gmail.com','on');
INSERT INTO `wp_options` VALUES (8,'start_of_week','1','on');
INSERT INTO `wp_options` VALUES (9,'use_balanceTags','0','on');
INSERT INTO `wp_options` VALUES (10,'use_smilies','1','on');
INSERT INTO `wp_options` VALUES (11,'require_name_email','1','on');
INSERT INTO `wp_options` VALUES (12,'comments_notify','1','on');
INSERT INTO `wp_options` VALUES (13,'posts_per_rss','10','on');
INSERT INTO `wp_options` VALUES (14,'rss_use_excerpt','0','on');
INSERT INTO `wp_options` VALUES (15,'mailserver_url','mail.example.com','on');
INSERT INTO `wp_options` VALUES (16,'mailserver_login','login@example.com','on');
INSERT INTO `wp_options` VALUES (17,'mailserver_pass','','on');
INSERT INTO `wp_options` VALUES (18,'mailserver_port','110','on');
INSERT INTO `wp_options` VALUES (19,'default_category','1','on');
INSERT INTO `wp_options` VALUES (20,'default_comment_status','open','on');
INSERT INTO `wp_options` VALUES (21,'default_ping_status','open','on');
INSERT INTO `wp_options` VALUES (22,'default_pingback_flag','1','on');
INSERT INTO `wp_options` VALUES (23,'posts_per_page','10','on');
INSERT INTO `wp_options` VALUES (24,'date_format','F j, Y','on');
INSERT INTO `wp_options` VALUES (25,'time_format','g:i a','on');
INSERT INTO `wp_options` VALUES (26,'links_updated_date_format','F j, Y g:i a','on');
INSERT INTO `wp_options` VALUES (27,'comment_moderation','0','on');
INSERT INTO `wp_options` VALUES (28,'moderation_notify','1','on');
INSERT INTO `wp_options` VALUES (29,'permalink_structure','/%postname%/','on');
INSERT INTO `wp_options` VALUES (30,'rewrite_rules','','on');
INSERT INTO `wp_options` VALUES (31,'hack_file','0','on');
INSERT INTO `wp_options` VALUES (32,'blog_charset','UTF-8','on');
INSERT INTO `wp_options` VALUES (33,'moderation_keys','','off');
INSERT INTO `wp_options` VALUES (34,'active_plugins','a:10:{i:0;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1;s:27:\"astra-sites/astra-sites.php\";i:2;s:23:\"elementor/elementor.php\";i:3;s:35:\"litespeed-cache/litespeed-cache.php\";i:4;s:41:\"pojo-accessibility/pojo-accessibility.php\";i:5;s:23:\"suremails/suremails.php\";i:6;s:21:\"surerank/surerank.php\";i:7;s:23:\"wordfence/wordfence.php\";i:8;s:24:\"wordpress-seo/wp-seo.php\";i:9;s:24:\"wpforms-lite/wpforms.php\";}','on');
INSERT INTO `wp_options` VALUES (35,'category_base','','on');
INSERT INTO `wp_options` VALUES (36,'ping_sites','https://rpc.pingomatic.com/','on');
INSERT INTO `wp_options` VALUES (37,'comment_max_links','2','on');
INSERT INTO `wp_options` VALUES (38,'gmt_offset','0','on');
INSERT INTO `wp_options` VALUES (39,'default_email_category','1','on');
INSERT INTO `wp_options` VALUES (40,'recently_edited','','off');
INSERT INTO `wp_options` VALUES (41,'template','astra','on');
INSERT INTO `wp_options` VALUES (42,'stylesheet','astra','on');
INSERT INTO `wp_options` VALUES (43,'comment_registration','0','on');
INSERT INTO `wp_options` VALUES (44,'html_type','text/html','on');
INSERT INTO `wp_options` VALUES (45,'use_trackback','0','on');
INSERT INTO `wp_options` VALUES (46,'default_role','subscriber','on');
INSERT INTO `wp_options` VALUES (47,'db_version','60717','on');
INSERT INTO `wp_options` VALUES (48,'uploads_use_yearmonth_folders','1','on');
INSERT INTO `wp_options` VALUES (49,'upload_path','','on');
INSERT INTO `wp_options` VALUES (50,'blog_public','1','on');
INSERT INTO `wp_options` VALUES (51,'default_link_category','2','on');
INSERT INTO `wp_options` VALUES (52,'show_on_front','page','on');
INSERT INTO `wp_options` VALUES (53,'tag_base','','on');
INSERT INTO `wp_options` VALUES (54,'show_avatars','1','on');
INSERT INTO `wp_options` VALUES (55,'avatar_rating','G','on');
INSERT INTO `wp_options` VALUES (56,'upload_url_path','','on');
INSERT INTO `wp_options` VALUES (57,'thumbnail_size_w','150','on');
INSERT INTO `wp_options` VALUES (58,'thumbnail_size_h','150','on');
INSERT INTO `wp_options` VALUES (59,'thumbnail_crop','1','on');
INSERT INTO `wp_options` VALUES (60,'medium_size_w','300','on');
INSERT INTO `wp_options` VALUES (61,'medium_size_h','300','on');
INSERT INTO `wp_options` VALUES (62,'avatar_default','mystery','on');
INSERT INTO `wp_options` VALUES (63,'large_size_w','1024','on');
INSERT INTO `wp_options` VALUES (64,'large_size_h','1024','on');
INSERT INTO `wp_options` VALUES (65,'image_default_link_type','none','on');
INSERT INTO `wp_options` VALUES (66,'image_default_size','','on');
INSERT INTO `wp_options` VALUES (67,'image_default_align','','on');
INSERT INTO `wp_options` VALUES (68,'close_comments_for_old_posts','0','on');
INSERT INTO `wp_options` VALUES (69,'close_comments_days_old','14','on');
INSERT INTO `wp_options` VALUES (70,'thread_comments','1','on');
INSERT INTO `wp_options` VALUES (71,'thread_comments_depth','5','on');
INSERT INTO `wp_options` VALUES (72,'page_comments','0','on');
INSERT INTO `wp_options` VALUES (73,'comments_per_page','50','on');
INSERT INTO `wp_options` VALUES (74,'default_comments_page','newest','on');
INSERT INTO `wp_options` VALUES (75,'comment_order','asc','on');
INSERT INTO `wp_options` VALUES (76,'sticky_posts','a:0:{}','on');
INSERT INTO `wp_options` VALUES (77,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` VALUES (78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` VALUES (79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` VALUES (80,'uninstall_plugins','a:3:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";}','off');
INSERT INTO `wp_options` VALUES (81,'timezone_string','','on');
INSERT INTO `wp_options` VALUES (82,'page_for_posts','0','on');
INSERT INTO `wp_options` VALUES (83,'page_on_front','1412','on');
INSERT INTO `wp_options` VALUES (84,'default_post_format','0','on');
INSERT INTO `wp_options` VALUES (85,'link_manager_enabled','0','on');
INSERT INTO `wp_options` VALUES (86,'finished_splitting_shared_terms','1','on');
INSERT INTO `wp_options` VALUES (87,'site_icon','0','on');
INSERT INTO `wp_options` VALUES (88,'medium_large_size_w','768','on');
INSERT INTO `wp_options` VALUES (89,'medium_large_size_h','0','on');
INSERT INTO `wp_options` VALUES (90,'wp_page_for_privacy_policy','3','on');
INSERT INTO `wp_options` VALUES (91,'show_comments_cookies_opt_in','1','on');
INSERT INTO `wp_options` VALUES (92,'admin_email_lifespan','1791610636','on');
INSERT INTO `wp_options` VALUES (93,'disallowed_keys','','off');
INSERT INTO `wp_options` VALUES (94,'comment_previously_approved','1','on');
INSERT INTO `wp_options` VALUES (95,'auto_plugin_theme_update_emails','a:0:{}','off');
INSERT INTO `wp_options` VALUES (96,'auto_update_core_dev','enabled','on');
INSERT INTO `wp_options` VALUES (97,'auto_update_core_minor','enabled','on');
INSERT INTO `wp_options` VALUES (98,'auto_update_core_major','enabled','on');
INSERT INTO `wp_options` VALUES (99,'wp_force_deactivated_plugins','a:0:{}','on');
INSERT INTO `wp_options` VALUES (100,'wp_attachment_pages_enabled','0','on');
INSERT INTO `wp_options` VALUES (101,'wp_notes_notify','1','on');
INSERT INTO `wp_options` VALUES (102,'initial_db_version','60717','on');
INSERT INTO `wp_options` VALUES (103,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:67:{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:23:\"manage_zip_ai_assistant\";b:1;s:26:\"manage_ast_block_templates\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:37:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:23:\"manage_zip_ai_assistant\";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:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','on');
INSERT INTO `wp_options` VALUES (104,'fresh_site','0','off');
INSERT INTO `wp_options` VALUES (105,'user_count','1','off');
INSERT INTO `wp_options` VALUES (106,'widget_block','a:14:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}i:7;a:1:{s:7:\"content\";s:72:\"<!-- wp:heading {\"level\":5} -->\n<h5>Quick link</h5>\n<!-- /wp:heading -->\";}i:8;a:1:{s:7:\"content\";s:94:\"<!-- wp:heading {\"level\":5} -->\n<h5 class=\"wp-block-heading\">Why US?</h5>\n<!-- /wp:heading -->\";}i:9;a:1:{s:7:\"content\";s:74:\"<!-- wp:heading {\"level\":5} -->\n<h5>Get in touch</h5>\n<!-- /wp:heading -->\";}i:10;a:1:{s:7:\"content\";s:184:\"<!-- wp:paragraph -->\n<p>Basundhara, Tokha 5,<br>Tokha Municipality, Kathmandu<br>+977-01-4981877/4989177<br>uni.school2017@gmail.com info@geniusworld.edu.np</p>\n<!-- /wp:paragraph -->\";}s:12:\"_multiwidget\";i:1;i:12;a:1:{s:7:\"content\";s:52:\"<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:13;a:1:{s:7:\"content\";s:81:\"<!-- wp:paragraph -->\n<p>geniusworldschoolmj@gmail.com</p>\n<!-- /wp:paragraph -->\";}i:14;a:1:{s:7:\"content\";s:65:\"<!-- wp:paragraph -->\n<p>info@geniuswo</p>\n<!-- /wp:paragraph -->\";}i:16;a:1:{s:7:\"content\";s:351:\"<!-- wp:widget-group -->\n<h2 class=\"widget-title\"></h2><div class=\"wp-widget-group__inner-blocks\"><!-- wp:legacy-widget {\"idBase\":\"nav_menu\",\"instance\":{\"encoded\":\"YToxOntzOjg6Im5hdl9tZW51IjtpOjM7fQ==\",\"hash\":\"366ad7ed981da7bc0add600baebcea40\",\"raw\":{\"nav_menu\":3},\"title\":\"\",\"is_widget_customizer_js_value\":true}} /--></div>\n<!-- /wp:widget-group -->\";}}','on');
INSERT INTO `wp_options` VALUES (107,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:15:\"footer-widget-1\";a:2:{i:0;s:7:\"block-7\";i:1;s:10:\"nav_menu-1\";}s:15:\"footer-widget-2\";a:2:{i:0;s:7:\"block-8\";i:1;s:10:\"nav_menu-2\";}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:13:\"array_version\";i:3;s:15:\"footer-widget-3\";a:2:{i:0;s:7:\"block-9\";i:1;s:8:\"block-10\";}}','on');
INSERT INTO `wp_options` VALUES (108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` VALUES (109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` VALUES (110,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` VALUES (111,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` VALUES (112,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` VALUES (113,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` VALUES (114,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` VALUES (115,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` VALUES (116,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` VALUES (117,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` VALUES (118,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` VALUES (119,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` VALUES (120,'widget_nav_menu','a:3:{i:1;a:1:{s:8:\"nav_menu\";i:3;}i:2;a:1:{s:8:\"nav_menu\";i:2;}s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` VALUES (121,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` VALUES (122,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.9.4\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}','on');
INSERT INTO `wp_options` VALUES (126,'recovery_keys','a:0:{}','off');
INSERT INTO `wp_options` VALUES (127,'WPLANG','','auto');
INSERT INTO `wp_options` VALUES (128,'_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.9.4.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.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.9.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.4\";s:7:\"version\";s:5:\"6.9.4\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1776342061;s:15:\"version_checked\";s:5:\"6.9.4\";s:12:\"translations\";a:0:{}}','off');
INSERT INTO `wp_options` VALUES (129,'theme_mods_twentytwentyfive','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1776059106;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off');
INSERT INTO `wp_options` VALUES (130,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"3199e2537fbad380fa221e097719f7c6\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:18:\"core/term-template\";s:0:\"\";s:12:\"core/columns\";s:0:\"\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on');
INSERT INTO `wp_options` VALUES (135,'_site_transient_timeout_browser_91e1a2a41c0741f7f47615ab9de2fb8a','1776663559','off');
INSERT INTO `wp_options` VALUES (136,'_site_transient_browser_91e1a2a41c0741f7f47615ab9de2fb8a','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"146.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off');
INSERT INTO `wp_options` VALUES (138,'_site_transient_timeout_php_check_986ab27a5c44eb5941b7e3b238532f66','1776663560','off');
INSERT INTO `wp_options` VALUES (139,'_site_transient_php_check_986ab27a5c44eb5941b7e3b238532f66','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off');
INSERT INTO `wp_options` VALUES (143,'can_compress_scripts','0','on');
INSERT INTO `wp_options` VALUES (156,'finished_updating_comment_type','1','auto');
INSERT INTO `wp_options` VALUES (162,'current_theme','Astra','auto');
INSERT INTO `wp_options` VALUES (163,'theme_mods_astra','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:4;s:11:\"mobile_menu\";i:4;}s:18:\"custom_css_post_id\";i:12;s:11:\"custom_logo\";i:8;}','on');
INSERT INTO `wp_options` VALUES (164,'theme_switched','','auto');
INSERT INTO `wp_options` VALUES (167,'bsf_usage_migrated','1','off');
INSERT INTO `wp_options` VALUES (168,'astra-settings','a:2160:{s:17:\"blog-single-width\";s:7:\"default\";s:21:\"blog-single-max-width\";i:1200;s:17:\"page-single-width\";s:7:\"default\";s:21:\"page-single-max-width\";i:1200;s:28:\"single-content-images-shadow\";b:0;s:30:\"single-post-ast-content-layout\";s:7:\"default\";s:25:\"single-post-sidebar-style\";s:7:\"default\";s:36:\"ast-dynamic-single-post-elements-gap\";i:10;s:38:\"ast-dynamic-single-post-meta-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:40:\"ast-dynamic-single-post-meta-font-weight\";s:0:\"\";s:32:\"ast-dynamic-single-post-metadata\";a:3:{i:0;s:8:\"comments\";i:1;s:32:\"ast-dynamic-single-post-taxonomy\";i:2;s:6:\"author\";}s:35:\"section-search-page-title-structure\";a:1:{i:0;s:31:\"section-search-page-title-title\";}s:38:\"section-search-page-title-custom-title\";s:19:\"Search Results for:\";s:50:\"section-search-page-title-found-custom-description\";s:44:\"Here are the search results for your search.\";s:54:\"section-search-page-title-not-found-custom-description\";s:85:\"Sorry, but we could not find anything related to your search terms. Please try again.\";s:43:\"section-search-page-title-title-font-weight\";s:0:\"\";s:41:\"section-search-page-title-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"ast-search-results-per-page\";i:10;s:46:\"section-search-page-title-horizontal-alignment\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"ast-search-live-search\";b:0;s:33:\"ast-search-live-search-post-types\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:19:\"blog-post-structure\";a:5:{i:0;s:5:\"image\";i:1;s:5:\"title\";i:2;s:10:\"title-meta\";i:3;s:7:\"excerpt\";i:4;s:9:\"read-more\";}s:18:\"blog-post-per-page\";i:10;s:17:\"blog-hover-effect\";s:4:\"none\";s:11:\"blog-layout\";s:19:\"blog-layout-classic\";s:10:\"blog-width\";s:7:\"default\";s:19:\"blog-meta-date-type\";s:9:\"published\";s:21:\"blog-meta-date-format\";s:0:\"\";s:14:\"blog-max-width\";i:1200;s:17:\"blog-post-content\";s:7:\"excerpt\";s:9:\"blog-meta\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:23:\"post-card-border-radius\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"post-card-featured-overlay\";s:0:\"\";s:19:\"blog-category-style\";s:7:\"default\";s:14:\"blog-tag-style\";s:7:\"default\";s:27:\"blog-post-meta-divider-type\";s:1:\"/\";s:24:\"blog-meta-category-style\";s:7:\"default\";s:19:\"blog-meta-tag-style\";s:7:\"default\";s:21:\"blog-image-ratio-type\";s:0:\"\";s:26:\"blog-image-ratio-pre-scale\";s:4:\"16/9\";s:29:\"blog-image-custom-scale-width\";i:16;s:30:\"blog-image-custom-scale-height\";i:9;s:10:\"text-color\";s:25:\"var(--ast-global-color-3)\";s:10:\"link-color\";s:25:\"var(--ast-global-color-0)\";s:11:\"theme-color\";s:25:\"var(--ast-global-color-0)\";s:12:\"link-h-color\";s:25:\"var(--ast-global-color-2)\";s:18:\"heading-base-color\";s:25:\"var(--ast-global-color-2)\";s:12:\"border-color\";s:0:\"\";s:13:\"footer-bg-obj\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:12:\"footer-color\";s:0:\"\";s:17:\"footer-link-color\";s:0:\"\";s:19:\"footer-link-h-color\";s:0:\"\";s:17:\"footer-adv-bg-obj\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:21:\"footer-adv-text-color\";s:0:\"\";s:21:\"footer-adv-link-color\";s:0:\"\";s:23:\"footer-adv-link-h-color\";s:0:\"\";s:26:\"footer-adv-wgt-title-color\";s:0:\"\";s:12:\"button-color\";s:25:\"var(--ast-global-color-5)\";s:14:\"button-h-color\";s:25:\"var(--ast-global-color-5)\";s:15:\"button-bg-color\";s:25:\"var(--ast-global-color-2)\";s:17:\"button-bg-h-color\";s:25:\"var(--ast-global-color-0)\";s:27:\"secondary-button-bg-h-color\";s:25:\"var(--ast-global-color-0)\";s:25:\"secondary-button-bg-color\";s:25:\"var(--ast-global-color-2)\";s:22:\"secondary-button-color\";s:0:\"\";s:24:\"secondary-button-h-color\";s:0:\"\";s:20:\"theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"40\";}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"secondary-theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"button-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:30;s:5:\"right\";i:30;s:6:\"bottom\";i:30;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"secondary-button-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:30;s:5:\"right\";i:30;s:6:\"bottom\";i:30;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"theme-button-border-group-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:47:\"secondary-theme-button-border-group-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:17:\"footer-sml-layout\";s:19:\"footer-sml-layout-1\";s:20:\"footer-sml-section-1\";s:6:\"custom\";s:27:\"footer-sml-section-1-credit\";s:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:20:\"footer-sml-section-2\";s:0:\"\";s:27:\"footer-sml-section-2-credit\";s:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:27:\"footer-sml-dist-equal-align\";b:1;s:18:\"footer-sml-divider\";i:1;s:24:\"footer-sml-divider-color\";s:7:\"#7a7a7a\";s:19:\"footer-layout-width\";s:7:\"content\";s:22:\"ast-header-retina-logo\";s:72:\"http://genius-world-school.local/wp-content/uploads/2026/04/genius-w.png\";s:17:\"use-logo-svg-icon\";b:0;s:13:\"logo-svg-icon\";a:2:{s:4:\"type\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:23:\"logo-svg-site-title-gap\";a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}s:21:\"ast-header-logo-width\";s:0:\"\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";s:3:\"197\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-color-site-title\";s:0:\"\";s:25:\"header-color-h-site-title\";s:0:\"\";s:25:\"header-color-site-tagline\";s:0:\"\";s:29:\"display-site-title-responsive\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";b:0;s:6:\"mobile\";b:0;}s:31:\"display-site-tagline-responsive\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:17:\"logo-title-inline\";i:1;s:19:\"disable-primary-nav\";b:0;s:14:\"header-layouts\";s:20:\"header-main-layout-1\";s:22:\"header-main-rt-section\";s:4:\"none\";s:27:\"header-display-outside-menu\";b:0;s:27:\"header-main-rt-section-html\";s:27:\"<button>Contact Us</button>\";s:34:\"header-main-rt-section-button-text\";s:6:\"Button\";s:34:\"header-main-rt-section-button-link\";s:23:\"https://www.wpastra.com\";s:41:\"header-main-rt-section-button-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:35:\"header-main-rt-section-button-style\";s:12:\"theme-button\";s:40:\"header-main-rt-section-button-text-color\";s:0:\"\";s:40:\"header-main-rt-section-button-back-color\";s:0:\"\";s:42:\"header-main-rt-section-button-text-h-color\";s:0:\"\";s:42:\"header-main-rt-section-button-back-h-color\";s:0:\"\";s:37:\"header-main-rt-section-button-padding\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}s:41:\"header-main-rt-section-button-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:15:\"header-main-sep\";i:1;s:21:\"header-main-sep-color\";s:0:\"\";s:24:\"header-main-layout-width\";s:7:\"content\";s:22:\"primary-submenu-border\";a:4:{s:3:\"top\";s:1:\"2\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:27:\"primary-submenu-item-border\";b:0;s:23:\"primary-submenu-b-color\";s:0:\"\";s:28:\"primary-submenu-item-b-color\";s:0:\"\";s:33:\"primary-header-button-font-family\";s:7:\"inherit\";s:33:\"primary-header-button-font-weight\";s:7:\"inherit\";s:31:\"primary-header-button-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"primary-header-button-text-transform\";s:0:\"\";s:33:\"primary-header-button-line-height\";i:1;s:36:\"primary-header-button-letter-spacing\";s:0:\"\";s:22:\"header-main-menu-label\";s:0:\"\";s:22:\"header-main-menu-align\";s:6:\"inline\";s:39:\"header-main-submenu-container-animation\";s:0:\"\";s:24:\"mobile-header-breakpoint\";s:0:\"\";s:18:\"mobile-header-logo\";s:0:\"\";s:24:\"mobile-header-logo-width\";s:0:\"\";s:11:\"site-layout\";s:21:\"ast-full-width-layout\";s:18:\"site-content-width\";i:1200;s:26:\"narrow-container-max-width\";i:750;s:37:\"site-layout-outside-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:25:\"content-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:12:\"wp-blocks-ui\";s:7:\"comfort\";s:24:\"wp-blocks-global-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:20:\"enable-comments-area\";b:1;s:22:\"comments-box-placement\";s:0:\"\";s:21:\"comment-form-position\";s:5:\"below\";s:28:\"comments-box-container-width\";s:0:\"\";s:31:\"ast-sub-section-comments-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:32:\"ast-sub-section-comments-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";i:3;s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:30:\"single-page-ast-content-layout\";s:7:\"default\";s:25:\"single-page-content-style\";s:7:\"default\";s:25:\"single-post-content-style\";s:7:\"default\";s:31:\"archive-post-ast-content-layout\";s:7:\"default\";s:23:\"ast-site-content-layout\";s:22:\"normal-width-container\";s:18:\"site-content-style\";s:5:\"boxed\";s:16:\"body-font-family\";s:25:\"\'Nunito Sans\', sans-serif\";s:17:\"body-font-variant\";s:7:\"400,700\";s:16:\"body-font-weight\";s:3:\"400\";s:14:\"font-size-body\";a:6:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:16;s:6:\"mobile\";i:14;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:16:\"body-font-extras\";a:6:{s:11:\"line-height\";s:4:\"1.65\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:29:\"headings-font-height-settings\";a:6:{s:11:\"line-height\";d:1.2;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:18:\"para-margin-bottom\";i:1;s:23:\"underline-content-links\";b:1;s:25:\"site-accessibility-toggle\";b:1;s:33:\"site-accessibility-highlight-type\";s:6:\"dotted\";s:39:\"site-accessibility-highlight-input-type\";s:7:\"disable\";s:19:\"body-text-transform\";s:0:\"\";s:20:\"headings-font-family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:20:\"headings-font-weight\";s:3:\"600\";s:20:\"font-size-site-title\";a:6:{s:7:\"desktop\";i:35;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"font-size-site-tagline\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"single-post-outside-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"font-size-page-title\";a:6:{s:7:\"desktop\";i:26;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"font-size-post-tax\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"font-size-post-meta\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";s:2:\"64\";s:6:\"tablet\";s:2:\"40\";s:6:\"mobile\";s:2:\"32\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";s:2:\"48\";s:6:\"tablet\";s:2:\"32\";s:6:\"mobile\";s:2:\"28\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:2:\"28\";s:6:\"mobile\";s:2:\"24\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h4\";a:6:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:2:\"22\";s:6:\"mobile\";s:2:\"20\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h5\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:2:\"18\";s:6:\"mobile\";s:2:\"16\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h6\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:2:\"13\";s:6:\"mobile\";s:2:\"12\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"site-sidebar-layout\";s:13:\"right-sidebar\";s:18:\"site-sidebar-width\";i:30;s:26:\"single-page-sidebar-layout\";s:7:\"default\";s:26:\"single-post-sidebar-layout\";s:7:\"default\";s:27:\"archive-post-sidebar-layout\";s:7:\"default\";s:19:\"site-sticky-sidebar\";b:0;s:18:\"site-sidebar-style\";s:5:\"boxed\";s:25:\"single-page-sidebar-style\";s:7:\"unboxed\";s:26:\"archive-post-sidebar-style\";s:7:\"default\";s:10:\"footer-adv\";s:8:\"disabled\";s:23:\"footer-adv-border-width\";s:0:\"\";s:23:\"footer-adv-border-color\";s:7:\"#7a7a7a\";s:30:\"mobile-header-toggle-btn-style\";s:7:\"minimal\";s:23:\"hide-custom-menu-mobile\";i:1;s:27:\"mobile-header-toggle-target\";s:4:\"icon\";s:19:\"enable-scroll-to-id\";b:0;s:37:\"ast-dynamic-single-download-structure\";a:3:{i:0;s:33:\"ast-dynamic-single-download-title\";i:1;s:32:\"ast-dynamic-single-download-meta\";i:2;s:33:\"ast-dynamic-single-download-image\";}s:20:\"enable-related-posts\";b:0;s:19:\"related-posts-title\";s:13:\"Related Posts\";s:29:\"releted-posts-title-alignment\";s:4:\"left\";s:25:\"related-posts-total-count\";i:2;s:28:\"enable-related-posts-excerpt\";b:0;s:27:\"related-posts-box-placement\";s:7:\"default\";s:30:\"related-posts-outside-location\";s:5:\"above\";s:29:\"related-posts-container-width\";s:8:\"fallback\";s:27:\"related-posts-excerpt-count\";i:25;s:22:\"related-posts-based-on\";s:10:\"categories\";s:22:\"related-posts-order-by\";s:4:\"date\";s:19:\"related-posts-order\";s:3:\"asc\";s:29:\"related-posts-grid-responsive\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:23:\"related-posts-structure\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:23:\"related-posts-tag-style\";s:4:\"none\";s:28:\"related-posts-category-style\";s:4:\"none\";s:25:\"related-posts-date-format\";s:0:\"\";s:28:\"related-posts-meta-date-type\";s:9:\"published\";s:32:\"related-posts-author-avatar-size\";s:0:\"\";s:27:\"related-posts-author-avatar\";b:0;s:33:\"related-posts-author-prefix-label\";s:3:\"By \";s:24:\"related-posts-image-size\";s:0:\"\";s:38:\"related-posts-image-custom-scale-width\";i:16;s:39:\"related-posts-image-custom-scale-height\";i:9;s:35:\"related-posts-image-ratio-pre-scale\";s:4:\"16/9\";s:30:\"related-posts-image-ratio-type\";s:0:\"\";s:28:\"related-posts-meta-structure\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:24:\"related-posts-text-color\";s:0:\"\";s:24:\"related-posts-link-color\";s:0:\"\";s:25:\"related-posts-title-color\";s:0:\"\";s:30:\"related-posts-background-color\";s:0:\"\";s:24:\"related-posts-meta-color\";s:0:\"\";s:30:\"related-posts-link-hover-color\";s:0:\"\";s:35:\"related-posts-meta-link-hover-color\";s:0:\"\";s:39:\"related-posts-section-title-font-family\";s:7:\"inherit\";s:39:\"related-posts-section-title-font-weight\";s:7:\"inherit\";s:42:\"related-posts-section-title-text-transform\";s:0:\"\";s:39:\"related-posts-section-title-line-height\";s:0:\"\";s:39:\"related-posts-section-title-font-extras\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:37:\"related-posts-section-title-font-size\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"related-posts-title-font-family\";s:7:\"inherit\";s:31:\"related-posts-title-font-weight\";s:7:\"inherit\";s:34:\"related-posts-title-text-transform\";s:0:\"\";s:31:\"related-posts-title-line-height\";s:1:\"1\";s:29:\"related-posts-title-font-size\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"related-posts-title-font-extras\";a:6:{s:11:\"line-height\";s:1:\"1\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:30:\"related-posts-meta-font-family\";s:7:\"inherit\";s:30:\"related-posts-meta-font-weight\";s:7:\"inherit\";s:33:\"related-posts-meta-text-transform\";s:0:\"\";s:30:\"related-posts-meta-line-height\";s:0:\"\";s:28:\"related-posts-meta-font-size\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"related-posts-meta-font-extras\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"related-posts-content-font-family\";s:7:\"inherit\";s:33:\"related-posts-content-font-weight\";s:7:\"inherit\";s:33:\"related-posts-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:31:\"related-posts-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"ast-sub-section-related-posts-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";d:2.5;s:5:\"right\";d:2.5;s:6:\"bottom\";d:2.5;s:4:\"left\";d:2.5;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:36:\"ast-sub-section-related-posts-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:23:\"transparent-header-logo\";s:0:\"\";s:30:\"transparent-header-retina-logo\";s:72:\"http://genius-world-school.local/wp-content/uploads/2026/04/genius-w.png\";s:26:\"different-transparent-logo\";i:0;s:33:\"different-transparent-retina-logo\";i:0;s:29:\"transparent-header-logo-width\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:25:\"transparent-header-enable\";i:0;s:34:\"transparent-header-disable-archive\";i:1;s:45:\"transparent-header-disable-latest-posts-index\";i:1;s:29:\"transparent-header-on-devices\";s:4:\"both\";s:27:\"transparent-header-main-sep\";i:0;s:33:\"transparent-header-main-sep-color\";s:0:\"\";s:27:\"transparent-header-bg-color\";s:0:\"\";s:35:\"transparent-header-color-site-title\";s:0:\"\";s:37:\"transparent-header-color-h-site-title\";s:0:\"\";s:25:\"transparent-menu-bg-color\";s:0:\"\";s:22:\"transparent-menu-color\";s:0:\"\";s:24:\"transparent-menu-h-color\";s:0:\"\";s:28:\"transparent-submenu-bg-color\";s:0:\"\";s:25:\"transparent-submenu-color\";s:0:\"\";s:27:\"transparent-submenu-h-color\";s:0:\"\";s:29:\"transparent-header-logo-color\";s:0:\"\";s:38:\"transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:42:\"hba-transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:42:\"hbb-transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"transparent-header-color-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:48:\"transparent-header-color-h-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-menu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"transparent-menu-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"transparent-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-0)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:39:\"transparent-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-submenu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"transparent-submenu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:51:\"transparent-content-section-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"breadcrumb-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"breadcrumb-active-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"breadcrumb-hover-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"breadcrumb-separator-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:19:\"breadcrumb-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"breadcrumb-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"breadcrumb-font-family\";s:7:\"inherit\";s:22:\"breadcrumb-font-weight\";s:7:\"inherit\";s:20:\"breadcrumb-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"breadcrumb-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:29:\"breadcrumb-separator-selector\";s:7:\"unicode\";s:20:\"breadcrumb-separator\";s:4:\"\00bb\";s:20:\"scroll-to-top-enable\";b:0;s:23:\"scroll-to-top-icon-size\";i:15;s:27:\"scroll-to-top-icon-position\";s:5:\"right\";s:24:\"scroll-to-top-on-devices\";s:4:\"both\";s:32:\"scroll-to-top-icon-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"scroll-to-top-icon-color\";s:0:\"\";s:26:\"scroll-to-top-icon-h-color\";s:0:\"\";s:27:\"scroll-to-top-icon-bg-color\";s:0:\"\";s:29:\"scroll-to-top-icon-h-bg-color\";s:0:\"\";s:8:\"h1-color\";s:0:\"\";s:8:\"h2-color\";s:0:\"\";s:8:\"h3-color\";s:0:\"\";s:8:\"h4-color\";s:0:\"\";s:8:\"h5-color\";s:0:\"\";s:8:\"h6-color\";s:0:\"\";s:14:\"font-family-h1\";s:7:\"inherit\";s:14:\"font-weight-h1\";s:7:\"inherit\";s:14:\"font-extras-h1\";a:2:{s:11:\"line-height\";s:3:\"1.4\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-family-h2\";s:7:\"inherit\";s:14:\"font-weight-h2\";s:7:\"inherit\";s:14:\"font-extras-h2\";a:2:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-family-h3\";s:7:\"inherit\";s:14:\"font-weight-h3\";s:7:\"inherit\";s:14:\"font-extras-h3\";a:2:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-family-h4\";s:7:\"inherit\";s:14:\"font-weight-h4\";s:7:\"inherit\";s:14:\"font-extras-h4\";a:2:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-family-h5\";s:7:\"inherit\";s:14:\"font-weight-h5\";s:7:\"inherit\";s:14:\"font-extras-h5\";a:2:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-family-h6\";s:7:\"inherit\";s:14:\"font-weight-h6\";s:7:\"inherit\";s:14:\"font-extras-h6\";a:2:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";}s:18:\"font-weight-button\";s:3:\"700\";s:28:\"secondary-font-weight-button\";s:3:\"700\";s:18:\"font-family-button\";s:25:\"\'Nunito Sans\', sans-serif\";s:28:\"secondary-font-family-button\";s:25:\"\'Nunito Sans\', sans-serif\";s:16:\"font-size-button\";a:6:{s:7:\"desktop\";s:2:\"18\";s:6:\"tablet\";s:2:\"16\";s:6:\"mobile\";s:2:\"14\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"secondary-font-size-button\";a:6:{s:7:\"desktop\";s:2:\"18\";s:6:\"tablet\";s:2:\"16\";s:6:\"mobile\";s:2:\"14\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"font-extras-button\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:28:\"secondary-font-extras-button\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:20:\"header-desktop-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:1:{i:0;s:6:\"menu-1\";}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:8:\"button-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}s:19:\"header-mobile-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}s:27:\"hb-header-main-layout-width\";s:7:\"content\";s:16:\"hb-header-height\";a:3:{s:7:\"desktop\";i:70;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:8:\"hb-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:18:\"hb-header-main-sep\";i:1;s:24:\"hb-header-main-sep-color\";s:7:\"#eaeaea\";s:25:\"hb-header-main-menu-align\";s:6:\"inline\";s:27:\"hb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:17:\"hb-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:3:\"1.5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"1.5\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"1\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:17:\"hba-header-layout\";s:21:\"above-header-layout-1\";s:17:\"hba-header-height\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:9:\"hba-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:20:\"hba-header-separator\";i:1;s:30:\"hba-header-bottom-border-color\";s:7:\"#eaeaea\";s:28:\"hba-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:32:\"hba-header-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"hba-header-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"hba-header-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"hba-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:3:\"0.5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"em\";}s:17:\"hbb-header-layout\";s:21:\"below-header-layout-1\";s:17:\"hbb-header-height\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:9:\"hbb-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:20:\"hbb-header-separator\";i:1;s:30:\"hbb-header-bottom-border-color\";s:7:\"#eaeaea\";s:28:\"hbb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:18:\"hbb-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"1\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-footer-builder-layout-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-footer-builder-layout-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-below-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-header-mobile-trigger-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"title_tagline-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-header-search-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-account-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-mobile-menu-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"section-header-mobile-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"section-footer-copyright-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-footer-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:3:\"104\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:2:\"40\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"48\";s:4:\"left\";s:2:\"24\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"section-header-woo-cart-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"section-header-woo-cart-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button1-text\";s:10:\"Enroll now\";s:26:\"header-button1-link-option\";a:3:{s:3:\"url\";s:35:\"https://forms.gle/q5yHBDQzoKcroYDj6\";s:7:\"new_tab\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button1-font-family\";s:7:\"inherit\";s:26:\"header-button1-font-weight\";s:7:\"inherit\";s:26:\"header-button1-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"header-button1-font-size\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button1-text-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button1-back-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-2)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-text-h-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-back-h-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-0)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button1-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button1-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-button1-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-button1-border-radius\";s:0:\"\";s:27:\"section-hb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"12\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:2:\"24\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button1-text\";s:6:\"Button\";s:26:\"footer-button1-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button1-font-family\";s:7:\"inherit\";s:26:\"footer-button1-font-weight\";s:7:\"inherit\";s:29:\"footer-button1-text-transform\";s:0:\"\";s:26:\"footer-button1-line-height\";s:0:\"\";s:24:\"footer-button1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button1-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button1-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button1-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button1-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button1-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button1-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"footer-button1-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-1\";s:22:\"Insert HTML text here.\";s:18:\"header-html-1color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-1link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-1link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-1\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-1\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-1\";s:7:\"inherit\";s:29:\"font-extras-section-hb-html-1\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-hb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-1\";s:44:\"<strong>Genius World School</strong>\n\n&nbsp;\";s:18:\"footer-html-1color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-1link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-1link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-1\";a:6:{s:7:\"desktop\";i:24;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-1-alignment\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-1\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-1\";s:7:\"inherit\";s:29:\"font-extras-section-fb-html-1\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-fb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"24\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-1-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-1-bg-space\";s:0:\"\";s:20:\"header-social-1-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-social-1-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-1-color\";s:0:\"\";s:23:\"header-social-1-h-color\";s:0:\"\";s:24:\"header-social-1-bg-color\";s:0:\"\";s:26:\"header-social-1-bg-h-color\";s:0:\"\";s:28:\"header-social-1-label-toggle\";b:0;s:26:\"header-social-1-color-type\";s:6:\"custom\";s:34:\"header-social-1-brand-hover-toggle\";b:0;s:35:\"font-size-section-hb-social-icons-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-1\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-1-space\";a:3:{s:7:\"desktop\";i:24;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-1-bg-space\";s:0:\"\";s:20:\"footer-social-1-size\";a:3:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-1-radius\";s:0:\"\";s:21:\"footer-social-1-color\";s:0:\"\";s:23:\"footer-social-1-h-color\";s:0:\"\";s:24:\"footer-social-1-bg-color\";s:0:\"\";s:26:\"footer-social-1-bg-h-color\";s:0:\"\";s:28:\"footer-social-1-label-toggle\";b:0;s:26:\"footer-social-1-color-type\";s:6:\"custom\";s:27:\"footer-social-1-brand-color\";s:0:\"\";s:33:\"footer-social-1-brand-label-color\";s:0:\"\";s:34:\"footer-social-1-brand-hover-toggle\";b:0;s:35:\"font-size-section-fb-social-icons-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-1\";a:2:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:42:\"https://www.facebook.com/geniusworldschool\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:14:\"facebook-round\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:7:{s:2:\"id\";s:7:\"youtube\";s:7:\"enabled\";b:1;s:3:\"url\";s:42:\"https://www.youtube.com/@geniusworldschool\";s:5:\"color\";s:7:\"#e96651\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"youtube\";s:5:\"label\";s:7:\"YouTube\";}i:2;a:8:{s:2:\"id\";s:7:\"behance\";s:7:\"enabled\";b:1;s:3:\"url\";s:41:\"https://www.tiktok.com/@geniusworldschool\";s:5:\"color\";s:7:\"#1B64F6\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:6:\"tiktok\";s:5:\"label\";s:6:\"Tiktok\";s:9:\"icon_type\";s:12:\"icon-library\";}}s:4:\"flag\";b:1;}s:25:\"footer-social-1-alignment\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-1-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-1-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-1-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-1-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-1-font-family\";s:7:\"inherit\";s:27:\"header-widget-1-font-weight\";s:7:\"inherit\";s:25:\"header-widget-1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-1-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:35:\"header-widget-1-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-1-content-font-weight\";s:7:\"inherit\";s:33:\"header-widget-1-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-1-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:38:\"sidebar-widgets-header-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-1-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-1-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-1-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-1-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-1-font-family\";s:7:\"inherit\";s:27:\"footer-widget-1-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-1-text-transform\";s:0:\"\";s:27:\"footer-widget-1-line-height\";s:0:\"\";s:25:\"footer-widget-1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-1-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-1-content-font-weight\";s:7:\"inherit\";s:35:\"footer-widget-1-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"footer-widget-1-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-1\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu1-bg-color\";s:0:\"\";s:18:\"header-menu1-color\";s:0:\"\";s:23:\"header-menu1-h-bg-color\";s:0:\"\";s:20:\"header-menu1-h-color\";s:0:\"\";s:23:\"header-menu1-a-bg-color\";s:0:\"\";s:20:\"header-menu1-a-color\";s:0:\"\";s:30:\"header-menu1-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu1-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu1-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu1-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu1-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu1-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu1-menu-hover-animation\";s:0:\"\";s:40:\"header-menu1-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu1-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"24\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu1-submenu-item-border\";b:0;s:32:\"header-menu1-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu1-submenu-item-b-color\";s:7:\"#eaeaea\";s:41:\"header-menu1-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-menu1-submenu-top-offset\";s:0:\"\";s:26:\"header-menu1-submenu-width\";s:0:\"\";s:27:\"header-menu1-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu1-menu-stack-on-mobile\";b:1;s:22:\"header-menu1-font-size\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu1-font-weight\";s:3:\"700\";s:24:\"header-menu1-font-family\";s:7:\"inherit\";s:24:\"header-menu1-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:27:\"section-hb-divider-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button2-text\";s:6:\"Button\";s:26:\"header-button2-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button2-font-family\";s:7:\"inherit\";s:26:\"header-button2-font-weight\";s:7:\"inherit\";s:26:\"header-button2-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"header-button2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button2-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button2-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button2-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button2-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button2-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button2-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-button2-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-button2-border-radius\";s:0:\"\";s:27:\"section-hb-button-2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button2-text\";s:6:\"Button\";s:26:\"footer-button2-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button2-font-family\";s:7:\"inherit\";s:26:\"footer-button2-font-weight\";s:7:\"inherit\";s:29:\"footer-button2-text-transform\";s:0:\"\";s:26:\"footer-button2-line-height\";s:0:\"\";s:24:\"footer-button2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button2-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button2-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button2-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button2-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button2-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button2-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"footer-button2-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-2\";s:22:\"Insert HTML text here.\";s:18:\"header-html-2color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-2link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-2link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-2\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-2\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-2\";s:7:\"inherit\";s:29:\"font-extras-section-hb-html-2\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-hb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-2\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-2color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-2link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-2link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-2\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-2\";s:7:\"inherit\";s:29:\"font-extras-section-fb-html-2\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-fb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-2-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-2-bg-space\";s:0:\"\";s:20:\"header-social-2-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-social-2-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-2-color\";s:0:\"\";s:23:\"header-social-2-h-color\";s:0:\"\";s:24:\"header-social-2-bg-color\";s:0:\"\";s:26:\"header-social-2-bg-h-color\";s:0:\"\";s:28:\"header-social-2-label-toggle\";b:0;s:26:\"header-social-2-color-type\";s:6:\"custom\";s:34:\"header-social-2-brand-hover-toggle\";b:0;s:35:\"font-size-section-hb-social-icons-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-2\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-2-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-2-bg-space\";s:0:\"\";s:20:\"footer-social-2-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-2-radius\";s:0:\"\";s:21:\"footer-social-2-color\";s:0:\"\";s:23:\"footer-social-2-h-color\";s:0:\"\";s:24:\"footer-social-2-bg-color\";s:0:\"\";s:26:\"footer-social-2-bg-h-color\";s:0:\"\";s:28:\"footer-social-2-label-toggle\";b:0;s:26:\"footer-social-2-color-type\";s:6:\"custom\";s:27:\"footer-social-2-brand-color\";s:0:\"\";s:33:\"footer-social-2-brand-label-color\";s:0:\"\";s:34:\"footer-social-2-brand-hover-toggle\";b:0;s:35:\"font-size-section-fb-social-icons-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-2\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-2-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-2-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-2-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-2-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-2-font-family\";s:7:\"inherit\";s:27:\"header-widget-2-font-weight\";s:7:\"inherit\";s:25:\"header-widget-2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-2-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:35:\"header-widget-2-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-2-content-font-weight\";s:7:\"inherit\";s:33:\"header-widget-2-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-2-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:38:\"sidebar-widgets-header-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-2-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-2-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-2-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-2-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-2-font-family\";s:7:\"inherit\";s:27:\"footer-widget-2-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-2-text-transform\";s:0:\"\";s:27:\"footer-widget-2-line-height\";s:0:\"\";s:25:\"footer-widget-2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-2-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-2-content-font-weight\";s:7:\"inherit\";s:35:\"footer-widget-2-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"footer-widget-2-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-2\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu2-bg-color\";s:0:\"\";s:18:\"header-menu2-color\";s:0:\"\";s:23:\"header-menu2-h-bg-color\";s:0:\"\";s:20:\"header-menu2-h-color\";s:0:\"\";s:23:\"header-menu2-a-bg-color\";s:0:\"\";s:20:\"header-menu2-a-color\";s:0:\"\";s:30:\"header-menu2-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu2-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu2-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu2-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu2-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu2-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu2-menu-hover-animation\";s:0:\"\";s:40:\"header-menu2-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu2-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu2-submenu-item-border\";b:0;s:32:\"header-menu2-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu2-submenu-item-b-color\";s:7:\"#eaeaea\";s:41:\"header-menu2-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-menu2-submenu-top-offset\";s:0:\"\";s:26:\"header-menu2-submenu-width\";s:0:\"\";s:27:\"header-menu2-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu2-menu-stack-on-mobile\";b:1;s:22:\"header-menu2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu2-font-weight\";s:7:\"inherit\";s:24:\"header-menu2-font-family\";s:7:\"inherit\";s:24:\"header-menu2-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:27:\"section-hb-divider-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button3-text\";s:6:\"Button\";s:26:\"header-button3-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button3-font-family\";s:7:\"inherit\";s:26:\"header-button3-font-weight\";s:7:\"inherit\";s:26:\"header-button3-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"header-button3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button3-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button3-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button3-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button3-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button3-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button3-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-button3-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-button3-border-radius\";s:0:\"\";s:27:\"section-hb-button-3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button3-text\";s:6:\"Button\";s:26:\"footer-button3-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button3-font-family\";s:7:\"inherit\";s:26:\"footer-button3-font-weight\";s:7:\"inherit\";s:29:\"footer-button3-text-transform\";s:0:\"\";s:26:\"footer-button3-line-height\";s:0:\"\";s:24:\"footer-button3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button3-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button3-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button3-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button3-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button3-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button3-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"footer-button3-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-3\";s:22:\"Insert HTML text here.\";s:18:\"header-html-3color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-3link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-3link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-3\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-3\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-3\";s:7:\"inherit\";s:29:\"font-extras-section-hb-html-3\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-hb-html-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-3\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-3color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-3link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-3link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-3\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-3\";s:7:\"inherit\";s:29:\"font-extras-section-fb-html-3\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-fb-html-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-3-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-3-bg-space\";s:0:\"\";s:20:\"header-social-3-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-social-3-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-3-color\";s:0:\"\";s:23:\"header-social-3-h-color\";s:0:\"\";s:24:\"header-social-3-bg-color\";s:0:\"\";s:26:\"header-social-3-bg-h-color\";s:0:\"\";s:28:\"header-social-3-label-toggle\";b:0;s:26:\"header-social-3-color-type\";s:6:\"custom\";s:34:\"header-social-3-brand-hover-toggle\";b:0;s:35:\"font-size-section-hb-social-icons-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-3\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-3-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-3-bg-space\";s:0:\"\";s:20:\"footer-social-3-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-3-radius\";s:0:\"\";s:21:\"footer-social-3-color\";s:0:\"\";s:23:\"footer-social-3-h-color\";s:0:\"\";s:24:\"footer-social-3-bg-color\";s:0:\"\";s:26:\"footer-social-3-bg-h-color\";s:0:\"\";s:28:\"footer-social-3-label-toggle\";b:0;s:26:\"footer-social-3-color-type\";s:6:\"custom\";s:27:\"footer-social-3-brand-color\";s:0:\"\";s:33:\"footer-social-3-brand-label-color\";s:0:\"\";s:34:\"footer-social-3-brand-hover-toggle\";b:0;s:35:\"font-size-section-fb-social-icons-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-3\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-3-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-3-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-3-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-3-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-3-font-family\";s:7:\"inherit\";s:27:\"header-widget-3-font-weight\";s:7:\"inherit\";s:25:\"header-widget-3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-3-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:35:\"header-widget-3-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-3-content-font-weight\";s:7:\"inherit\";s:33:\"header-widget-3-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-3-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:38:\"sidebar-widgets-header-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-3-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-3-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-3-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-3-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-3-font-family\";s:7:\"inherit\";s:27:\"footer-widget-3-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-3-text-transform\";s:0:\"\";s:27:\"footer-widget-3-line-height\";s:0:\"\";s:25:\"footer-widget-3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-3-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-3-content-font-weight\";s:7:\"inherit\";s:35:\"footer-widget-3-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"footer-widget-3-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-3\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu3-bg-color\";s:0:\"\";s:18:\"header-menu3-color\";s:0:\"\";s:23:\"header-menu3-h-bg-color\";s:0:\"\";s:20:\"header-menu3-h-color\";s:0:\"\";s:23:\"header-menu3-a-bg-color\";s:0:\"\";s:20:\"header-menu3-a-color\";s:0:\"\";s:30:\"header-menu3-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu3-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu3-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu3-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu3-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu3-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu3-menu-hover-animation\";s:0:\"\";s:40:\"header-menu3-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu3-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu3-submenu-item-border\";b:0;s:32:\"header-menu3-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu3-submenu-item-b-color\";s:7:\"#eaeaea\";s:41:\"header-menu3-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-menu3-submenu-top-offset\";s:0:\"\";s:26:\"header-menu3-submenu-width\";s:0:\"\";s:27:\"header-menu3-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu3-menu-stack-on-mobile\";b:1;s:22:\"header-menu3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu3-font-weight\";s:7:\"inherit\";s:24:\"header-menu3-font-family\";s:7:\"inherit\";s:24:\"header-menu3-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:27:\"section-hb-divider-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button4-text\";s:6:\"Button\";s:26:\"header-button4-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button4-font-family\";s:7:\"inherit\";s:26:\"header-button4-font-weight\";s:7:\"inherit\";s:26:\"header-button4-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"header-button4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button4-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button4-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button4-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button4-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button4-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button4-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-button4-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-button4-border-radius\";s:0:\"\";s:27:\"section-hb-button-4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button4-text\";s:6:\"Button\";s:26:\"footer-button4-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button4-font-family\";s:7:\"inherit\";s:26:\"footer-button4-font-weight\";s:7:\"inherit\";s:29:\"footer-button4-text-transform\";s:0:\"\";s:26:\"footer-button4-line-height\";s:0:\"\";s:24:\"footer-button4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button4-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button4-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button4-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button4-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button4-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button4-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"footer-button4-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-4\";s:22:\"Insert HTML text here.\";s:18:\"header-html-4color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-4link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-4link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-4\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-4\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-4\";s:7:\"inherit\";s:29:\"font-extras-section-hb-html-4\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-hb-html-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-4\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-4color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-4link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-4link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-4\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-4\";s:7:\"inherit\";s:29:\"font-extras-section-fb-html-4\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-fb-html-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-4-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-4-bg-space\";s:0:\"\";s:20:\"header-social-4-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-social-4-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-4-color\";s:0:\"\";s:23:\"header-social-4-h-color\";s:0:\"\";s:24:\"header-social-4-bg-color\";s:0:\"\";s:26:\"header-social-4-bg-h-color\";s:0:\"\";s:28:\"header-social-4-label-toggle\";b:0;s:26:\"header-social-4-color-type\";s:6:\"custom\";s:34:\"header-social-4-brand-hover-toggle\";b:0;s:35:\"font-size-section-hb-social-icons-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-4\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-4-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-4-bg-space\";s:0:\"\";s:20:\"footer-social-4-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-4-radius\";s:0:\"\";s:21:\"footer-social-4-color\";s:0:\"\";s:23:\"footer-social-4-h-color\";s:0:\"\";s:24:\"footer-social-4-bg-color\";s:0:\"\";s:26:\"footer-social-4-bg-h-color\";s:0:\"\";s:28:\"footer-social-4-label-toggle\";b:0;s:26:\"footer-social-4-color-type\";s:6:\"custom\";s:27:\"footer-social-4-brand-color\";s:0:\"\";s:33:\"footer-social-4-brand-label-color\";s:0:\"\";s:34:\"footer-social-4-brand-hover-toggle\";b:0;s:35:\"font-size-section-fb-social-icons-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-4\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-4-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-4-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-4-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-4-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-4-font-family\";s:7:\"inherit\";s:27:\"header-widget-4-font-weight\";s:7:\"inherit\";s:25:\"header-widget-4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-4-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:35:\"header-widget-4-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-4-content-font-weight\";s:7:\"inherit\";s:33:\"header-widget-4-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-4-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:38:\"sidebar-widgets-header-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-4-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-4-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-4-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-4-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-4-font-family\";s:7:\"inherit\";s:27:\"footer-widget-4-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-4-text-transform\";s:0:\"\";s:27:\"footer-widget-4-line-height\";s:0:\"\";s:25:\"footer-widget-4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-4-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-4-content-font-weight\";s:7:\"inherit\";s:35:\"footer-widget-4-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"footer-widget-4-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-4\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu4-bg-color\";s:0:\"\";s:18:\"header-menu4-color\";s:0:\"\";s:23:\"header-menu4-h-bg-color\";s:0:\"\";s:20:\"header-menu4-h-color\";s:0:\"\";s:23:\"header-menu4-a-bg-color\";s:0:\"\";s:20:\"header-menu4-a-color\";s:0:\"\";s:30:\"header-menu4-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu4-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu4-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu4-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu4-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu4-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu4-menu-hover-animation\";s:0:\"\";s:40:\"header-menu4-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu4-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu4-submenu-item-border\";b:0;s:32:\"header-menu4-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu4-submenu-item-b-color\";s:7:\"#eaeaea\";s:41:\"header-menu4-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-menu4-submenu-top-offset\";s:0:\"\";s:26:\"header-menu4-submenu-width\";s:0:\"\";s:27:\"header-menu4-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu4-menu-stack-on-mobile\";b:1;s:22:\"header-menu4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu4-font-weight\";s:7:\"inherit\";s:24:\"header-menu4-font-family\";s:7:\"inherit\";s:24:\"header-menu4-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:27:\"section-hb-divider-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button5-text\";s:6:\"Button\";s:26:\"header-button5-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button5-font-family\";s:7:\"inherit\";s:26:\"header-button5-font-weight\";s:7:\"inherit\";s:26:\"header-button5-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"header-button5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button5-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button5-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button5-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button5-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button5-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button5-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-button5-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-button5-border-radius\";s:0:\"\";s:27:\"section-hb-button-5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button5-text\";s:6:\"Button\";s:26:\"footer-button5-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button5-font-family\";s:7:\"inherit\";s:26:\"footer-button5-font-weight\";s:7:\"inherit\";s:29:\"footer-button5-text-transform\";s:0:\"\";s:26:\"footer-button5-line-height\";s:0:\"\";s:24:\"footer-button5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button5-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button5-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button5-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button5-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button5-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button5-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"footer-button5-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-5\";s:22:\"Insert HTML text here.\";s:18:\"header-html-5color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-5link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-5link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-5\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-5\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-5\";s:7:\"inherit\";s:29:\"font-extras-section-hb-html-5\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-hb-html-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-5\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-5color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-5link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-5link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-5\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-5\";s:7:\"inherit\";s:29:\"font-extras-section-fb-html-5\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-fb-html-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-5-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-5-bg-space\";s:0:\"\";s:20:\"header-social-5-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-social-5-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-5-color\";s:0:\"\";s:23:\"header-social-5-h-color\";s:0:\"\";s:24:\"header-social-5-bg-color\";s:0:\"\";s:26:\"header-social-5-bg-h-color\";s:0:\"\";s:28:\"header-social-5-label-toggle\";b:0;s:26:\"header-social-5-color-type\";s:6:\"custom\";s:34:\"header-social-5-brand-hover-toggle\";b:0;s:35:\"font-size-section-hb-social-icons-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-5\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-5-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-5-bg-space\";s:0:\"\";s:20:\"footer-social-5-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-5-radius\";s:0:\"\";s:21:\"footer-social-5-color\";s:0:\"\";s:23:\"footer-social-5-h-color\";s:0:\"\";s:24:\"footer-social-5-bg-color\";s:0:\"\";s:26:\"footer-social-5-bg-h-color\";s:0:\"\";s:28:\"footer-social-5-label-toggle\";b:0;s:26:\"footer-social-5-color-type\";s:6:\"custom\";s:27:\"footer-social-5-brand-color\";s:0:\"\";s:33:\"footer-social-5-brand-label-color\";s:0:\"\";s:34:\"footer-social-5-brand-hover-toggle\";b:0;s:35:\"font-size-section-fb-social-icons-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-5\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-5-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-5-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-5-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-5-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-5-font-family\";s:7:\"inherit\";s:27:\"header-widget-5-font-weight\";s:7:\"inherit\";s:25:\"header-widget-5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-5-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:35:\"header-widget-5-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-5-content-font-weight\";s:7:\"inherit\";s:33:\"header-widget-5-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-5-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:38:\"sidebar-widgets-header-widget-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-5-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-5-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-5-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-5-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-5-font-family\";s:7:\"inherit\";s:27:\"footer-widget-5-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-5-text-transform\";s:0:\"\";s:27:\"footer-widget-5-line-height\";s:0:\"\";s:25:\"footer-widget-5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-5-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-5-content-font-weight\";s:7:\"inherit\";s:35:\"footer-widget-5-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"footer-widget-5-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-5\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu5-bg-color\";s:0:\"\";s:18:\"header-menu5-color\";s:0:\"\";s:23:\"header-menu5-h-bg-color\";s:0:\"\";s:20:\"header-menu5-h-color\";s:0:\"\";s:23:\"header-menu5-a-bg-color\";s:0:\"\";s:20:\"header-menu5-a-color\";s:0:\"\";s:30:\"header-menu5-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu5-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu5-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu5-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu5-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu5-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu5-menu-hover-animation\";s:0:\"\";s:40:\"header-menu5-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu5-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu5-submenu-item-border\";b:0;s:32:\"header-menu5-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu5-submenu-item-b-color\";s:7:\"#eaeaea\";s:41:\"header-menu5-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-menu5-submenu-top-offset\";s:0:\"\";s:26:\"header-menu5-submenu-width\";s:0:\"\";s:27:\"header-menu5-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu5-menu-stack-on-mobile\";b:1;s:22:\"header-menu5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu5-font-weight\";s:7:\"inherit\";s:24:\"header-menu5-font-family\";s:7:\"inherit\";s:24:\"header-menu5-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:27:\"section-hb-divider-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button6-text\";s:6:\"Button\";s:26:\"header-button6-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button6-font-family\";s:7:\"inherit\";s:26:\"header-button6-font-weight\";s:7:\"inherit\";s:26:\"header-button6-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"header-button6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button6-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button6-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button6-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button6-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button6-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button6-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-button6-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-button6-border-radius\";s:0:\"\";s:27:\"section-hb-button-6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button6-text\";s:6:\"Button\";s:26:\"footer-button6-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button6-font-family\";s:7:\"inherit\";s:26:\"footer-button6-font-weight\";s:7:\"inherit\";s:29:\"footer-button6-text-transform\";s:0:\"\";s:26:\"footer-button6-line-height\";s:0:\"\";s:24:\"footer-button6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button6-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button6-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button6-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button6-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button6-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button6-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"footer-button6-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-6\";s:22:\"Insert HTML text here.\";s:18:\"header-html-6color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-6link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-6link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-6\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-6\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-6\";s:7:\"inherit\";s:29:\"font-extras-section-hb-html-6\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-hb-html-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-6\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-6color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-6link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-6link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-6\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-6\";s:7:\"inherit\";s:29:\"font-extras-section-fb-html-6\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-fb-html-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-6-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-6-bg-space\";s:0:\"\";s:20:\"header-social-6-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-social-6-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-6-color\";s:0:\"\";s:23:\"header-social-6-h-color\";s:0:\"\";s:24:\"header-social-6-bg-color\";s:0:\"\";s:26:\"header-social-6-bg-h-color\";s:0:\"\";s:28:\"header-social-6-label-toggle\";b:0;s:26:\"header-social-6-color-type\";s:6:\"custom\";s:34:\"header-social-6-brand-hover-toggle\";b:0;s:35:\"font-size-section-hb-social-icons-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-6\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-6-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-6-bg-space\";s:0:\"\";s:20:\"footer-social-6-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-6-radius\";s:0:\"\";s:21:\"footer-social-6-color\";s:0:\"\";s:23:\"footer-social-6-h-color\";s:0:\"\";s:24:\"footer-social-6-bg-color\";s:0:\"\";s:26:\"footer-social-6-bg-h-color\";s:0:\"\";s:28:\"footer-social-6-label-toggle\";b:0;s:26:\"footer-social-6-color-type\";s:6:\"custom\";s:27:\"footer-social-6-brand-color\";s:0:\"\";s:33:\"footer-social-6-brand-label-color\";s:0:\"\";s:34:\"footer-social-6-brand-hover-toggle\";b:0;s:35:\"font-size-section-fb-social-icons-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-6\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-6-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-6-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-6-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-6-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-6-font-family\";s:7:\"inherit\";s:27:\"header-widget-6-font-weight\";s:7:\"inherit\";s:25:\"header-widget-6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-6-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:35:\"header-widget-6-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-6-content-font-weight\";s:7:\"inherit\";s:33:\"header-widget-6-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-6-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:38:\"sidebar-widgets-header-widget-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-6-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-6-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-6-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-6-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-6-font-family\";s:7:\"inherit\";s:27:\"footer-widget-6-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-6-text-transform\";s:0:\"\";s:27:\"footer-widget-6-line-height\";s:0:\"\";s:25:\"footer-widget-6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-6-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-6-content-font-weight\";s:7:\"inherit\";s:35:\"footer-widget-6-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"footer-widget-6-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-6\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu6-bg-color\";s:0:\"\";s:18:\"header-menu6-color\";s:0:\"\";s:23:\"header-menu6-h-bg-color\";s:0:\"\";s:20:\"header-menu6-h-color\";s:0:\"\";s:23:\"header-menu6-a-bg-color\";s:0:\"\";s:20:\"header-menu6-a-color\";s:0:\"\";s:30:\"header-menu6-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu6-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu6-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu6-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu6-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu6-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu6-menu-hover-animation\";s:0:\"\";s:40:\"header-menu6-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu6-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu6-submenu-item-border\";b:0;s:32:\"header-menu6-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu6-submenu-item-b-color\";s:7:\"#eaeaea\";s:41:\"header-menu6-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-menu6-submenu-top-offset\";s:0:\"\";s:26:\"header-menu6-submenu-width\";s:0:\"\";s:27:\"header-menu6-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu6-menu-stack-on-mobile\";b:1;s:22:\"header-menu6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu6-font-weight\";s:7:\"inherit\";s:24:\"header-menu6-font-family\";s:7:\"inherit\";s:24:\"header-menu6-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:27:\"section-hb-divider-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button7-text\";s:6:\"Button\";s:26:\"header-button7-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button7-font-family\";s:7:\"inherit\";s:26:\"header-button7-font-weight\";s:7:\"inherit\";s:26:\"header-button7-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"header-button7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button7-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button7-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button7-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button7-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button7-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button7-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-button7-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-button7-border-radius\";s:0:\"\";s:27:\"section-hb-button-7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button7-text\";s:6:\"Button\";s:26:\"footer-button7-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button7-font-family\";s:7:\"inherit\";s:26:\"footer-button7-font-weight\";s:7:\"inherit\";s:29:\"footer-button7-text-transform\";s:0:\"\";s:26:\"footer-button7-line-height\";s:0:\"\";s:24:\"footer-button7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button7-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button7-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button7-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button7-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button7-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button7-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"footer-button7-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-7\";s:22:\"Insert HTML text here.\";s:18:\"header-html-7color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-7link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-7link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-7\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-7\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-7\";s:7:\"inherit\";s:29:\"font-extras-section-hb-html-7\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-hb-html-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-7\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-7color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-7link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-7link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-7\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-7\";s:7:\"inherit\";s:29:\"font-extras-section-fb-html-7\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-fb-html-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-7-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-7-bg-space\";s:0:\"\";s:20:\"header-social-7-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-social-7-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-7-color\";s:0:\"\";s:23:\"header-social-7-h-color\";s:0:\"\";s:24:\"header-social-7-bg-color\";s:0:\"\";s:26:\"header-social-7-bg-h-color\";s:0:\"\";s:28:\"header-social-7-label-toggle\";b:0;s:26:\"header-social-7-color-type\";s:6:\"custom\";s:34:\"header-social-7-brand-hover-toggle\";b:0;s:35:\"font-size-section-hb-social-icons-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-7\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-7-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-7-bg-space\";s:0:\"\";s:20:\"footer-social-7-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-7-radius\";s:0:\"\";s:21:\"footer-social-7-color\";s:0:\"\";s:23:\"footer-social-7-h-color\";s:0:\"\";s:24:\"footer-social-7-bg-color\";s:0:\"\";s:26:\"footer-social-7-bg-h-color\";s:0:\"\";s:28:\"footer-social-7-label-toggle\";b:0;s:26:\"footer-social-7-color-type\";s:6:\"custom\";s:27:\"footer-social-7-brand-color\";s:0:\"\";s:33:\"footer-social-7-brand-label-color\";s:0:\"\";s:34:\"footer-social-7-brand-hover-toggle\";b:0;s:35:\"font-size-section-fb-social-icons-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-7\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-7-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-7-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-7-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-7-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-7-font-family\";s:7:\"inherit\";s:27:\"header-widget-7-font-weight\";s:7:\"inherit\";s:25:\"header-widget-7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-7-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:35:\"header-widget-7-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-7-content-font-weight\";s:7:\"inherit\";s:33:\"header-widget-7-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-7-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:38:\"sidebar-widgets-header-widget-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-7-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-7-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-7-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-7-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-7-font-family\";s:7:\"inherit\";s:27:\"footer-widget-7-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-7-text-transform\";s:0:\"\";s:27:\"footer-widget-7-line-height\";s:0:\"\";s:25:\"footer-widget-7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-7-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-7-content-font-weight\";s:7:\"inherit\";s:35:\"footer-widget-7-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"footer-widget-7-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-7\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu7-bg-color\";s:0:\"\";s:18:\"header-menu7-color\";s:0:\"\";s:23:\"header-menu7-h-bg-color\";s:0:\"\";s:20:\"header-menu7-h-color\";s:0:\"\";s:23:\"header-menu7-a-bg-color\";s:0:\"\";s:20:\"header-menu7-a-color\";s:0:\"\";s:30:\"header-menu7-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu7-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu7-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu7-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu7-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu7-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu7-menu-hover-animation\";s:0:\"\";s:40:\"header-menu7-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu7-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu7-submenu-item-border\";b:0;s:32:\"header-menu7-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu7-submenu-item-b-color\";s:7:\"#eaeaea\";s:41:\"header-menu7-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-menu7-submenu-top-offset\";s:0:\"\";s:26:\"header-menu7-submenu-width\";s:0:\"\";s:27:\"header-menu7-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu7-menu-stack-on-mobile\";b:1;s:22:\"header-menu7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu7-font-weight\";s:7:\"inherit\";s:24:\"header-menu7-font-family\";s:7:\"inherit\";s:24:\"header-menu7-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:27:\"section-hb-divider-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button8-text\";s:6:\"Button\";s:26:\"header-button8-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button8-font-family\";s:7:\"inherit\";s:26:\"header-button8-font-weight\";s:7:\"inherit\";s:26:\"header-button8-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"header-button8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button8-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button8-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button8-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button8-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button8-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button8-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-button8-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-button8-border-radius\";s:0:\"\";s:27:\"section-hb-button-8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button8-text\";s:6:\"Button\";s:26:\"footer-button8-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button8-font-family\";s:7:\"inherit\";s:26:\"footer-button8-font-weight\";s:7:\"inherit\";s:29:\"footer-button8-text-transform\";s:0:\"\";s:26:\"footer-button8-line-height\";s:0:\"\";s:24:\"footer-button8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button8-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button8-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button8-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button8-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button8-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button8-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"footer-button8-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-8\";s:22:\"Insert HTML text here.\";s:18:\"header-html-8color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-8link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-8link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-8\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-8\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-8\";s:7:\"inherit\";s:29:\"font-extras-section-hb-html-8\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-hb-html-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-8\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-8color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-8link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-8link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-8\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-8\";s:7:\"inherit\";s:29:\"font-extras-section-fb-html-8\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-fb-html-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-8-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-8-bg-space\";s:0:\"\";s:20:\"header-social-8-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-social-8-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-8-color\";s:0:\"\";s:23:\"header-social-8-h-color\";s:0:\"\";s:24:\"header-social-8-bg-color\";s:0:\"\";s:26:\"header-social-8-bg-h-color\";s:0:\"\";s:28:\"header-social-8-label-toggle\";b:0;s:26:\"header-social-8-color-type\";s:6:\"custom\";s:34:\"header-social-8-brand-hover-toggle\";b:0;s:35:\"font-size-section-hb-social-icons-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-8\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-8-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-8-bg-space\";s:0:\"\";s:20:\"footer-social-8-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-8-radius\";s:0:\"\";s:21:\"footer-social-8-color\";s:0:\"\";s:23:\"footer-social-8-h-color\";s:0:\"\";s:24:\"footer-social-8-bg-color\";s:0:\"\";s:26:\"footer-social-8-bg-h-color\";s:0:\"\";s:28:\"footer-social-8-label-toggle\";b:0;s:26:\"footer-social-8-color-type\";s:6:\"custom\";s:27:\"footer-social-8-brand-color\";s:0:\"\";s:33:\"footer-social-8-brand-label-color\";s:0:\"\";s:34:\"footer-social-8-brand-hover-toggle\";b:0;s:35:\"font-size-section-fb-social-icons-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-8\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-8-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-8-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-8-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-8-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-8-font-family\";s:7:\"inherit\";s:27:\"header-widget-8-font-weight\";s:7:\"inherit\";s:25:\"header-widget-8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-8-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:35:\"header-widget-8-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-8-content-font-weight\";s:7:\"inherit\";s:33:\"header-widget-8-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-8-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:38:\"sidebar-widgets-header-widget-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-8-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-8-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-8-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-8-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-8-font-family\";s:7:\"inherit\";s:27:\"footer-widget-8-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-8-text-transform\";s:0:\"\";s:27:\"footer-widget-8-line-height\";s:0:\"\";s:25:\"footer-widget-8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-8-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-8-content-font-weight\";s:7:\"inherit\";s:35:\"footer-widget-8-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"footer-widget-8-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-8\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu8-bg-color\";s:0:\"\";s:18:\"header-menu8-color\";s:0:\"\";s:23:\"header-menu8-h-bg-color\";s:0:\"\";s:20:\"header-menu8-h-color\";s:0:\"\";s:23:\"header-menu8-a-bg-color\";s:0:\"\";s:20:\"header-menu8-a-color\";s:0:\"\";s:30:\"header-menu8-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu8-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu8-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu8-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu8-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu8-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu8-menu-hover-animation\";s:0:\"\";s:40:\"header-menu8-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu8-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu8-submenu-item-border\";b:0;s:32:\"header-menu8-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu8-submenu-item-b-color\";s:7:\"#eaeaea\";s:41:\"header-menu8-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-menu8-submenu-top-offset\";s:0:\"\";s:26:\"header-menu8-submenu-width\";s:0:\"\";s:27:\"header-menu8-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu8-menu-stack-on-mobile\";b:1;s:22:\"header-menu8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu8-font-weight\";s:7:\"inherit\";s:24:\"header-menu8-font-family\";s:7:\"inherit\";s:24:\"header-menu8-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:27:\"section-hb-divider-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button9-text\";s:6:\"Button\";s:26:\"header-button9-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button9-font-family\";s:7:\"inherit\";s:26:\"header-button9-font-weight\";s:7:\"inherit\";s:26:\"header-button9-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"header-button9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button9-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button9-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button9-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button9-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button9-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button9-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-button9-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-button9-border-radius\";s:0:\"\";s:27:\"section-hb-button-9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button9-text\";s:6:\"Button\";s:26:\"footer-button9-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button9-font-family\";s:7:\"inherit\";s:26:\"footer-button9-font-weight\";s:7:\"inherit\";s:29:\"footer-button9-text-transform\";s:0:\"\";s:26:\"footer-button9-line-height\";s:0:\"\";s:24:\"footer-button9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button9-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button9-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button9-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button9-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button9-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button9-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"footer-button9-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-9\";s:22:\"Insert HTML text here.\";s:18:\"header-html-9color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-9link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-9link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-9\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-9\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-9\";s:7:\"inherit\";s:29:\"font-extras-section-hb-html-9\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-hb-html-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-9\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-9color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-9link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-9link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-9\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-9\";s:7:\"inherit\";s:29:\"font-extras-section-fb-html-9\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-fb-html-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-9-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-9-bg-space\";s:0:\"\";s:20:\"header-social-9-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-social-9-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-9-color\";s:0:\"\";s:23:\"header-social-9-h-color\";s:0:\"\";s:24:\"header-social-9-bg-color\";s:0:\"\";s:26:\"header-social-9-bg-h-color\";s:0:\"\";s:28:\"header-social-9-label-toggle\";b:0;s:26:\"header-social-9-color-type\";s:6:\"custom\";s:34:\"header-social-9-brand-hover-toggle\";b:0;s:35:\"font-size-section-hb-social-icons-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-9\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-9-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-9-bg-space\";s:0:\"\";s:20:\"footer-social-9-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-9-radius\";s:0:\"\";s:21:\"footer-social-9-color\";s:0:\"\";s:23:\"footer-social-9-h-color\";s:0:\"\";s:24:\"footer-social-9-bg-color\";s:0:\"\";s:26:\"footer-social-9-bg-h-color\";s:0:\"\";s:28:\"footer-social-9-label-toggle\";b:0;s:26:\"footer-social-9-color-type\";s:6:\"custom\";s:27:\"footer-social-9-brand-color\";s:0:\"\";s:33:\"footer-social-9-brand-label-color\";s:0:\"\";s:34:\"footer-social-9-brand-hover-toggle\";b:0;s:35:\"font-size-section-fb-social-icons-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-9\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-9-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-9-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-9-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-9-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-9-font-family\";s:7:\"inherit\";s:27:\"header-widget-9-font-weight\";s:7:\"inherit\";s:25:\"header-widget-9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-9-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:35:\"header-widget-9-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-9-content-font-weight\";s:7:\"inherit\";s:33:\"header-widget-9-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-9-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:38:\"sidebar-widgets-header-widget-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-9-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-9-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-9-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-9-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-9-font-family\";s:7:\"inherit\";s:27:\"footer-widget-9-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-9-text-transform\";s:0:\"\";s:27:\"footer-widget-9-line-height\";s:0:\"\";s:25:\"footer-widget-9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-9-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-9-content-font-weight\";s:7:\"inherit\";s:35:\"footer-widget-9-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"footer-widget-9-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-9\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu9-bg-color\";s:0:\"\";s:18:\"header-menu9-color\";s:0:\"\";s:23:\"header-menu9-h-bg-color\";s:0:\"\";s:20:\"header-menu9-h-color\";s:0:\"\";s:23:\"header-menu9-a-bg-color\";s:0:\"\";s:20:\"header-menu9-a-color\";s:0:\"\";s:30:\"header-menu9-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu9-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu9-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu9-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu9-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu9-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu9-menu-hover-animation\";s:0:\"\";s:40:\"header-menu9-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu9-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu9-submenu-item-border\";b:0;s:32:\"header-menu9-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu9-submenu-item-b-color\";s:7:\"#eaeaea\";s:41:\"header-menu9-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-menu9-submenu-top-offset\";s:0:\"\";s:26:\"header-menu9-submenu-width\";s:0:\"\";s:27:\"header-menu9-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu9-menu-stack-on-mobile\";b:1;s:22:\"header-menu9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu9-font-weight\";s:7:\"inherit\";s:24:\"header-menu9-font-family\";s:7:\"inherit\";s:24:\"header-menu9-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:27:\"section-hb-divider-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"header-button10-text\";s:6:\"Button\";s:27:\"header-button10-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:27:\"header-button10-font-family\";s:7:\"inherit\";s:27:\"header-button10-font-weight\";s:7:\"inherit\";s:27:\"header-button10-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:25:\"header-button10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button10-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-button10-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button10-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button10-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-button10-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:28:\"header-button10-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"header-button10-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"header-button10-border-radius\";s:0:\"\";s:28:\"section-hb-button-10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"sticky-header-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"footer-button10-text\";s:6:\"Button\";s:27:\"footer-button10-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:27:\"footer-button10-font-family\";s:7:\"inherit\";s:27:\"footer-button10-font-weight\";s:7:\"inherit\";s:30:\"footer-button10-text-transform\";s:0:\"\";s:27:\"footer-button10-line-height\";s:0:\"\";s:25:\"footer-button10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button10-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-button10-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button10-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button10-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-button10-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:28:\"footer-button10-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"footer-button10-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:28:\"section-fb-button-10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:14:\"header-html-10\";s:22:\"Insert HTML text here.\";s:19:\"header-html-10color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-html-10link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-html-10link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"font-size-section-hb-html-10\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"font-weight-section-hb-html-10\";s:7:\"inherit\";s:30:\"font-family-section-hb-html-10\";s:7:\"inherit\";s:30:\"font-extras-section-hb-html-10\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:25:\"section-hb-html-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:14:\"footer-html-10\";s:22:\"Insert HTML text here.\";s:19:\"footer-html-10color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-html-10link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-html-10link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"font-size-section-fb-html-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"footer-html-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:30:\"font-weight-section-fb-html-10\";s:7:\"inherit\";s:30:\"font-family-section-fb-html-10\";s:7:\"inherit\";s:30:\"font-extras-section-fb-html-10\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:25:\"section-fb-html-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-social-10-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-social-10-bg-space\";s:0:\"\";s:21:\"header-social-10-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"header-social-10-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-social-10-color\";s:0:\"\";s:24:\"header-social-10-h-color\";s:0:\"\";s:25:\"header-social-10-bg-color\";s:0:\"\";s:27:\"header-social-10-bg-h-color\";s:0:\"\";s:29:\"header-social-10-label-toggle\";b:0;s:27:\"header-social-10-color-type\";s:6:\"custom\";s:35:\"header-social-10-brand-hover-toggle\";b:0;s:36:\"font-size-section-hb-social-icons-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-social-icons-10\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:33:\"section-hb-social-icons-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"footer-social-10-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-social-10-bg-space\";s:0:\"\";s:21:\"footer-social-10-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-social-10-radius\";s:0:\"\";s:22:\"footer-social-10-color\";s:0:\"\";s:24:\"footer-social-10-h-color\";s:0:\"\";s:25:\"footer-social-10-bg-color\";s:0:\"\";s:27:\"footer-social-10-bg-h-color\";s:0:\"\";s:29:\"footer-social-10-label-toggle\";b:0;s:27:\"footer-social-10-color-type\";s:6:\"custom\";s:28:\"footer-social-10-brand-color\";s:0:\"\";s:34:\"footer-social-10-brand-label-color\";s:0:\"\";s:35:\"footer-social-10-brand-hover-toggle\";b:0;s:36:\"font-size-section-fb-social-icons-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"footer-social-icons-10\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:26:\"footer-social-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:33:\"section-fb-social-icons-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-widget-10-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-widget-10-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-10-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-widget-10-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-10-font-family\";s:7:\"inherit\";s:28:\"header-widget-10-font-weight\";s:7:\"inherit\";s:26:\"header-widget-10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-widget-10-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:36:\"header-widget-10-content-font-family\";s:7:\"inherit\";s:36:\"header-widget-10-content-font-weight\";s:7:\"inherit\";s:34:\"header-widget-10-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"header-widget-10-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:39:\"sidebar-widgets-header-widget-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"footer-widget-10-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-widget-10-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-10-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"footer-widget-10-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-10-font-family\";s:7:\"inherit\";s:28:\"footer-widget-10-font-weight\";s:7:\"inherit\";s:31:\"footer-widget-10-text-transform\";s:0:\"\";s:28:\"footer-widget-10-line-height\";s:0:\"\";s:26:\"footer-widget-10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"footer-widget-10-content-font-family\";s:7:\"inherit\";s:36:\"footer-widget-10-content-font-weight\";s:7:\"inherit\";s:36:\"footer-widget-10-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:34:\"footer-widget-10-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-widget-alignment-10\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:39:\"sidebar-widgets-footer-widget-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-menu10-bg-color\";s:0:\"\";s:19:\"header-menu10-color\";s:0:\"\";s:24:\"header-menu10-h-bg-color\";s:0:\"\";s:21:\"header-menu10-h-color\";s:0:\"\";s:24:\"header-menu10-a-bg-color\";s:0:\"\";s:21:\"header-menu10-a-color\";s:0:\"\";s:31:\"header-menu10-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:30:\"header-menu10-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-menu10-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"header-menu10-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-menu10-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"header-menu10-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu10-menu-hover-animation\";s:0:\"\";s:41:\"header-menu10-submenu-container-animation\";s:0:\"\";s:25:\"section-hb-menu-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-menu10-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"header-menu10-submenu-item-border\";b:0;s:33:\"header-menu10-submenu-item-b-size\";s:1:\"1\";s:34:\"header-menu10-submenu-item-b-color\";s:7:\"#eaeaea\";s:42:\"header-menu10-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu10-submenu-top-offset\";s:0:\"\";s:27:\"header-menu10-submenu-width\";s:0:\"\";s:28:\"header-menu10-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:34:\"header-menu10-menu-stack-on-mobile\";b:1;s:23:\"header-menu10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu10-font-weight\";s:7:\"inherit\";s:25:\"header-menu10-font-family\";s:7:\"inherit\";s:25:\"header-menu10-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:28:\"section-hb-divider-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-fb-divider-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"sticky-header-on-devices\";s:7:\"desktop\";s:19:\"sticky-header-style\";s:4:\"none\";s:20:\"footer-desktop-items\";a:10:{s:5:\"above\";a:6:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}s:7:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:2:{i:0;s:6:\"html-1\";i:1;s:14:\"social-icons-1\";}s:9:\"primary_2\";a:1:{i:0;s:8:\"widget-1\";}s:9:\"primary_3\";a:1:{i:0;s:8:\"widget-2\";}s:9:\"primary_4\";a:1:{i:0;s:8:\"widget-3\";}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a:0:{}}s:5:\"group\";s:36:\"astra-settings[footer-desktop-items]\";s:4:\"rows\";a:3:{i:0;s:5:\"above\";i:1;s:7:\"primary\";i:2;s:5:\"below\";}s:5:\"zones\";a:3:{s:5:\"above\";a:6:{s:7:\"above_1\";s:15:\"Above Section 1\";s:7:\"above_2\";s:15:\"Above Section 2\";s:7:\"above_3\";s:15:\"Above Section 3\";s:7:\"above_4\";s:15:\"Above Section 4\";s:7:\"above_5\";s:15:\"Above Section 5\";s:7:\"above_6\";s:15:\"Above Section 6\";}s:7:\"primary\";a:6:{s:9:\"primary_1\";s:17:\"Primary Section 1\";s:9:\"primary_2\";s:17:\"Primary Section 2\";s:9:\"primary_3\";s:17:\"Primary Section 3\";s:9:\"primary_4\";s:17:\"Primary Section 4\";s:9:\"primary_5\";s:17:\"Primary Section 5\";s:9:\"primary_6\";s:17:\"Primary Section 6\";}s:5:\"below\";a:6:{s:7:\"below_1\";s:15:\"Below Section 1\";s:7:\"below_2\";s:15:\"Below Section 2\";s:7:\"below_3\";s:15:\"Below Section 3\";s:7:\"below_4\";s:15:\"Below Section 4\";s:7:\"below_5\";s:15:\"Below Section 5\";s:7:\"below_6\";s:15:\"Below Section 6\";}}s:7:\"layouts\";a:3:{s:5:\"above\";a:2:{s:6:\"column\";s:1:\"2\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}}s:7:\"primary\";a:2:{s:6:\"column\";s:1:\"4\";s:6:\"layout\";a:4:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:7:\"2-equal\";s:7:\"desktop\";s:7:\"4-equal\";s:4:\"flag\";b:0;}}s:5:\"below\";a:2:{s:6:\"column\";s:1:\"1\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}}}s:6:\"status\";a:3:{s:5:\"above\";b:1;s:7:\"primary\";b:1;s:5:\"below\";b:1;}s:4:\"flag\";b:0;s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}}s:17:\"hba-footer-height\";i:60;s:17:\"hba-footer-column\";s:1:\"2\";s:17:\"hba-footer-layout\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:28:\"hba-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:28:\"hbb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:27:\"hb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:27:\"hbb-footer-top-border-color\";s:25:\"var(--ast-global-color-6)\";s:20:\"hbb-footer-separator\";i:1;s:36:\"section-header-builder-layout-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:17:\"hbb-footer-height\";i:80;s:17:\"hbb-footer-column\";s:1:\"1\";s:17:\"hbb-footer-layout\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:24:\"hb-primary-footer-height\";s:0:\"\";s:23:\"hba-footer-layout-width\";s:7:\"content\";s:22:\"hb-footer-layout-width\";s:7:\"content\";s:23:\"hbb-footer-layout-width\";s:7:\"content\";s:29:\"hba-footer-vertical-alignment\";s:10:\"flex-start\";s:28:\"hb-footer-vertical-alignment\";s:10:\"flex-start\";s:29:\"hbb-footer-vertical-alignment\";s:6:\"center\";s:24:\"footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:16:\"hb-footer-column\";s:1:\"4\";s:19:\"hb-footer-separator\";i:1;s:29:\"hb-footer-bottom-border-color\";s:7:\"#e6e6e6\";s:16:\"hb-footer-layout\";a:4:{s:7:\"desktop\";s:7:\"4-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}s:18:\"hb-footer-main-sep\";i:0;s:24:\"hb-footer-main-sep-color\";s:0:\"\";s:23:\"footer-copyright-editor\";s:75:\"Copyright [copyright] [current_year] [site_title]. Powered by [site_title].\";s:22:\"footer-copyright-color\";s:25:\"var(--ast-global-color-3)\";s:36:\"line-height-section-footer-copyright\";i:2;s:26:\"footer-copyright-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:34:\"font-size-section-footer-copyright\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"font-weight-section-footer-copyright\";s:7:\"inherit\";s:36:\"font-family-section-footer-copyright\";s:7:\"inherit\";s:36:\"font-extras-section-footer-copyright\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:21:\"footer-menu-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:36:\"section-below-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"24\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"24\";s:4:\"left\";s:2:\"24\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-search-icon-space\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:24:\"header-search-icon-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:19:\"header-search-width\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:11:\"live-search\";b:0;s:22:\"live-search-post-types\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:37:\"transparent-header-social-icons-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:39:\"transparent-header-social-icons-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"transparent-header-social-icons-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:42:\"transparent-header-social-icons-bg-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"transparent-header-html-text-color\";s:0:\"\";s:34:\"transparent-header-html-link-color\";s:0:\"\";s:36:\"transparent-header-html-link-h-color\";s:0:\"\";s:37:\"transparent-header-widget-title-color\";s:0:\"\";s:39:\"transparent-header-widget-content-color\";s:0:\"\";s:36:\"transparent-header-widget-link-color\";s:0:\"\";s:38:\"transparent-header-widget-link-h-color\";s:0:\"\";s:36:\"transparent-header-button-text-color\";s:25:\"var(--ast-global-color-2)\";s:38:\"transparent-header-button-text-h-color\";s:25:\"var(--ast-global-color-5)\";s:34:\"transparent-header-button-bg-color\";s:25:\"var(--ast-global-color-5)\";s:36:\"transparent-header-button-bg-h-color\";s:25:\"var(--ast-global-color-0)\";s:17:\"off-canvas-layout\";s:10:\"side-panel\";s:16:\"off-canvas-slide\";s:5:\"right\";s:33:\"header-builder-menu-toggle-target\";s:4:\"icon\";s:34:\"header-offcanvas-content-alignment\";s:10:\"flex-start\";s:21:\"off-canvas-background\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:22:\"off-canvas-close-color\";s:7:\"#3a3a3a\";s:18:\"mobile-header-type\";s:8:\"dropdown\";s:24:\"off-canvas-inner-spacing\";s:0:\"\";s:18:\"footer-menu-layout\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:29:\"footer-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:28:\"footer-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"footer-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"footer-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"footer-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"footer-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-menu-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-menu-font-weight\";s:7:\"inherit\";s:23:\"footer-menu-font-family\";s:7:\"inherit\";s:23:\"footer-menu-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"footer-main-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-trigger-icon\";s:4:\"menu\";s:30:\"mobile-header-toggle-icon-size\";i:20;s:36:\"mobile-header-toggle-btn-border-size\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:34:\"mobile-header-toggle-border-radius\";i:2;s:41:\"mobile-header-toggle-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"mobile-header-label-font-family\";s:7:\"inherit\";s:31:\"mobile-header-label-font-weight\";s:7:\"inherit\";s:34:\"mobile-header-label-text-transform\";s:0:\"\";s:31:\"mobile-header-label-line-height\";s:0:\"\";s:29:\"mobile-header-label-font-size\";s:0:\"\";s:20:\"global-color-palette\";a:2:{s:7:\"palette\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:4:\"flag\";b:0;}s:17:\"header-logo-color\";s:0:\"\";s:27:\"header-mobile-menu-bg-color\";s:0:\"\";s:24:\"header-mobile-menu-color\";s:0:\"\";s:29:\"header-mobile-menu-h-bg-color\";s:0:\"\";s:26:\"header-mobile-menu-h-color\";s:0:\"\";s:29:\"header-mobile-menu-a-bg-color\";s:0:\"\";s:26:\"header-mobile-menu-a-color\";s:0:\"\";s:36:\"header-mobile-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:35:\"header-mobile-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"header-mobile-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"header-mobile-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"header-mobile-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"header-mobile-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"header-mobile-menu-submenu-container-animation\";s:4:\"fade\";s:38:\"header-mobile-menu-submenu-item-border\";b:0;s:38:\"header-mobile-menu-submenu-item-b-size\";s:1:\"1\";s:39:\"header-mobile-menu-submenu-item-b-color\";s:7:\"#eaeaea\";s:33:\"header-mobile-menu-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:28:\"header-mobile-menu-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"font-extras-header-mobile-menu\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:28:\"woo-header-cart-click-action\";s:7:\"default\";s:28:\"responsive-cart-click-action\";s:6:\"flyout\";s:23:\"woo-slide-in-cart-width\";a:6:{s:7:\"desktop\";i:35;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:1:\"%\";s:11:\"tablet-unit\";s:1:\"%\";s:11:\"mobile-unit\";s:1:\"%\";}s:41:\"woo-header-cart-icon-total-label-position\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-woo-cart-icon-size\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:20:\"woo-header-cart-icon\";s:7:\"default\";s:26:\"woo-header-cart-icon-style\";s:7:\"outline\";s:33:\"woo-desktop-cart-flyout-direction\";s:5:\"right\";s:26:\"header-woo-cart-icon-color\";s:0:\"\";s:38:\"transparent-header-woo-cart-icon-color\";s:0:\"\";s:32:\"header-woo-cart-icon-hover-color\";s:0:\"\";s:28:\"woo-header-cart-border-width\";i:2;s:34:\"woo-header-cart-icon-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"woo-header-cart-badge-display\";b:1;s:29:\"woo-header-cart-label-display\";s:33:\"Cart/{cart_total_currency_symbol}\";s:26:\"header-woo-cart-text-color\";s:0:\"\";s:26:\"header-woo-cart-link-color\";s:0:\"\";s:32:\"header-woo-cart-background-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"header-woo-cart-background-hover-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-woo-cart-separator-color\";s:0:\"\";s:32:\"header-woo-cart-link-hover-color\";s:0:\"\";s:30:\"header-woo-cart-btn-text-color\";s:0:\"\";s:36:\"header-woo-cart-btn-background-color\";s:0:\"\";s:36:\"header-woo-cart-btn-text-hover-color\";s:0:\"\";s:34:\"header-woo-cart-btn-bg-hover-color\";s:0:\"\";s:34:\"header-woo-checkout-btn-text-color\";s:0:\"\";s:40:\"header-woo-checkout-btn-background-color\";s:0:\"\";s:40:\"header-woo-checkout-btn-text-hover-color\";s:0:\"\";s:38:\"header-woo-checkout-btn-bg-hover-color\";s:0:\"\";s:26:\"edd-header-cart-icon-style\";s:7:\"outline\";s:26:\"edd-header-cart-icon-color\";s:0:\"\";s:27:\"edd-header-cart-icon-radius\";i:3;s:38:\"transparent-header-edd-cart-icon-color\";s:0:\"\";s:29:\"edd-header-cart-total-display\";b:1;s:29:\"edd-header-cart-title-display\";b:1;s:26:\"header-edd-cart-text-color\";s:0:\"\";s:26:\"header-edd-cart-link-color\";s:0:\"\";s:32:\"header-edd-cart-background-color\";s:0:\"\";s:31:\"header-edd-cart-separator-color\";s:0:\"\";s:34:\"header-edd-checkout-btn-text-color\";s:0:\"\";s:40:\"header-edd-checkout-btn-background-color\";s:0:\"\";s:40:\"header-edd-checkout-btn-text-hover-color\";s:0:\"\";s:38:\"header-edd-checkout-btn-bg-hover-color\";s:0:\"\";s:19:\"header-account-type\";s:7:\"default\";s:26:\"header-account-login-style\";s:4:\"icon\";s:51:\"header-account-login-style-extend-text-profile-type\";s:7:\"default\";s:26:\"header-account-action-type\";s:4:\"link\";s:24:\"header-account-link-type\";s:7:\"default\";s:27:\"header-account-logout-style\";s:4:\"icon\";s:52:\"header-account-logout-style-extend-text-profile-type\";s:7:\"default\";s:30:\"header-account-logged-out-text\";s:6:\"Log In\";s:29:\"header-account-logged-in-text\";s:10:\"My Account\";s:28:\"header-account-logout-action\";s:4:\"link\";s:26:\"header-account-image-width\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-account-icon-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:25:\"header-account-icon-color\";s:0:\"\";s:25:\"header-account-login-link\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-account-logout-link\";a:3:{s:3:\"url\";s:48:\"https://websitedemos.net/daycare-02/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:32:\"font-size-section-header-account\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"header-account-type-text-color\";s:0:\"\";s:23:\"header-account-woo-menu\";b:0;s:22:\"cloned-component-track\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:18:\"theme-auto-version\";s:6:\"4.12.7\";s:33:\"_astra_pb_compatibility_completed\";b:1;s:21:\"headings-font-variant\";s:3:\"600\";s:20:\"headings-line-height\";d:1.2;s:14:\"line-height-h1\";d:1.1000000000000001;s:21:\"heading-typo-selector\";s:2:\"h5\";s:13:\"button-radius\";i:30;s:17:\"text-transform-h6\";s:9:\"uppercase\";s:14:\"line-height-h6\";i:1;s:44:\"astra-sidebar-widgets-footer-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"80\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"40\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"64\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:44:\"astra-sidebar-widgets-footer-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"40\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"64\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:44:\"astra-sidebar-widgets-footer-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"64\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"40\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"64\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:50:\"ast-callback-notice-header-transparent-header-logo\";s:0:\"\";s:55:\"ast-callback-notice-header-transparent-header-logo-link\";s:0:\"\";s:51:\"ast-callback-notice-header-transparent-meta-enabled\";s:0:\"\";s:55:\"ast-callback-notice-header-transparent-header-meta-link\";s:0:\"\";s:42:\"apply-content-background-fullwidth-layouts\";b:0;s:19:\"site-content-layout\";s:15:\"boxed-container\";s:32:\"customizer-default-layout-update\";b:0;s:33:\"single-product-breadcrumb-disable\";b:0;s:43:\"woocommerce-single-product-fallback-default\";b:1;s:32:\"astra-old-global-sidebar-default\";b:0;s:20:\"dynamic-blog-layouts\";b:0;s:32:\"theme-dynamic-customizer-support\";b:1;s:40:\"ast-dynamic-single-astra-sites-structure\";a:2:{i:0;s:36:\"ast-dynamic-single-astra-sites-image\";i:1;s:36:\"ast-dynamic-single-astra-sites-title\";}s:39:\"ast-dynamic-single-astra-sites-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:29:\"ast-archive-astra-sites-title\";b:1;s:28:\"ast-single-astra-sites-title\";b:1;s:49:\"ast-dynamic-archive-astra-sites-banner-image-type\";s:4:\"none\";s:48:\"ast-dynamic-archive-astra-sites-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:49:\"ast-dynamic-archive-astra-sites-title-font-family\";s:0:\"\";s:47:\"ast-dynamic-archive-astra-sites-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:49:\"ast-dynamic-archive-astra-sites-title-font-weight\";s:0:\"\";s:49:\"ast-dynamic-archive-astra-sites-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:50:\"ast-dynamic-archive-astra-sites-banner-title-color\";s:0:\"\";s:49:\"ast-dynamic-archive-astra-sites-banner-text-color\";s:0:\"\";s:49:\"ast-dynamic-single-astra-sites-banner-title-color\";s:0:\"\";s:48:\"ast-dynamic-single-astra-sites-title-font-family\";s:0:\"\";s:46:\"ast-dynamic-single-astra-sites-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:48:\"ast-dynamic-single-astra-sites-title-font-weight\";s:0:\"\";s:48:\"ast-dynamic-single-astra-sites-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:39:\"ast-dynamic-single-site-pages-structure\";a:2:{i:0;s:35:\"ast-dynamic-single-site-pages-image\";i:1;s:35:\"ast-dynamic-single-site-pages-title\";}s:38:\"ast-dynamic-single-site-pages-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:28:\"ast-archive-site-pages-title\";b:1;s:27:\"ast-single-site-pages-title\";b:1;s:48:\"ast-dynamic-archive-site-pages-banner-image-type\";s:4:\"none\";s:47:\"ast-dynamic-archive-site-pages-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:48:\"ast-dynamic-archive-site-pages-title-font-family\";s:0:\"\";s:46:\"ast-dynamic-archive-site-pages-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:48:\"ast-dynamic-archive-site-pages-title-font-weight\";s:0:\"\";s:48:\"ast-dynamic-archive-site-pages-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:49:\"ast-dynamic-archive-site-pages-banner-title-color\";s:0:\"\";s:48:\"ast-dynamic-archive-site-pages-banner-text-color\";s:0:\"\";s:48:\"ast-dynamic-single-site-pages-banner-title-color\";s:0:\"\";s:47:\"ast-dynamic-single-site-pages-title-font-family\";s:0:\"\";s:45:\"ast-dynamic-single-site-pages-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:47:\"ast-dynamic-single-site-pages-title-font-weight\";s:0:\"\";s:47:\"ast-dynamic-single-site-pages-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:41:\"ast-dynamic-single-astra-blocks-structure\";a:2:{i:0;s:37:\"ast-dynamic-single-astra-blocks-image\";i:1;s:37:\"ast-dynamic-single-astra-blocks-title\";}s:40:\"ast-dynamic-single-astra-blocks-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:30:\"ast-archive-astra-blocks-title\";b:1;s:29:\"ast-single-astra-blocks-title\";b:1;s:50:\"ast-dynamic-archive-astra-blocks-banner-image-type\";s:4:\"none\";s:49:\"ast-dynamic-archive-astra-blocks-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:50:\"ast-dynamic-archive-astra-blocks-title-font-family\";s:0:\"\";s:48:\"ast-dynamic-archive-astra-blocks-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:50:\"ast-dynamic-archive-astra-blocks-title-font-weight\";s:0:\"\";s:50:\"ast-dynamic-archive-astra-blocks-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:51:\"ast-dynamic-archive-astra-blocks-banner-title-color\";s:0:\"\";s:50:\"ast-dynamic-archive-astra-blocks-banner-text-color\";s:0:\"\";s:50:\"ast-dynamic-single-astra-blocks-banner-title-color\";s:0:\"\";s:49:\"ast-dynamic-single-astra-blocks-title-font-family\";s:0:\"\";s:47:\"ast-dynamic-single-astra-blocks-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:49:\"ast-dynamic-single-astra-blocks-title-font-weight\";s:0:\"\";s:49:\"ast-dynamic-single-astra-blocks-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"ast-dynamic-single-post-structure\";a:3:{i:0;s:29:\"ast-dynamic-single-post-image\";i:1;s:29:\"ast-dynamic-single-post-title\";i:2;s:28:\"ast-dynamic-single-post-meta\";}s:32:\"ast-dynamic-single-post-taxonomy\";s:8:\"category\";s:22:\"ast-archive-post-title\";b:1;s:21:\"ast-single-post-title\";b:1;s:42:\"ast-dynamic-archive-post-banner-image-type\";s:4:\"none\";s:41:\"ast-dynamic-archive-post-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:42:\"ast-dynamic-archive-post-title-font-family\";s:0:\"\";s:40:\"ast-dynamic-archive-post-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:42:\"ast-dynamic-archive-post-title-font-weight\";s:0:\"\";s:42:\"ast-dynamic-archive-post-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:43:\"ast-dynamic-archive-post-banner-title-color\";s:0:\"\";s:42:\"ast-dynamic-archive-post-banner-text-color\";s:0:\"\";s:42:\"ast-dynamic-single-post-banner-title-color\";s:0:\"\";s:41:\"ast-dynamic-single-post-title-font-family\";s:0:\"\";s:39:\"ast-dynamic-single-post-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:41:\"ast-dynamic-single-post-title-font-weight\";s:0:\"\";s:41:\"ast-dynamic-single-post-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"ast-dynamic-single-page-structure\";a:1:{i:0;s:29:\"ast-dynamic-single-page-title\";}s:32:\"ast-dynamic-single-page-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:22:\"ast-archive-page-title\";b:1;s:21:\"ast-single-page-title\";b:1;s:42:\"ast-dynamic-archive-page-banner-image-type\";s:4:\"none\";s:41:\"ast-dynamic-archive-page-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:42:\"ast-dynamic-archive-page-title-font-family\";s:0:\"\";s:40:\"ast-dynamic-archive-page-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:42:\"ast-dynamic-archive-page-title-font-weight\";s:0:\"\";s:42:\"ast-dynamic-archive-page-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:43:\"ast-dynamic-archive-page-banner-title-color\";s:0:\"\";s:42:\"ast-dynamic-archive-page-banner-text-color\";s:0:\"\";s:42:\"ast-dynamic-single-page-banner-title-color\";s:0:\"\";s:41:\"ast-dynamic-single-page-title-font-family\";s:0:\"\";s:39:\"ast-dynamic-single-page-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:41:\"ast-dynamic-single-page-title-font-weight\";s:0:\"\";s:41:\"ast-dynamic-single-page-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:31:\"archive-download-content-layout\";s:7:\"default\";s:31:\"archive-download-sidebar-layout\";s:10:\"no-sidebar\";s:30:\"single-download-content-layout\";s:7:\"default\";s:30:\"single-download-sidebar-layout\";s:7:\"default\";s:25:\"update-default-color-typo\";b:0;s:22:\"v4-block-editor-compat\";b:0;s:23:\"v4-1-0-update-migration\";b:1;s:27:\"single-product-payment-list\";a:1:{s:5:\"items\";a:4:{i:0;a:6:{s:2:\"id\";s:8:\"item-100\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-visa\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Visa\";}i:1;a:6:{s:2:\"id\";s:8:\"item-101\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:13:\"cc-mastercard\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:10:\"Mastercard\";}i:2;a:6:{s:2:\"id\";s:8:\"item-102\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-amex\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Amex\";}i:3;a:6:{s:2:\"id\";s:8:\"item-103\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:11:\"cc-discover\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:8:\"Discover\";}}}s:23:\"v4-1-4-update-migration\";b:1;s:27:\"list-block-vertical-spacing\";b:0;s:18:\"add-hr-styling-css\";b:0;s:32:\"astra-site-svg-logo-equal-height\";b:0;s:25:\"fullwidth_sidebar_support\";b:0;s:23:\"v4-2-0-update-migration\";b:1;s:29:\"v4-2-2-core-form-btns-styling\";b:0;s:22:\"v4-4-0-backward-option\";b:0;s:69:\"ast-dynamic-single-templates-article-featured-image-position-layout-1\";s:4:\"none\";s:69:\"ast-dynamic-single-templates-article-featured-image-position-layout-2\";s:4:\"none\";s:62:\"ast-dynamic-single-templates-article-featured-image-ratio-type\";s:7:\"default\";s:71:\"ast-dynamic-single-astra-sites-article-featured-image-position-layout-1\";s:4:\"none\";s:71:\"ast-dynamic-single-astra-sites-article-featured-image-position-layout-2\";s:4:\"none\";s:64:\"ast-dynamic-single-astra-sites-article-featured-image-ratio-type\";s:7:\"default\";s:70:\"ast-dynamic-single-site-pages-article-featured-image-position-layout-1\";s:4:\"none\";s:70:\"ast-dynamic-single-site-pages-article-featured-image-position-layout-2\";s:4:\"none\";s:63:\"ast-dynamic-single-site-pages-article-featured-image-ratio-type\";s:7:\"default\";s:72:\"ast-dynamic-single-astra-blocks-article-featured-image-position-layout-1\";s:4:\"none\";s:72:\"ast-dynamic-single-astra-blocks-article-featured-image-position-layout-2\";s:4:\"none\";s:65:\"ast-dynamic-single-astra-blocks-article-featured-image-ratio-type\";s:7:\"default\";s:64:\"ast-dynamic-single-post-article-featured-image-position-layout-1\";s:4:\"none\";s:64:\"ast-dynamic-single-post-article-featured-image-position-layout-2\";s:4:\"none\";s:57:\"ast-dynamic-single-post-article-featured-image-ratio-type\";s:7:\"default\";s:64:\"ast-dynamic-single-page-article-featured-image-position-layout-1\";s:4:\"none\";s:64:\"ast-dynamic-single-page-article-featured-image-position-layout-2\";s:4:\"none\";s:57:\"ast-dynamic-single-page-article-featured-image-ratio-type\";s:7:\"default\";s:22:\"v4-5-0-backward-option\";b:0;s:26:\"scndry-btn-default-padding\";b:0;s:22:\"v4-6-0-backward-option\";b:0;s:21:\"ast-font-style-update\";b:0;s:22:\"v4-6-2-backward-option\";b:0;s:20:\"btn-stylings-upgrade\";b:0;s:24:\"elementor-headings-style\";b:0;s:33:\"elementor-container-padding-style\";b:0;s:34:\"global-headings-line-height-update\";b:1;s:37:\"single_posts_pages_heading_clear_none\";b:0;s:21:\"elementor-btn-styling\";b:1;s:52:\"remove_single_posts_navigation_mobile_device_padding\";b:1;s:27:\"enable-4-6-14-compatibility\";b:0;s:24:\"heading-widget-font-size\";b:0;s:26:\"enable-4-8-0-compatibility\";b:0;s:22:\"is_theme_queue_running\";b:0;s:22:\"v4-8-2-backward-option\";b:0;s:26:\"enable-4-8-4-compatibility\";b:0;s:37:\"astra-heading-font-size-compatibility\";b:0;s:28:\"post-card-background-overlay\";a:2:{s:15:\"background-type\";s:5:\"color\";s:16:\"background-color\";s:0:\"\";}s:18:\"display-site-title\";b:0;}','on');
INSERT INTO `wp_options` VALUES (169,'allowed_astra_notices','a:2:{i:0;s:21:\"astra-sites-on-active\";i:1;s:26:\"astra-sites-welcome-notice\";}','auto');
INSERT INTO `wp_options` VALUES (170,'astra_usage_installed_time','1776059106','off');
INSERT INTO `wp_options` VALUES (173,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off');
INSERT INTO `wp_options` VALUES (174,'recently_activated','a:0:{}','off');
INSERT INTO `wp_options` VALUES (179,'astra-sites-auto-version','4.5.1','off');
INSERT INTO `wp_options` VALUES (182,'_site_transient_timeout_astra-sites-import-check','1776663958','off');
INSERT INTO `wp_options` VALUES (183,'_site_transient_astra-sites-import-check','true','off');
INSERT INTO `wp_options` VALUES (185,'astra-sites-fresh-site','no','off');
INSERT INTO `wp_options` VALUES (186,'astra_sites_usage_installed_time','1776059158','off');
INSERT INTO `wp_options` VALUES (187,'ast-block-templates-version','2.4.23','auto');
INSERT INTO `wp_options` VALUES (188,'astra-sites-last-export-checksums-latest','Spo2MngbUOi5','off');
INSERT INTO `wp_options` VALUES (189,'_transient_timeout_zipwp_images_server_country_code','1776663961','off');
INSERT INTO `wp_options` VALUES (190,'_transient_zipwp_images_server_country_code','NP','off');
INSERT INTO `wp_options` VALUES (193,'astra-sites-batch-status-string','All processes are complete','off');
INSERT INTO `wp_options` VALUES (194,'astra-blocks-batch-status-string','Complete storing data for page 4','off');
INSERT INTO `wp_options` VALUES (201,'astra_onboarding','a:9:{s:10:\"product_id\";s:5:\"astra\";s:7:\"screens\";a:6:{i:0;a:1:{s:2:\"id\";s:7:\"welcome\";}i:1;a:1:{s:2:\"id\";s:9:\"user-info\";}i:2;a:1:{s:2:\"id\";s:8:\"features\";}i:3;a:1:{s:2:\"id\";s:17:\"starter-templates\";}i:4;a:1:{s:2:\"id\";s:7:\"add-ons\";}i:5;a:1:{s:2:\"id\";s:4:\"done\";}}s:9:\"user_info\";a:6:{s:9:\"firstName\";s:0:\"\";s:8:\"lastName\";s:0:\"\";s:5:\"email\";s:24:\"uni.school2017@gmail.com\";s:6:\"source\";N;s:7:\"benefit\";N;s:7:\"newUser\";N;}s:15:\"selected_addons\";a:0:{}s:16:\"activated_addons\";a:0:{}s:14:\"current_screen\";s:7:\"welcome\";s:12:\"pro_features\";a:0:{}s:12:\"exited_early\";b:1;s:11:\"exit_screen\";s:7:\"welcome\";}','auto');
INSERT INTO `wp_options` VALUES (202,'astra_usage_events_pushed','a:4:{i:0;s:18:\"onboarding_skipped\";i:1;s:15:\"theme_activated\";i:2;s:13:\"theme_updated\";i:3;s:26:\"first_customizer_published\";}','auto');
INSERT INTO `wp_options` VALUES (203,'astra_usage_events_pending','a:0:{}','auto');
INSERT INTO `wp_options` VALUES (208,'nps-survey-astra','a:6:{s:13:\"dismiss_count\";i:0;s:19:\"dismiss_permanently\";b:0;s:12:\"dismiss_step\";s:0:\"\";s:12:\"dismiss_time\";s:0:\"\";s:16:\"dismiss_timespan\";N;s:17:\"first_render_time\";i:1776059186;}','auto');
INSERT INTO `wp_options` VALUES (211,'astra-sites-batch-is-complete','yes','off');
INSERT INTO `wp_options` VALUES (212,'astra-sites-last-export-checksums','Spo2MngbUOi5','off');
INSERT INTO `wp_options` VALUES (213,'astra_sites_settings','a:5:{s:13:\"steps_visited\";a:7:{i:0;s:7:\"welcome\";i:1;s:12:\"page-builder\";i:2;s:16:\"template-listing\";i:3;s:16:\"template-preview\";i:4;s:8:\"features\";i:5;s:6:\"survey\";i:6;s:6:\"import\";}s:16:\"required_plugins\";a:4:{s:9:\"elementor\";s:9:\"activated\";s:12:\"wpforms-lite\";s:9:\"activated\";s:8:\"surerank\";s:9:\"activated\";s:9:\"suremails\";s:9:\"activated\";}s:18:\"_import_timestamps\";a:0:{}s:17:\"fs_banner_clicked\";s:3:\"yes\";s:24:\"astra_customizer_updated\";b:1;}','off');
INSERT INTO `wp_options` VALUES (214,'astra_sites_current_import_template_type','classic','auto');
INSERT INTO `wp_options` VALUES (215,'astra_sites_usage_optin','yes','off');
INSERT INTO `wp_options` VALUES (223,'elementor_onboarded','1','auto');
INSERT INTO `wp_options` VALUES (224,'elementor_active_kit','97','auto');
INSERT INTO `wp_options` VALUES (225,'elementor_font_display','swap','auto');
INSERT INTO `wp_options` VALUES (229,'elementor_landing_pages_activation','0','auto');
INSERT INTO `wp_options` VALUES (231,'elementor_checklist','{\"last_opened_timestamp\":null,\"first_closed_checklist_in_editor\":true,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":true},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"should_open_in_editor\":false}','auto');
INSERT INTO `wp_options` VALUES (232,'elementor_version','4.0.1','auto');
INSERT INTO `wp_options` VALUES (233,'elementor_install_history','a:1:{s:5:\"4.0.1\";i:1776059631;}','auto');
INSERT INTO `wp_options` VALUES (234,'_elementor_pro_free_trial_data','a:2:{s:7:\"timeout\";i:1776351826;s:5:\"value\";s:575:\"[{\"status\":\"inactive\",\"heading\":\"You\\u2019ve come this far. Why stop here?\",\"subheading\":\"Elementor Pro Free Trial\",\"introduction\":\"Take your site beyond the basics with a free 7-day Elementor Pro trial with no strings attached:\",\"listItems\":[\"100+ widgets\",\"Theme Builder\",\"Advanced design controls\",\"Custom CSS for pixel-perfect sites - and more\"],\"ctaText\":\"Unlock my free trial\",\"ctaUrl\":\"https:\\/\\/go.elementor.com\\/go-pro-free-trial-popup\\/\",\"secondaryAction\":\"Not now\",\"image\":\"https:\\/\\/assets.elementor.com\\/pro-free-trial-popup\\/v1\\/images\\/free_trial_banner.png\"}]\";}','off');
INSERT INTO `wp_options` VALUES (235,'elementor_events_db_version','1.0.0','off');
INSERT INTO `wp_options` VALUES (236,'elementor_atomic_widgets_db_version','1','auto');
INSERT INTO `wp_options` VALUES (238,'elementor_global_classes_db_version','1','auto');
INSERT INTO `wp_options` VALUES (239,'action_scheduler_hybrid_store_demarkation','10','auto');
INSERT INTO `wp_options` VALUES (240,'schema-ActionScheduler_StoreSchema','8.0.1776059632','auto');
INSERT INTO `wp_options` VALUES (241,'schema-ActionScheduler_LoggerSchema','3.0.1776059632','auto');
INSERT INTO `wp_options` VALUES (242,'wpforms_version','1.10.0.4','auto');
INSERT INTO `wp_options` VALUES (243,'wpforms_version_lite','1.10.0.4','auto');
INSERT INTO `wp_options` VALUES (244,'wpforms_activated','a:1:{s:4:\"lite\";i:1776059632;}','auto');
INSERT INTO `wp_options` VALUES (250,'action_scheduler_lock_async-request-runner','69e0d5b21cf362.64115397|1776342510','no');
INSERT INTO `wp_options` VALUES (252,'wpforms_versions_lite','a:16:{s:5:\"1.5.9\";i:0;s:7:\"1.6.7.2\";i:0;s:5:\"1.6.8\";i:0;s:5:\"1.7.5\";i:0;s:7:\"1.7.5.1\";i:0;s:5:\"1.7.7\";i:0;s:5:\"1.8.2\";i:0;s:5:\"1.8.3\";i:0;s:5:\"1.8.4\";i:0;s:5:\"1.8.6\";i:0;s:5:\"1.8.7\";i:0;s:5:\"1.9.1\";i:0;s:5:\"1.9.2\";i:0;s:5:\"1.9.7\";i:0;s:7:\"1.9.8.6\";i:0;s:8:\"1.10.0.4\";i:1776059641;}','auto');
INSERT INTO `wp_options` VALUES (255,'wpforms_constant_contact_version','3','auto');
INSERT INTO `wp_options` VALUES (259,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto');
INSERT INTO `wp_options` VALUES (264,'wpforms_settings','a:5:{s:11:\"disable-css\";s:1:\"2\";s:13:\"global-assets\";b:0;s:4:\"gdpr\";b:0;s:13:\"modern-markup\";s:1:\"0\";s:20:\"modern-markup-is-set\";b:1;}','auto');
INSERT INTO `wp_options` VALUES (266,'wpforms_admin_notices','a:1:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1776059641;s:9:\"dismissed\";b:0;}}','auto');
INSERT INTO `wp_options` VALUES (269,'bsf_product_referers','a:2:{s:8:\"surerank\";s:11:\"astra-sites\";s:9:\"suremails\";s:11:\"astra-sites\";}','auto');
INSERT INTO `wp_options` VALUES (272,'surerank_sitemap_cache_checksum','80c8f68d5fcdf9ad158c6a8dd3dbd69c24d27f88950763691617b3fbf1b62840','auto');
INSERT INTO `wp_options` VALUES (276,'surerank_sitemap_cache_updated_checksum','80c8f68d5fcdf9ad158c6a8dd3dbd69c24d27f88950763691617b3fbf1b62840','auto');
INSERT INTO `wp_options` VALUES (277,'suremails_do_redirect','','auto');
INSERT INTO `wp_options` VALUES (278,'suremails_protection_files_generated','1','off');
INSERT INTO `wp_options` VALUES (279,'astra_sites_wpforms_ids_mapping','a:1:{i:1134;i:10;}','off');
INSERT INTO `wp_options` VALUES (280,'_astra_sites_old_customizer_data','a:2:{s:14:\"astra-settings\";a:2158:{s:17:\"blog-single-width\";s:7:\"default\";s:21:\"blog-single-max-width\";i:1200;s:17:\"page-single-width\";s:7:\"default\";s:21:\"page-single-max-width\";i:1200;s:28:\"single-content-images-shadow\";b:0;s:30:\"single-post-ast-content-layout\";s:7:\"default\";s:25:\"single-post-sidebar-style\";s:7:\"default\";s:36:\"ast-dynamic-single-post-elements-gap\";i:10;s:38:\"ast-dynamic-single-post-meta-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:40:\"ast-dynamic-single-post-meta-font-weight\";s:0:\"\";s:32:\"ast-dynamic-single-post-metadata\";a:3:{i:0;s:8:\"comments\";i:1;s:32:\"ast-dynamic-single-post-taxonomy\";i:2;s:6:\"author\";}s:35:\"section-search-page-title-structure\";a:1:{i:0;s:31:\"section-search-page-title-title\";}s:38:\"section-search-page-title-custom-title\";s:19:\"Search Results for:\";s:50:\"section-search-page-title-found-custom-description\";s:44:\"Here are the search results for your search.\";s:54:\"section-search-page-title-not-found-custom-description\";s:85:\"Sorry, but we could not find anything related to your search terms. Please try again.\";s:43:\"section-search-page-title-title-font-weight\";s:0:\"\";s:41:\"section-search-page-title-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"ast-search-results-per-page\";i:10;s:46:\"section-search-page-title-horizontal-alignment\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"ast-search-live-search\";b:0;s:33:\"ast-search-live-search-post-types\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:19:\"blog-post-structure\";a:5:{i:0;s:5:\"image\";i:1;s:5:\"title\";i:2;s:10:\"title-meta\";i:3;s:7:\"excerpt\";i:4;s:9:\"read-more\";}s:18:\"blog-post-per-page\";i:10;s:17:\"blog-hover-effect\";s:4:\"none\";s:11:\"blog-layout\";s:19:\"blog-layout-classic\";s:10:\"blog-width\";s:7:\"default\";s:19:\"blog-meta-date-type\";s:9:\"published\";s:21:\"blog-meta-date-format\";s:0:\"\";s:14:\"blog-max-width\";i:1200;s:17:\"blog-post-content\";s:7:\"excerpt\";s:9:\"blog-meta\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:23:\"post-card-border-radius\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"post-card-featured-overlay\";s:0:\"\";s:19:\"blog-category-style\";s:7:\"default\";s:14:\"blog-tag-style\";s:7:\"default\";s:27:\"blog-post-meta-divider-type\";s:1:\"/\";s:24:\"blog-meta-category-style\";s:7:\"default\";s:19:\"blog-meta-tag-style\";s:7:\"default\";s:21:\"blog-image-ratio-type\";s:0:\"\";s:26:\"blog-image-ratio-pre-scale\";s:4:\"16/9\";s:29:\"blog-image-custom-scale-width\";i:16;s:30:\"blog-image-custom-scale-height\";i:9;s:10:\"text-color\";s:25:\"var(--ast-global-color-3)\";s:10:\"link-color\";s:25:\"var(--ast-global-color-0)\";s:11:\"theme-color\";s:25:\"var(--ast-global-color-0)\";s:12:\"link-h-color\";s:25:\"var(--ast-global-color-2)\";s:18:\"heading-base-color\";s:25:\"var(--ast-global-color-2)\";s:12:\"border-color\";s:0:\"\";s:13:\"footer-bg-obj\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:12:\"footer-color\";s:0:\"\";s:17:\"footer-link-color\";s:0:\"\";s:19:\"footer-link-h-color\";s:0:\"\";s:17:\"footer-adv-bg-obj\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:21:\"footer-adv-text-color\";s:0:\"\";s:21:\"footer-adv-link-color\";s:0:\"\";s:23:\"footer-adv-link-h-color\";s:0:\"\";s:26:\"footer-adv-wgt-title-color\";s:0:\"\";s:12:\"button-color\";s:25:\"var(--ast-global-color-5)\";s:14:\"button-h-color\";s:25:\"var(--ast-global-color-5)\";s:15:\"button-bg-color\";s:25:\"var(--ast-global-color-2)\";s:17:\"button-bg-h-color\";s:25:\"var(--ast-global-color-0)\";s:27:\"secondary-button-bg-h-color\";s:25:\"var(--ast-global-color-0)\";s:25:\"secondary-button-bg-color\";s:25:\"var(--ast-global-color-2)\";s:22:\"secondary-button-color\";s:0:\"\";s:24:\"secondary-button-h-color\";s:0:\"\";s:20:\"theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"40\";}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"secondary-theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"button-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:30;s:5:\"right\";i:30;s:6:\"bottom\";i:30;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"secondary-button-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:30;s:5:\"right\";i:30;s:6:\"bottom\";i:30;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"theme-button-border-group-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:47:\"secondary-theme-button-border-group-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:17:\"footer-sml-layout\";s:19:\"footer-sml-layout-1\";s:20:\"footer-sml-section-1\";s:6:\"custom\";s:27:\"footer-sml-section-1-credit\";s:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:20:\"footer-sml-section-2\";s:0:\"\";s:27:\"footer-sml-section-2-credit\";s:72:\"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]\";s:27:\"footer-sml-dist-equal-align\";b:1;s:18:\"footer-sml-divider\";i:1;s:24:\"footer-sml-divider-color\";s:7:\"#7a7a7a\";s:19:\"footer-layout-width\";s:7:\"content\";s:22:\"ast-header-retina-logo\";s:0:\"\";s:17:\"use-logo-svg-icon\";b:0;s:13:\"logo-svg-icon\";a:2:{s:4:\"type\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:23:\"logo-svg-site-title-gap\";a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}s:21:\"ast-header-logo-width\";s:0:\"\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-color-site-title\";s:0:\"\";s:25:\"header-color-h-site-title\";s:0:\"\";s:25:\"header-color-site-tagline\";s:0:\"\";s:29:\"display-site-title-responsive\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";b:0;s:6:\"mobile\";b:0;}s:31:\"display-site-tagline-responsive\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:17:\"logo-title-inline\";i:1;s:19:\"disable-primary-nav\";b:0;s:14:\"header-layouts\";s:20:\"header-main-layout-1\";s:22:\"header-main-rt-section\";s:4:\"none\";s:27:\"header-display-outside-menu\";b:0;s:27:\"header-main-rt-section-html\";s:27:\"<button>Contact Us</button>\";s:34:\"header-main-rt-section-button-text\";s:6:\"Button\";s:34:\"header-main-rt-section-button-link\";s:23:\"https://www.wpastra.com\";s:41:\"header-main-rt-section-button-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:35:\"header-main-rt-section-button-style\";s:12:\"theme-button\";s:40:\"header-main-rt-section-button-text-color\";s:0:\"\";s:40:\"header-main-rt-section-button-back-color\";s:0:\"\";s:42:\"header-main-rt-section-button-text-h-color\";s:0:\"\";s:42:\"header-main-rt-section-button-back-h-color\";s:0:\"\";s:37:\"header-main-rt-section-button-padding\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}s:41:\"header-main-rt-section-button-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:15:\"header-main-sep\";i:1;s:21:\"header-main-sep-color\";s:0:\"\";s:24:\"header-main-layout-width\";s:7:\"content\";s:22:\"primary-submenu-border\";a:4:{s:3:\"top\";s:1:\"2\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:27:\"primary-submenu-item-border\";b:0;s:23:\"primary-submenu-b-color\";s:0:\"\";s:28:\"primary-submenu-item-b-color\";s:0:\"\";s:33:\"primary-header-button-font-family\";s:7:\"inherit\";s:33:\"primary-header-button-font-weight\";s:7:\"inherit\";s:31:\"primary-header-button-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"primary-header-button-text-transform\";s:0:\"\";s:33:\"primary-header-button-line-height\";i:1;s:36:\"primary-header-button-letter-spacing\";s:0:\"\";s:22:\"header-main-menu-label\";s:0:\"\";s:22:\"header-main-menu-align\";s:6:\"inline\";s:39:\"header-main-submenu-container-animation\";s:0:\"\";s:24:\"mobile-header-breakpoint\";s:0:\"\";s:18:\"mobile-header-logo\";s:0:\"\";s:24:\"mobile-header-logo-width\";s:0:\"\";s:11:\"site-layout\";s:21:\"ast-full-width-layout\";s:18:\"site-content-width\";i:1200;s:26:\"narrow-container-max-width\";i:750;s:37:\"site-layout-outside-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:25:\"content-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:12:\"wp-blocks-ui\";s:7:\"comfort\";s:24:\"wp-blocks-global-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:20:\"enable-comments-area\";b:1;s:22:\"comments-box-placement\";s:0:\"\";s:21:\"comment-form-position\";s:5:\"below\";s:28:\"comments-box-container-width\";s:0:\"\";s:31:\"ast-sub-section-comments-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:32:\"ast-sub-section-comments-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";i:3;s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:30:\"single-page-ast-content-layout\";s:7:\"default\";s:25:\"single-page-content-style\";s:7:\"default\";s:25:\"single-post-content-style\";s:7:\"default\";s:31:\"archive-post-ast-content-layout\";s:7:\"default\";s:23:\"ast-site-content-layout\";s:22:\"normal-width-container\";s:18:\"site-content-style\";s:5:\"boxed\";s:16:\"body-font-family\";s:25:\"\'Nunito Sans\', sans-serif\";s:17:\"body-font-variant\";s:7:\"400,700\";s:16:\"body-font-weight\";s:3:\"400\";s:14:\"font-size-body\";a:6:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:16;s:6:\"mobile\";i:14;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:16:\"body-font-extras\";a:6:{s:11:\"line-height\";s:4:\"1.65\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:29:\"headings-font-height-settings\";a:6:{s:11:\"line-height\";d:1.2;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:18:\"para-margin-bottom\";i:1;s:23:\"underline-content-links\";b:1;s:25:\"site-accessibility-toggle\";b:1;s:33:\"site-accessibility-highlight-type\";s:6:\"dotted\";s:39:\"site-accessibility-highlight-input-type\";s:7:\"disable\";s:19:\"body-text-transform\";s:0:\"\";s:20:\"headings-font-family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:20:\"headings-font-weight\";s:3:\"600\";s:20:\"font-size-site-title\";a:6:{s:7:\"desktop\";i:35;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"font-size-site-tagline\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"single-post-outside-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"font-size-page-title\";a:6:{s:7:\"desktop\";i:26;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"font-size-post-tax\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"font-size-post-meta\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";s:2:\"64\";s:6:\"tablet\";s:2:\"40\";s:6:\"mobile\";s:2:\"32\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";s:2:\"48\";s:6:\"tablet\";s:2:\"32\";s:6:\"mobile\";s:2:\"28\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:2:\"28\";s:6:\"mobile\";s:2:\"24\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h4\";a:6:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:2:\"22\";s:6:\"mobile\";s:2:\"20\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h5\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:2:\"18\";s:6:\"mobile\";s:2:\"16\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h6\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:2:\"13\";s:6:\"mobile\";s:2:\"12\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"site-sidebar-layout\";s:13:\"right-sidebar\";s:18:\"site-sidebar-width\";i:30;s:26:\"single-page-sidebar-layout\";s:7:\"default\";s:26:\"single-post-sidebar-layout\";s:7:\"default\";s:27:\"archive-post-sidebar-layout\";s:7:\"default\";s:19:\"site-sticky-sidebar\";b:0;s:18:\"site-sidebar-style\";s:5:\"boxed\";s:25:\"single-page-sidebar-style\";s:7:\"unboxed\";s:26:\"archive-post-sidebar-style\";s:7:\"default\";s:10:\"footer-adv\";s:8:\"disabled\";s:23:\"footer-adv-border-width\";s:0:\"\";s:23:\"footer-adv-border-color\";s:7:\"#7a7a7a\";s:30:\"mobile-header-toggle-btn-style\";s:7:\"minimal\";s:23:\"hide-custom-menu-mobile\";i:1;s:27:\"mobile-header-toggle-target\";s:4:\"icon\";s:19:\"enable-scroll-to-id\";b:0;s:37:\"ast-dynamic-single-download-structure\";a:3:{i:0;s:33:\"ast-dynamic-single-download-title\";i:1;s:32:\"ast-dynamic-single-download-meta\";i:2;s:33:\"ast-dynamic-single-download-image\";}s:20:\"enable-related-posts\";b:0;s:19:\"related-posts-title\";s:13:\"Related Posts\";s:29:\"releted-posts-title-alignment\";s:4:\"left\";s:25:\"related-posts-total-count\";i:2;s:28:\"enable-related-posts-excerpt\";b:0;s:27:\"related-posts-box-placement\";s:7:\"default\";s:30:\"related-posts-outside-location\";s:5:\"above\";s:29:\"related-posts-container-width\";s:8:\"fallback\";s:27:\"related-posts-excerpt-count\";i:25;s:22:\"related-posts-based-on\";s:10:\"categories\";s:22:\"related-posts-order-by\";s:4:\"date\";s:19:\"related-posts-order\";s:3:\"asc\";s:29:\"related-posts-grid-responsive\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:23:\"related-posts-structure\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:23:\"related-posts-tag-style\";s:4:\"none\";s:28:\"related-posts-category-style\";s:4:\"none\";s:25:\"related-posts-date-format\";s:0:\"\";s:28:\"related-posts-meta-date-type\";s:9:\"published\";s:32:\"related-posts-author-avatar-size\";s:0:\"\";s:27:\"related-posts-author-avatar\";b:0;s:33:\"related-posts-author-prefix-label\";s:3:\"By \";s:24:\"related-posts-image-size\";s:0:\"\";s:38:\"related-posts-image-custom-scale-width\";i:16;s:39:\"related-posts-image-custom-scale-height\";i:9;s:35:\"related-posts-image-ratio-pre-scale\";s:4:\"16/9\";s:30:\"related-posts-image-ratio-type\";s:0:\"\";s:28:\"related-posts-meta-structure\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:24:\"related-posts-text-color\";s:0:\"\";s:24:\"related-posts-link-color\";s:0:\"\";s:25:\"related-posts-title-color\";s:0:\"\";s:30:\"related-posts-background-color\";s:0:\"\";s:24:\"related-posts-meta-color\";s:0:\"\";s:30:\"related-posts-link-hover-color\";s:0:\"\";s:35:\"related-posts-meta-link-hover-color\";s:0:\"\";s:39:\"related-posts-section-title-font-family\";s:7:\"inherit\";s:39:\"related-posts-section-title-font-weight\";s:7:\"inherit\";s:42:\"related-posts-section-title-text-transform\";s:0:\"\";s:39:\"related-posts-section-title-line-height\";s:0:\"\";s:39:\"related-posts-section-title-font-extras\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:37:\"related-posts-section-title-font-size\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"related-posts-title-font-family\";s:7:\"inherit\";s:31:\"related-posts-title-font-weight\";s:7:\"inherit\";s:34:\"related-posts-title-text-transform\";s:0:\"\";s:31:\"related-posts-title-line-height\";s:1:\"1\";s:29:\"related-posts-title-font-size\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"related-posts-title-font-extras\";a:6:{s:11:\"line-height\";s:1:\"1\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:30:\"related-posts-meta-font-family\";s:7:\"inherit\";s:30:\"related-posts-meta-font-weight\";s:7:\"inherit\";s:33:\"related-posts-meta-text-transform\";s:0:\"\";s:30:\"related-posts-meta-line-height\";s:0:\"\";s:28:\"related-posts-meta-font-size\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"related-posts-meta-font-extras\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"related-posts-content-font-family\";s:7:\"inherit\";s:33:\"related-posts-content-font-weight\";s:7:\"inherit\";s:33:\"related-posts-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:31:\"related-posts-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"ast-sub-section-related-posts-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";d:2.5;s:5:\"right\";d:2.5;s:6:\"bottom\";d:2.5;s:4:\"left\";d:2.5;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:36:\"ast-sub-section-related-posts-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:23:\"transparent-header-logo\";s:0:\"\";s:30:\"transparent-header-retina-logo\";s:0:\"\";s:26:\"different-transparent-logo\";i:0;s:33:\"different-transparent-retina-logo\";i:0;s:29:\"transparent-header-logo-width\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:25:\"transparent-header-enable\";i:0;s:34:\"transparent-header-disable-archive\";i:1;s:45:\"transparent-header-disable-latest-posts-index\";i:1;s:29:\"transparent-header-on-devices\";s:4:\"both\";s:27:\"transparent-header-main-sep\";i:0;s:33:\"transparent-header-main-sep-color\";s:0:\"\";s:27:\"transparent-header-bg-color\";s:0:\"\";s:35:\"transparent-header-color-site-title\";s:0:\"\";s:37:\"transparent-header-color-h-site-title\";s:0:\"\";s:25:\"transparent-menu-bg-color\";s:0:\"\";s:22:\"transparent-menu-color\";s:0:\"\";s:24:\"transparent-menu-h-color\";s:0:\"\";s:28:\"transparent-submenu-bg-color\";s:0:\"\";s:25:\"transparent-submenu-color\";s:0:\"\";s:27:\"transparent-submenu-h-color\";s:0:\"\";s:29:\"transparent-header-logo-color\";s:0:\"\";s:38:\"transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:42:\"hba-transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:42:\"hbb-transparent-header-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"transparent-header-color-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:48:\"transparent-header-color-h-site-title-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-menu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"transparent-menu-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"transparent-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-0)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:39:\"transparent-submenu-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"transparent-submenu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"transparent-submenu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:49:\"transparent-content-section-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:51:\"transparent-content-section-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"breadcrumb-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"breadcrumb-active-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"breadcrumb-hover-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"breadcrumb-separator-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:19:\"breadcrumb-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"breadcrumb-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"breadcrumb-font-family\";s:7:\"inherit\";s:22:\"breadcrumb-font-weight\";s:7:\"inherit\";s:20:\"breadcrumb-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"breadcrumb-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:29:\"breadcrumb-separator-selector\";s:7:\"unicode\";s:20:\"breadcrumb-separator\";s:4:\"\00bb\";s:20:\"scroll-to-top-enable\";b:0;s:23:\"scroll-to-top-icon-size\";i:15;s:27:\"scroll-to-top-icon-position\";s:5:\"right\";s:24:\"scroll-to-top-on-devices\";s:4:\"both\";s:32:\"scroll-to-top-icon-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"scroll-to-top-icon-color\";s:0:\"\";s:26:\"scroll-to-top-icon-h-color\";s:0:\"\";s:27:\"scroll-to-top-icon-bg-color\";s:0:\"\";s:29:\"scroll-to-top-icon-h-bg-color\";s:0:\"\";s:8:\"h1-color\";s:0:\"\";s:8:\"h2-color\";s:0:\"\";s:8:\"h3-color\";s:0:\"\";s:8:\"h4-color\";s:0:\"\";s:8:\"h5-color\";s:0:\"\";s:8:\"h6-color\";s:0:\"\";s:14:\"font-family-h1\";s:7:\"inherit\";s:14:\"font-weight-h1\";s:7:\"inherit\";s:14:\"font-extras-h1\";a:2:{s:11:\"line-height\";s:3:\"1.4\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-family-h2\";s:7:\"inherit\";s:14:\"font-weight-h2\";s:7:\"inherit\";s:14:\"font-extras-h2\";a:2:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-family-h3\";s:7:\"inherit\";s:14:\"font-weight-h3\";s:7:\"inherit\";s:14:\"font-extras-h3\";a:2:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-family-h4\";s:7:\"inherit\";s:14:\"font-weight-h4\";s:7:\"inherit\";s:14:\"font-extras-h4\";a:2:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-family-h5\";s:7:\"inherit\";s:14:\"font-weight-h5\";s:7:\"inherit\";s:14:\"font-extras-h5\";a:2:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-family-h6\";s:7:\"inherit\";s:14:\"font-weight-h6\";s:7:\"inherit\";s:14:\"font-extras-h6\";a:2:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";}s:18:\"font-weight-button\";s:3:\"700\";s:28:\"secondary-font-weight-button\";s:3:\"700\";s:18:\"font-family-button\";s:25:\"\'Nunito Sans\', sans-serif\";s:28:\"secondary-font-family-button\";s:25:\"\'Nunito Sans\', sans-serif\";s:16:\"font-size-button\";a:6:{s:7:\"desktop\";s:2:\"18\";s:6:\"tablet\";s:2:\"16\";s:6:\"mobile\";s:2:\"14\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"secondary-font-size-button\";a:6:{s:7:\"desktop\";s:2:\"18\";s:6:\"tablet\";s:2:\"16\";s:6:\"mobile\";s:2:\"14\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"font-extras-button\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:28:\"secondary-font-extras-button\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:20:\"header-desktop-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:1:{i:0;s:6:\"menu-1\";}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:8:\"button-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}s:19:\"header-mobile-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}s:27:\"hb-header-main-layout-width\";s:7:\"content\";s:16:\"hb-header-height\";a:3:{s:7:\"desktop\";i:70;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:8:\"hb-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:18:\"hb-header-main-sep\";i:1;s:24:\"hb-header-main-sep-color\";s:7:\"#eaeaea\";s:25:\"hb-header-main-menu-align\";s:6:\"inline\";s:27:\"hb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:17:\"hb-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:3:\"1.5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:3:\"1.5\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:1:\"1\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:17:\"hba-header-layout\";s:21:\"above-header-layout-1\";s:17:\"hba-header-height\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:9:\"hba-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:20:\"hba-header-separator\";i:1;s:30:\"hba-header-bottom-border-color\";s:7:\"#eaeaea\";s:28:\"hba-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:32:\"hba-header-text-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"hba-header-link-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"hba-header-link-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:18:\"hba-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:3:\"0.5\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"em\";}s:17:\"hbb-header-layout\";s:21:\"below-header-layout-1\";s:17:\"hbb-header-height\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:9:\"hbb-stack\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:20:\"hbb-header-separator\";i:1;s:30:\"hbb-header-bottom-border-color\";s:7:\"#eaeaea\";s:28:\"hbb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:18:\"hbb-header-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"1\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-footer-builder-layout-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-footer-builder-layout-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-below-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-header-mobile-trigger-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"title_tagline-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-header-search-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-account-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-mobile-menu-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"section-header-mobile-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"section-footer-copyright-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-footer-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:3:\"104\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:2:\"40\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"48\";s:4:\"left\";s:2:\"24\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"section-header-woo-cart-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"section-header-woo-cart-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button1-text\";s:10:\"Enroll now\";s:26:\"header-button1-link-option\";a:3:{s:3:\"url\";s:1:\"#\";s:7:\"new_tab\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button1-font-family\";s:7:\"inherit\";s:26:\"header-button1-font-weight\";s:7:\"inherit\";s:26:\"header-button1-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"header-button1-font-size\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button1-text-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button1-back-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-2)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-text-h-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button1-back-h-color\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-0)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button1-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button1-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-button1-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-button1-border-radius\";s:0:\"\";s:27:\"section-hb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"12\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:2:\"24\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button1-text\";s:6:\"Button\";s:26:\"footer-button1-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button1-font-family\";s:7:\"inherit\";s:26:\"footer-button1-font-weight\";s:7:\"inherit\";s:29:\"footer-button1-text-transform\";s:0:\"\";s:26:\"footer-button1-line-height\";s:0:\"\";s:24:\"footer-button1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button1-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button1-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button1-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button1-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button1-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button1-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"footer-button1-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button-1-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-1\";s:22:\"Insert HTML text here.\";s:18:\"header-html-1color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-1link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-1link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-1\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-1\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-1\";s:7:\"inherit\";s:29:\"font-extras-section-hb-html-1\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-hb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-1\";s:269:\"<img class=\"alignnone size-full wp-image-15\" src=\"https://websitedemos.net/daycare/wp-content/uploads/sites/1041/2022/03/day-care-logo.svg\" alt=\"\" width=\"46\" height=\"17\" />\n\nQuam quam lacus, amet lorem eu nunc, eget dui libero et faucibus facilisis sed odio suspendisse\";s:18:\"footer-html-1color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-1link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-1link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-1-alignment\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-1\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-1\";s:7:\"inherit\";s:29:\"font-extras-section-fb-html-1\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-fb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"24\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-1-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-1-bg-space\";s:0:\"\";s:20:\"header-social-1-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-social-1-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-1-color\";s:0:\"\";s:23:\"header-social-1-h-color\";s:0:\"\";s:24:\"header-social-1-bg-color\";s:0:\"\";s:26:\"header-social-1-bg-h-color\";s:0:\"\";s:28:\"header-social-1-label-toggle\";b:0;s:26:\"header-social-1-color-type\";s:6:\"custom\";s:34:\"header-social-1-brand-hover-toggle\";b:0;s:35:\"font-size-section-hb-social-icons-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-1\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-1-space\";a:3:{s:7:\"desktop\";i:24;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-1-bg-space\";s:0:\"\";s:20:\"footer-social-1-size\";a:3:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-1-radius\";s:0:\"\";s:21:\"footer-social-1-color\";s:0:\"\";s:23:\"footer-social-1-h-color\";s:0:\"\";s:24:\"footer-social-1-bg-color\";s:0:\"\";s:26:\"footer-social-1-bg-h-color\";s:0:\"\";s:28:\"footer-social-1-label-toggle\";b:0;s:26:\"footer-social-1-color-type\";s:6:\"custom\";s:27:\"footer-social-1-brand-color\";s:0:\"\";s:33:\"footer-social-1-brand-label-color\";s:0:\"\";s:34:\"footer-social-1-brand-hover-toggle\";b:0;s:35:\"font-size-section-fb-social-icons-1\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-1\";a:2:{s:5:\"items\";a:4:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:14:\"facebook-round\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:16:\"instagram-square\";s:5:\"label\";s:9:\"Instagram\";}i:3;a:7:{s:2:\"id\";s:7:\"youtube\";s:7:\"enabled\";b:1;s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#e96651\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"youtube\";s:5:\"label\";s:7:\"YouTube\";}}s:4:\"flag\";b:1;}s:25:\"footer-social-1-alignment\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-1-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-1-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-1-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-1-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-1-font-family\";s:7:\"inherit\";s:27:\"header-widget-1-font-weight\";s:7:\"inherit\";s:25:\"header-widget-1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-1-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:35:\"header-widget-1-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-1-content-font-weight\";s:7:\"inherit\";s:33:\"header-widget-1-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-1-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:38:\"sidebar-widgets-header-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-1-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-1-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-1-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-1-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-1-font-family\";s:7:\"inherit\";s:27:\"footer-widget-1-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-1-text-transform\";s:0:\"\";s:27:\"footer-widget-1-line-height\";s:0:\"\";s:25:\"footer-widget-1-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-1-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-1-content-font-weight\";s:7:\"inherit\";s:35:\"footer-widget-1-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"footer-widget-1-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-1\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu1-bg-color\";s:0:\"\";s:18:\"header-menu1-color\";s:0:\"\";s:23:\"header-menu1-h-bg-color\";s:0:\"\";s:20:\"header-menu1-h-color\";s:0:\"\";s:23:\"header-menu1-a-bg-color\";s:0:\"\";s:20:\"header-menu1-a-color\";s:0:\"\";s:30:\"header-menu1-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu1-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu1-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu1-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu1-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu1-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu1-menu-hover-animation\";s:0:\"\";s:40:\"header-menu1-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu1-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"24\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu1-submenu-item-border\";b:0;s:32:\"header-menu1-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu1-submenu-item-b-color\";s:7:\"#eaeaea\";s:41:\"header-menu1-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-menu1-submenu-top-offset\";s:0:\"\";s:26:\"header-menu1-submenu-width\";s:0:\"\";s:27:\"header-menu1-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu1-menu-stack-on-mobile\";b:1;s:22:\"header-menu1-font-size\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu1-font-weight\";s:3:\"700\";s:24:\"header-menu1-font-family\";s:7:\"inherit\";s:24:\"header-menu1-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:27:\"section-hb-divider-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button2-text\";s:6:\"Button\";s:26:\"header-button2-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button2-font-family\";s:7:\"inherit\";s:26:\"header-button2-font-weight\";s:7:\"inherit\";s:26:\"header-button2-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"header-button2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button2-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button2-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button2-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button2-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button2-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button2-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-button2-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-button2-border-radius\";s:0:\"\";s:27:\"section-hb-button-2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button2-text\";s:6:\"Button\";s:26:\"footer-button2-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button2-font-family\";s:7:\"inherit\";s:26:\"footer-button2-font-weight\";s:7:\"inherit\";s:29:\"footer-button2-text-transform\";s:0:\"\";s:26:\"footer-button2-line-height\";s:0:\"\";s:24:\"footer-button2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button2-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button2-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button2-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button2-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button2-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button2-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"footer-button2-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-2\";s:22:\"Insert HTML text here.\";s:18:\"header-html-2color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-2link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-2link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-2\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-2\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-2\";s:7:\"inherit\";s:29:\"font-extras-section-hb-html-2\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-hb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-2\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-2color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-2link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-2link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-2\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-2\";s:7:\"inherit\";s:29:\"font-extras-section-fb-html-2\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-fb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-2-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-2-bg-space\";s:0:\"\";s:20:\"header-social-2-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-social-2-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-2-color\";s:0:\"\";s:23:\"header-social-2-h-color\";s:0:\"\";s:24:\"header-social-2-bg-color\";s:0:\"\";s:26:\"header-social-2-bg-h-color\";s:0:\"\";s:28:\"header-social-2-label-toggle\";b:0;s:26:\"header-social-2-color-type\";s:6:\"custom\";s:34:\"header-social-2-brand-hover-toggle\";b:0;s:35:\"font-size-section-hb-social-icons-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-2\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-2-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-2-bg-space\";s:0:\"\";s:20:\"footer-social-2-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-2-radius\";s:0:\"\";s:21:\"footer-social-2-color\";s:0:\"\";s:23:\"footer-social-2-h-color\";s:0:\"\";s:24:\"footer-social-2-bg-color\";s:0:\"\";s:26:\"footer-social-2-bg-h-color\";s:0:\"\";s:28:\"footer-social-2-label-toggle\";b:0;s:26:\"footer-social-2-color-type\";s:6:\"custom\";s:27:\"footer-social-2-brand-color\";s:0:\"\";s:33:\"footer-social-2-brand-label-color\";s:0:\"\";s:34:\"footer-social-2-brand-hover-toggle\";b:0;s:35:\"font-size-section-fb-social-icons-2\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-2\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-2-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-2-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-2-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-2-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-2-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-2-font-family\";s:7:\"inherit\";s:27:\"header-widget-2-font-weight\";s:7:\"inherit\";s:25:\"header-widget-2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-2-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:35:\"header-widget-2-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-2-content-font-weight\";s:7:\"inherit\";s:33:\"header-widget-2-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-2-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:38:\"sidebar-widgets-header-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-2-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-2-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-2-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-2-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-2-font-family\";s:7:\"inherit\";s:27:\"footer-widget-2-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-2-text-transform\";s:0:\"\";s:27:\"footer-widget-2-line-height\";s:0:\"\";s:25:\"footer-widget-2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-2-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-2-content-font-weight\";s:7:\"inherit\";s:35:\"footer-widget-2-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"footer-widget-2-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-2\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu2-bg-color\";s:0:\"\";s:18:\"header-menu2-color\";s:0:\"\";s:23:\"header-menu2-h-bg-color\";s:0:\"\";s:20:\"header-menu2-h-color\";s:0:\"\";s:23:\"header-menu2-a-bg-color\";s:0:\"\";s:20:\"header-menu2-a-color\";s:0:\"\";s:30:\"header-menu2-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu2-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu2-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu2-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu2-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu2-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu2-menu-hover-animation\";s:0:\"\";s:40:\"header-menu2-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu2-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu2-submenu-item-border\";b:0;s:32:\"header-menu2-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu2-submenu-item-b-color\";s:7:\"#eaeaea\";s:41:\"header-menu2-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-menu2-submenu-top-offset\";s:0:\"\";s:26:\"header-menu2-submenu-width\";s:0:\"\";s:27:\"header-menu2-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu2-menu-stack-on-mobile\";b:1;s:22:\"header-menu2-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu2-font-weight\";s:7:\"inherit\";s:24:\"header-menu2-font-family\";s:7:\"inherit\";s:24:\"header-menu2-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:27:\"section-hb-divider-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button3-text\";s:6:\"Button\";s:26:\"header-button3-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button3-font-family\";s:7:\"inherit\";s:26:\"header-button3-font-weight\";s:7:\"inherit\";s:26:\"header-button3-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"header-button3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button3-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button3-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button3-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button3-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button3-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button3-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-button3-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-button3-border-radius\";s:0:\"\";s:27:\"section-hb-button-3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button3-text\";s:6:\"Button\";s:26:\"footer-button3-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button3-font-family\";s:7:\"inherit\";s:26:\"footer-button3-font-weight\";s:7:\"inherit\";s:29:\"footer-button3-text-transform\";s:0:\"\";s:26:\"footer-button3-line-height\";s:0:\"\";s:24:\"footer-button3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button3-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button3-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button3-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button3-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button3-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button3-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"footer-button3-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-3\";s:22:\"Insert HTML text here.\";s:18:\"header-html-3color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-3link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-3link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-3\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-3\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-3\";s:7:\"inherit\";s:29:\"font-extras-section-hb-html-3\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-hb-html-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-3\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-3color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-3link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-3link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-3\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-3\";s:7:\"inherit\";s:29:\"font-extras-section-fb-html-3\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-fb-html-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-3-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-3-bg-space\";s:0:\"\";s:20:\"header-social-3-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-social-3-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-3-color\";s:0:\"\";s:23:\"header-social-3-h-color\";s:0:\"\";s:24:\"header-social-3-bg-color\";s:0:\"\";s:26:\"header-social-3-bg-h-color\";s:0:\"\";s:28:\"header-social-3-label-toggle\";b:0;s:26:\"header-social-3-color-type\";s:6:\"custom\";s:34:\"header-social-3-brand-hover-toggle\";b:0;s:35:\"font-size-section-hb-social-icons-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-3\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-3-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-3-bg-space\";s:0:\"\";s:20:\"footer-social-3-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-3-radius\";s:0:\"\";s:21:\"footer-social-3-color\";s:0:\"\";s:23:\"footer-social-3-h-color\";s:0:\"\";s:24:\"footer-social-3-bg-color\";s:0:\"\";s:26:\"footer-social-3-bg-h-color\";s:0:\"\";s:28:\"footer-social-3-label-toggle\";b:0;s:26:\"footer-social-3-color-type\";s:6:\"custom\";s:27:\"footer-social-3-brand-color\";s:0:\"\";s:33:\"footer-social-3-brand-label-color\";s:0:\"\";s:34:\"footer-social-3-brand-hover-toggle\";b:0;s:35:\"font-size-section-fb-social-icons-3\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-3\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-3-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-3-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-3-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-3-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-3-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-3-font-family\";s:7:\"inherit\";s:27:\"header-widget-3-font-weight\";s:7:\"inherit\";s:25:\"header-widget-3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-3-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:35:\"header-widget-3-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-3-content-font-weight\";s:7:\"inherit\";s:33:\"header-widget-3-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-3-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:38:\"sidebar-widgets-header-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-3-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-3-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-3-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-3-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-3-font-family\";s:7:\"inherit\";s:27:\"footer-widget-3-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-3-text-transform\";s:0:\"\";s:27:\"footer-widget-3-line-height\";s:0:\"\";s:25:\"footer-widget-3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-3-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-3-content-font-weight\";s:7:\"inherit\";s:35:\"footer-widget-3-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"footer-widget-3-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-3\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu3-bg-color\";s:0:\"\";s:18:\"header-menu3-color\";s:0:\"\";s:23:\"header-menu3-h-bg-color\";s:0:\"\";s:20:\"header-menu3-h-color\";s:0:\"\";s:23:\"header-menu3-a-bg-color\";s:0:\"\";s:20:\"header-menu3-a-color\";s:0:\"\";s:30:\"header-menu3-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu3-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu3-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu3-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu3-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu3-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu3-menu-hover-animation\";s:0:\"\";s:40:\"header-menu3-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu3-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu3-submenu-item-border\";b:0;s:32:\"header-menu3-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu3-submenu-item-b-color\";s:7:\"#eaeaea\";s:41:\"header-menu3-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-menu3-submenu-top-offset\";s:0:\"\";s:26:\"header-menu3-submenu-width\";s:0:\"\";s:27:\"header-menu3-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu3-menu-stack-on-mobile\";b:1;s:22:\"header-menu3-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu3-font-weight\";s:7:\"inherit\";s:24:\"header-menu3-font-family\";s:7:\"inherit\";s:24:\"header-menu3-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:27:\"section-hb-divider-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button4-text\";s:6:\"Button\";s:26:\"header-button4-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button4-font-family\";s:7:\"inherit\";s:26:\"header-button4-font-weight\";s:7:\"inherit\";s:26:\"header-button4-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"header-button4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button4-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button4-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button4-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button4-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button4-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button4-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-button4-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-button4-border-radius\";s:0:\"\";s:27:\"section-hb-button-4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button4-text\";s:6:\"Button\";s:26:\"footer-button4-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button4-font-family\";s:7:\"inherit\";s:26:\"footer-button4-font-weight\";s:7:\"inherit\";s:29:\"footer-button4-text-transform\";s:0:\"\";s:26:\"footer-button4-line-height\";s:0:\"\";s:24:\"footer-button4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button4-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button4-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button4-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button4-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button4-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button4-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"footer-button4-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-4\";s:22:\"Insert HTML text here.\";s:18:\"header-html-4color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-4link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-4link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-4\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-4\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-4\";s:7:\"inherit\";s:29:\"font-extras-section-hb-html-4\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-hb-html-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-4\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-4color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-4link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-4link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-4\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-4\";s:7:\"inherit\";s:29:\"font-extras-section-fb-html-4\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-fb-html-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-4-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-4-bg-space\";s:0:\"\";s:20:\"header-social-4-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-social-4-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-4-color\";s:0:\"\";s:23:\"header-social-4-h-color\";s:0:\"\";s:24:\"header-social-4-bg-color\";s:0:\"\";s:26:\"header-social-4-bg-h-color\";s:0:\"\";s:28:\"header-social-4-label-toggle\";b:0;s:26:\"header-social-4-color-type\";s:6:\"custom\";s:34:\"header-social-4-brand-hover-toggle\";b:0;s:35:\"font-size-section-hb-social-icons-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-4\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-4-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-4-bg-space\";s:0:\"\";s:20:\"footer-social-4-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-4-radius\";s:0:\"\";s:21:\"footer-social-4-color\";s:0:\"\";s:23:\"footer-social-4-h-color\";s:0:\"\";s:24:\"footer-social-4-bg-color\";s:0:\"\";s:26:\"footer-social-4-bg-h-color\";s:0:\"\";s:28:\"footer-social-4-label-toggle\";b:0;s:26:\"footer-social-4-color-type\";s:6:\"custom\";s:27:\"footer-social-4-brand-color\";s:0:\"\";s:33:\"footer-social-4-brand-label-color\";s:0:\"\";s:34:\"footer-social-4-brand-hover-toggle\";b:0;s:35:\"font-size-section-fb-social-icons-4\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-4\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-4-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-4-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-4-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-4-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-4-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-4-font-family\";s:7:\"inherit\";s:27:\"header-widget-4-font-weight\";s:7:\"inherit\";s:25:\"header-widget-4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-4-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:35:\"header-widget-4-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-4-content-font-weight\";s:7:\"inherit\";s:33:\"header-widget-4-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-4-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:38:\"sidebar-widgets-header-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-4-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-4-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-4-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-4-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-4-font-family\";s:7:\"inherit\";s:27:\"footer-widget-4-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-4-text-transform\";s:0:\"\";s:27:\"footer-widget-4-line-height\";s:0:\"\";s:25:\"footer-widget-4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-4-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-4-content-font-weight\";s:7:\"inherit\";s:35:\"footer-widget-4-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"footer-widget-4-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-4\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu4-bg-color\";s:0:\"\";s:18:\"header-menu4-color\";s:0:\"\";s:23:\"header-menu4-h-bg-color\";s:0:\"\";s:20:\"header-menu4-h-color\";s:0:\"\";s:23:\"header-menu4-a-bg-color\";s:0:\"\";s:20:\"header-menu4-a-color\";s:0:\"\";s:30:\"header-menu4-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu4-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu4-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu4-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu4-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu4-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu4-menu-hover-animation\";s:0:\"\";s:40:\"header-menu4-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu4-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu4-submenu-item-border\";b:0;s:32:\"header-menu4-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu4-submenu-item-b-color\";s:7:\"#eaeaea\";s:41:\"header-menu4-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-menu4-submenu-top-offset\";s:0:\"\";s:26:\"header-menu4-submenu-width\";s:0:\"\";s:27:\"header-menu4-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu4-menu-stack-on-mobile\";b:1;s:22:\"header-menu4-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu4-font-weight\";s:7:\"inherit\";s:24:\"header-menu4-font-family\";s:7:\"inherit\";s:24:\"header-menu4-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:27:\"section-hb-divider-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button5-text\";s:6:\"Button\";s:26:\"header-button5-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button5-font-family\";s:7:\"inherit\";s:26:\"header-button5-font-weight\";s:7:\"inherit\";s:26:\"header-button5-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"header-button5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button5-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button5-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button5-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button5-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button5-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button5-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-button5-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-button5-border-radius\";s:0:\"\";s:27:\"section-hb-button-5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button5-text\";s:6:\"Button\";s:26:\"footer-button5-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button5-font-family\";s:7:\"inherit\";s:26:\"footer-button5-font-weight\";s:7:\"inherit\";s:29:\"footer-button5-text-transform\";s:0:\"\";s:26:\"footer-button5-line-height\";s:0:\"\";s:24:\"footer-button5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button5-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button5-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button5-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button5-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button5-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button5-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"footer-button5-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-5\";s:22:\"Insert HTML text here.\";s:18:\"header-html-5color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-5link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-5link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-5\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-5\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-5\";s:7:\"inherit\";s:29:\"font-extras-section-hb-html-5\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-hb-html-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-5\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-5color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-5link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-5link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-5\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-5\";s:7:\"inherit\";s:29:\"font-extras-section-fb-html-5\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-fb-html-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-5-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-5-bg-space\";s:0:\"\";s:20:\"header-social-5-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-social-5-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-5-color\";s:0:\"\";s:23:\"header-social-5-h-color\";s:0:\"\";s:24:\"header-social-5-bg-color\";s:0:\"\";s:26:\"header-social-5-bg-h-color\";s:0:\"\";s:28:\"header-social-5-label-toggle\";b:0;s:26:\"header-social-5-color-type\";s:6:\"custom\";s:34:\"header-social-5-brand-hover-toggle\";b:0;s:35:\"font-size-section-hb-social-icons-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-5\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-5-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-5-bg-space\";s:0:\"\";s:20:\"footer-social-5-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-5-radius\";s:0:\"\";s:21:\"footer-social-5-color\";s:0:\"\";s:23:\"footer-social-5-h-color\";s:0:\"\";s:24:\"footer-social-5-bg-color\";s:0:\"\";s:26:\"footer-social-5-bg-h-color\";s:0:\"\";s:28:\"footer-social-5-label-toggle\";b:0;s:26:\"footer-social-5-color-type\";s:6:\"custom\";s:27:\"footer-social-5-brand-color\";s:0:\"\";s:33:\"footer-social-5-brand-label-color\";s:0:\"\";s:34:\"footer-social-5-brand-hover-toggle\";b:0;s:35:\"font-size-section-fb-social-icons-5\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-5\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-5-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-5-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-5-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-5-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-5-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-5-font-family\";s:7:\"inherit\";s:27:\"header-widget-5-font-weight\";s:7:\"inherit\";s:25:\"header-widget-5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-5-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:35:\"header-widget-5-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-5-content-font-weight\";s:7:\"inherit\";s:33:\"header-widget-5-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-5-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:38:\"sidebar-widgets-header-widget-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-5-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-5-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-5-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-5-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-5-font-family\";s:7:\"inherit\";s:27:\"footer-widget-5-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-5-text-transform\";s:0:\"\";s:27:\"footer-widget-5-line-height\";s:0:\"\";s:25:\"footer-widget-5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-5-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-5-content-font-weight\";s:7:\"inherit\";s:35:\"footer-widget-5-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"footer-widget-5-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-5\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu5-bg-color\";s:0:\"\";s:18:\"header-menu5-color\";s:0:\"\";s:23:\"header-menu5-h-bg-color\";s:0:\"\";s:20:\"header-menu5-h-color\";s:0:\"\";s:23:\"header-menu5-a-bg-color\";s:0:\"\";s:20:\"header-menu5-a-color\";s:0:\"\";s:30:\"header-menu5-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu5-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu5-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu5-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu5-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu5-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu5-menu-hover-animation\";s:0:\"\";s:40:\"header-menu5-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu5-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu5-submenu-item-border\";b:0;s:32:\"header-menu5-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu5-submenu-item-b-color\";s:7:\"#eaeaea\";s:41:\"header-menu5-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-menu5-submenu-top-offset\";s:0:\"\";s:26:\"header-menu5-submenu-width\";s:0:\"\";s:27:\"header-menu5-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu5-menu-stack-on-mobile\";b:1;s:22:\"header-menu5-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu5-font-weight\";s:7:\"inherit\";s:24:\"header-menu5-font-family\";s:7:\"inherit\";s:24:\"header-menu5-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:27:\"section-hb-divider-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button6-text\";s:6:\"Button\";s:26:\"header-button6-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button6-font-family\";s:7:\"inherit\";s:26:\"header-button6-font-weight\";s:7:\"inherit\";s:26:\"header-button6-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"header-button6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button6-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button6-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button6-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button6-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button6-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button6-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-button6-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-button6-border-radius\";s:0:\"\";s:27:\"section-hb-button-6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button6-text\";s:6:\"Button\";s:26:\"footer-button6-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button6-font-family\";s:7:\"inherit\";s:26:\"footer-button6-font-weight\";s:7:\"inherit\";s:29:\"footer-button6-text-transform\";s:0:\"\";s:26:\"footer-button6-line-height\";s:0:\"\";s:24:\"footer-button6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button6-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button6-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button6-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button6-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button6-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button6-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"footer-button6-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-6\";s:22:\"Insert HTML text here.\";s:18:\"header-html-6color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-6link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-6link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-6\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-6\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-6\";s:7:\"inherit\";s:29:\"font-extras-section-hb-html-6\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-hb-html-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-6\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-6color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-6link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-6link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-6\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-6\";s:7:\"inherit\";s:29:\"font-extras-section-fb-html-6\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-fb-html-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-6-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-6-bg-space\";s:0:\"\";s:20:\"header-social-6-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-social-6-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-6-color\";s:0:\"\";s:23:\"header-social-6-h-color\";s:0:\"\";s:24:\"header-social-6-bg-color\";s:0:\"\";s:26:\"header-social-6-bg-h-color\";s:0:\"\";s:28:\"header-social-6-label-toggle\";b:0;s:26:\"header-social-6-color-type\";s:6:\"custom\";s:34:\"header-social-6-brand-hover-toggle\";b:0;s:35:\"font-size-section-hb-social-icons-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-6\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-6-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-6-bg-space\";s:0:\"\";s:20:\"footer-social-6-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-6-radius\";s:0:\"\";s:21:\"footer-social-6-color\";s:0:\"\";s:23:\"footer-social-6-h-color\";s:0:\"\";s:24:\"footer-social-6-bg-color\";s:0:\"\";s:26:\"footer-social-6-bg-h-color\";s:0:\"\";s:28:\"footer-social-6-label-toggle\";b:0;s:26:\"footer-social-6-color-type\";s:6:\"custom\";s:27:\"footer-social-6-brand-color\";s:0:\"\";s:33:\"footer-social-6-brand-label-color\";s:0:\"\";s:34:\"footer-social-6-brand-hover-toggle\";b:0;s:35:\"font-size-section-fb-social-icons-6\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-6\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-6-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-6-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-6-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-6-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-6-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-6-font-family\";s:7:\"inherit\";s:27:\"header-widget-6-font-weight\";s:7:\"inherit\";s:25:\"header-widget-6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-6-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:35:\"header-widget-6-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-6-content-font-weight\";s:7:\"inherit\";s:33:\"header-widget-6-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-6-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:38:\"sidebar-widgets-header-widget-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-6-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-6-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-6-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-6-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-6-font-family\";s:7:\"inherit\";s:27:\"footer-widget-6-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-6-text-transform\";s:0:\"\";s:27:\"footer-widget-6-line-height\";s:0:\"\";s:25:\"footer-widget-6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-6-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-6-content-font-weight\";s:7:\"inherit\";s:35:\"footer-widget-6-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"footer-widget-6-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-6\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu6-bg-color\";s:0:\"\";s:18:\"header-menu6-color\";s:0:\"\";s:23:\"header-menu6-h-bg-color\";s:0:\"\";s:20:\"header-menu6-h-color\";s:0:\"\";s:23:\"header-menu6-a-bg-color\";s:0:\"\";s:20:\"header-menu6-a-color\";s:0:\"\";s:30:\"header-menu6-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu6-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu6-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu6-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu6-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu6-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu6-menu-hover-animation\";s:0:\"\";s:40:\"header-menu6-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu6-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu6-submenu-item-border\";b:0;s:32:\"header-menu6-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu6-submenu-item-b-color\";s:7:\"#eaeaea\";s:41:\"header-menu6-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-menu6-submenu-top-offset\";s:0:\"\";s:26:\"header-menu6-submenu-width\";s:0:\"\";s:27:\"header-menu6-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu6-menu-stack-on-mobile\";b:1;s:22:\"header-menu6-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu6-font-weight\";s:7:\"inherit\";s:24:\"header-menu6-font-family\";s:7:\"inherit\";s:24:\"header-menu6-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:27:\"section-hb-divider-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button7-text\";s:6:\"Button\";s:26:\"header-button7-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button7-font-family\";s:7:\"inherit\";s:26:\"header-button7-font-weight\";s:7:\"inherit\";s:26:\"header-button7-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"header-button7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button7-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button7-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button7-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button7-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button7-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button7-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-button7-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-button7-border-radius\";s:0:\"\";s:27:\"section-hb-button-7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button7-text\";s:6:\"Button\";s:26:\"footer-button7-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button7-font-family\";s:7:\"inherit\";s:26:\"footer-button7-font-weight\";s:7:\"inherit\";s:29:\"footer-button7-text-transform\";s:0:\"\";s:26:\"footer-button7-line-height\";s:0:\"\";s:24:\"footer-button7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button7-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button7-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button7-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button7-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button7-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button7-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"footer-button7-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-7\";s:22:\"Insert HTML text here.\";s:18:\"header-html-7color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-7link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-7link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-7\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-7\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-7\";s:7:\"inherit\";s:29:\"font-extras-section-hb-html-7\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-hb-html-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-7\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-7color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-7link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-7link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-7\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-7\";s:7:\"inherit\";s:29:\"font-extras-section-fb-html-7\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-fb-html-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-7-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-7-bg-space\";s:0:\"\";s:20:\"header-social-7-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-social-7-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-7-color\";s:0:\"\";s:23:\"header-social-7-h-color\";s:0:\"\";s:24:\"header-social-7-bg-color\";s:0:\"\";s:26:\"header-social-7-bg-h-color\";s:0:\"\";s:28:\"header-social-7-label-toggle\";b:0;s:26:\"header-social-7-color-type\";s:6:\"custom\";s:34:\"header-social-7-brand-hover-toggle\";b:0;s:35:\"font-size-section-hb-social-icons-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-7\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-7-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-7-bg-space\";s:0:\"\";s:20:\"footer-social-7-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-7-radius\";s:0:\"\";s:21:\"footer-social-7-color\";s:0:\"\";s:23:\"footer-social-7-h-color\";s:0:\"\";s:24:\"footer-social-7-bg-color\";s:0:\"\";s:26:\"footer-social-7-bg-h-color\";s:0:\"\";s:28:\"footer-social-7-label-toggle\";b:0;s:26:\"footer-social-7-color-type\";s:6:\"custom\";s:27:\"footer-social-7-brand-color\";s:0:\"\";s:33:\"footer-social-7-brand-label-color\";s:0:\"\";s:34:\"footer-social-7-brand-hover-toggle\";b:0;s:35:\"font-size-section-fb-social-icons-7\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-7\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-7-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-7-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-7-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-7-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-7-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-7-font-family\";s:7:\"inherit\";s:27:\"header-widget-7-font-weight\";s:7:\"inherit\";s:25:\"header-widget-7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-7-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:35:\"header-widget-7-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-7-content-font-weight\";s:7:\"inherit\";s:33:\"header-widget-7-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-7-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:38:\"sidebar-widgets-header-widget-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-7-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-7-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-7-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-7-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-7-font-family\";s:7:\"inherit\";s:27:\"footer-widget-7-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-7-text-transform\";s:0:\"\";s:27:\"footer-widget-7-line-height\";s:0:\"\";s:25:\"footer-widget-7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-7-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-7-content-font-weight\";s:7:\"inherit\";s:35:\"footer-widget-7-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"footer-widget-7-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-7\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu7-bg-color\";s:0:\"\";s:18:\"header-menu7-color\";s:0:\"\";s:23:\"header-menu7-h-bg-color\";s:0:\"\";s:20:\"header-menu7-h-color\";s:0:\"\";s:23:\"header-menu7-a-bg-color\";s:0:\"\";s:20:\"header-menu7-a-color\";s:0:\"\";s:30:\"header-menu7-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu7-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu7-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu7-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu7-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu7-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu7-menu-hover-animation\";s:0:\"\";s:40:\"header-menu7-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu7-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu7-submenu-item-border\";b:0;s:32:\"header-menu7-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu7-submenu-item-b-color\";s:7:\"#eaeaea\";s:41:\"header-menu7-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-menu7-submenu-top-offset\";s:0:\"\";s:26:\"header-menu7-submenu-width\";s:0:\"\";s:27:\"header-menu7-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu7-menu-stack-on-mobile\";b:1;s:22:\"header-menu7-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu7-font-weight\";s:7:\"inherit\";s:24:\"header-menu7-font-family\";s:7:\"inherit\";s:24:\"header-menu7-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:27:\"section-hb-divider-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button8-text\";s:6:\"Button\";s:26:\"header-button8-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button8-font-family\";s:7:\"inherit\";s:26:\"header-button8-font-weight\";s:7:\"inherit\";s:26:\"header-button8-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"header-button8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button8-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button8-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button8-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button8-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button8-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button8-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-button8-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-button8-border-radius\";s:0:\"\";s:27:\"section-hb-button-8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button8-text\";s:6:\"Button\";s:26:\"footer-button8-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button8-font-family\";s:7:\"inherit\";s:26:\"footer-button8-font-weight\";s:7:\"inherit\";s:29:\"footer-button8-text-transform\";s:0:\"\";s:26:\"footer-button8-line-height\";s:0:\"\";s:24:\"footer-button8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button8-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button8-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button8-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button8-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button8-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button8-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"footer-button8-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-8\";s:22:\"Insert HTML text here.\";s:18:\"header-html-8color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-8link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-8link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-8\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-8\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-8\";s:7:\"inherit\";s:29:\"font-extras-section-hb-html-8\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-hb-html-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-8\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-8color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-8link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-8link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-8\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-8\";s:7:\"inherit\";s:29:\"font-extras-section-fb-html-8\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-fb-html-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-8-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-8-bg-space\";s:0:\"\";s:20:\"header-social-8-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-social-8-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-8-color\";s:0:\"\";s:23:\"header-social-8-h-color\";s:0:\"\";s:24:\"header-social-8-bg-color\";s:0:\"\";s:26:\"header-social-8-bg-h-color\";s:0:\"\";s:28:\"header-social-8-label-toggle\";b:0;s:26:\"header-social-8-color-type\";s:6:\"custom\";s:34:\"header-social-8-brand-hover-toggle\";b:0;s:35:\"font-size-section-hb-social-icons-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-8\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-8-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-8-bg-space\";s:0:\"\";s:20:\"footer-social-8-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-8-radius\";s:0:\"\";s:21:\"footer-social-8-color\";s:0:\"\";s:23:\"footer-social-8-h-color\";s:0:\"\";s:24:\"footer-social-8-bg-color\";s:0:\"\";s:26:\"footer-social-8-bg-h-color\";s:0:\"\";s:28:\"footer-social-8-label-toggle\";b:0;s:26:\"footer-social-8-color-type\";s:6:\"custom\";s:27:\"footer-social-8-brand-color\";s:0:\"\";s:33:\"footer-social-8-brand-label-color\";s:0:\"\";s:34:\"footer-social-8-brand-hover-toggle\";b:0;s:35:\"font-size-section-fb-social-icons-8\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-8\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-8-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-8-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-8-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-8-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-8-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-8-font-family\";s:7:\"inherit\";s:27:\"header-widget-8-font-weight\";s:7:\"inherit\";s:25:\"header-widget-8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-8-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:35:\"header-widget-8-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-8-content-font-weight\";s:7:\"inherit\";s:33:\"header-widget-8-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-8-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:38:\"sidebar-widgets-header-widget-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-8-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-8-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-8-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-8-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-8-font-family\";s:7:\"inherit\";s:27:\"footer-widget-8-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-8-text-transform\";s:0:\"\";s:27:\"footer-widget-8-line-height\";s:0:\"\";s:25:\"footer-widget-8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-8-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-8-content-font-weight\";s:7:\"inherit\";s:35:\"footer-widget-8-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"footer-widget-8-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-8\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu8-bg-color\";s:0:\"\";s:18:\"header-menu8-color\";s:0:\"\";s:23:\"header-menu8-h-bg-color\";s:0:\"\";s:20:\"header-menu8-h-color\";s:0:\"\";s:23:\"header-menu8-a-bg-color\";s:0:\"\";s:20:\"header-menu8-a-color\";s:0:\"\";s:30:\"header-menu8-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu8-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu8-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu8-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu8-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu8-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu8-menu-hover-animation\";s:0:\"\";s:40:\"header-menu8-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu8-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu8-submenu-item-border\";b:0;s:32:\"header-menu8-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu8-submenu-item-b-color\";s:7:\"#eaeaea\";s:41:\"header-menu8-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-menu8-submenu-top-offset\";s:0:\"\";s:26:\"header-menu8-submenu-width\";s:0:\"\";s:27:\"header-menu8-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu8-menu-stack-on-mobile\";b:1;s:22:\"header-menu8-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu8-font-weight\";s:7:\"inherit\";s:24:\"header-menu8-font-family\";s:7:\"inherit\";s:24:\"header-menu8-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:27:\"section-hb-divider-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-button9-text\";s:6:\"Button\";s:26:\"header-button9-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-button9-font-family\";s:7:\"inherit\";s:26:\"header-button9-font-weight\";s:7:\"inherit\";s:26:\"header-button9-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"header-button9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-button9-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-button9-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button9-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-button9-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button9-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"header-button9-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-button9-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-button9-border-radius\";s:0:\"\";s:27:\"section-hb-button-9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"footer-button9-text\";s:6:\"Button\";s:26:\"footer-button9-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"footer-button9-font-family\";s:7:\"inherit\";s:26:\"footer-button9-font-weight\";s:7:\"inherit\";s:29:\"footer-button9-text-transform\";s:0:\"\";s:26:\"footer-button9-line-height\";s:0:\"\";s:24:\"footer-button9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button9-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-button9-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button9-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-button9-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button9-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:27:\"footer-button9-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"footer-button9-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-button-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:27:\"section-fb-button-9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"header-html-9\";s:22:\"Insert HTML text here.\";s:18:\"header-html-9color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-html-9link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-html-9link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-hb-html-9\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"font-weight-section-hb-html-9\";s:7:\"inherit\";s:29:\"font-family-section-hb-html-9\";s:7:\"inherit\";s:29:\"font-extras-section-hb-html-9\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-hb-html-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:13:\"footer-html-9\";s:22:\"Insert HTML text here.\";s:18:\"footer-html-9color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-html-9link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-html-9link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"font-size-section-fb-html-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-html-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:29:\"font-weight-section-fb-html-9\";s:7:\"inherit\";s:29:\"font-family-section-fb-html-9\";s:7:\"inherit\";s:29:\"font-extras-section-fb-html-9\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"section-fb-html-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-9-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-social-9-bg-space\";s:0:\"\";s:20:\"header-social-9-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-social-9-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-9-color\";s:0:\"\";s:23:\"header-social-9-h-color\";s:0:\"\";s:24:\"header-social-9-bg-color\";s:0:\"\";s:26:\"header-social-9-bg-h-color\";s:0:\"\";s:28:\"header-social-9-label-toggle\";b:0;s:26:\"header-social-9-color-type\";s:6:\"custom\";s:34:\"header-social-9-brand-hover-toggle\";b:0;s:35:\"font-size-section-hb-social-icons-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-social-icons-9\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:32:\"section-hb-social-icons-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-9-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-social-9-bg-space\";s:0:\"\";s:20:\"footer-social-9-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-social-9-radius\";s:0:\"\";s:21:\"footer-social-9-color\";s:0:\"\";s:23:\"footer-social-9-h-color\";s:0:\"\";s:24:\"footer-social-9-bg-color\";s:0:\"\";s:26:\"footer-social-9-bg-h-color\";s:0:\"\";s:28:\"footer-social-9-label-toggle\";b:0;s:26:\"footer-social-9-color-type\";s:6:\"custom\";s:27:\"footer-social-9-brand-color\";s:0:\"\";s:33:\"footer-social-9-brand-label-color\";s:0:\"\";s:34:\"footer-social-9-brand-hover-toggle\";b:0;s:35:\"font-size-section-fb-social-icons-9\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"footer-social-icons-9\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:25:\"footer-social-9-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:32:\"section-fb-social-icons-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-9-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"header-widget-9-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-widget-9-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-9-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-9-font-family\";s:7:\"inherit\";s:27:\"header-widget-9-font-weight\";s:7:\"inherit\";s:25:\"header-widget-9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-widget-9-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:35:\"header-widget-9-content-font-family\";s:7:\"inherit\";s:35:\"header-widget-9-content-font-weight\";s:7:\"inherit\";s:33:\"header-widget-9-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-widget-9-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:38:\"sidebar-widgets-header-widget-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-widget-9-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-widget-9-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-widget-9-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-9-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-9-font-family\";s:7:\"inherit\";s:27:\"footer-widget-9-font-weight\";s:7:\"inherit\";s:30:\"footer-widget-9-text-transform\";s:0:\"\";s:27:\"footer-widget-9-line-height\";s:0:\"\";s:25:\"footer-widget-9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"footer-widget-9-content-font-family\";s:7:\"inherit\";s:35:\"footer-widget-9-content-font-weight\";s:7:\"inherit\";s:35:\"footer-widget-9-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"footer-widget-9-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"footer-widget-alignment-9\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:38:\"sidebar-widgets-footer-widget-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-menu9-bg-color\";s:0:\"\";s:18:\"header-menu9-color\";s:0:\"\";s:23:\"header-menu9-h-bg-color\";s:0:\"\";s:20:\"header-menu9-h-color\";s:0:\"\";s:23:\"header-menu9-a-bg-color\";s:0:\"\";s:20:\"header-menu9-a-color\";s:0:\"\";s:30:\"header-menu9-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:29:\"header-menu9-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu9-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu9-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu9-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-menu9-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"header-menu9-menu-hover-animation\";s:0:\"\";s:40:\"header-menu9-submenu-container-animation\";s:0:\"\";s:24:\"section-hb-menu-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu9-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu9-submenu-item-border\";b:0;s:32:\"header-menu9-submenu-item-b-size\";s:1:\"1\";s:33:\"header-menu9-submenu-item-b-color\";s:7:\"#eaeaea\";s:41:\"header-menu9-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-menu9-submenu-top-offset\";s:0:\"\";s:26:\"header-menu9-submenu-width\";s:0:\"\";s:27:\"header-menu9-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:33:\"header-menu9-menu-stack-on-mobile\";b:1;s:22:\"header-menu9-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-menu9-font-weight\";s:7:\"inherit\";s:24:\"header-menu9-font-family\";s:7:\"inherit\";s:24:\"header-menu9-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:27:\"section-hb-divider-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"header-button10-text\";s:6:\"Button\";s:27:\"header-button10-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:27:\"header-button10-font-family\";s:7:\"inherit\";s:27:\"header-button10-font-weight\";s:7:\"inherit\";s:27:\"header-button10-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:25:\"header-button10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-button10-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-button10-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button10-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-button10-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"header-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"header-button10-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:28:\"header-button10-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"header-button10-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"header-button10-border-radius\";s:0:\"\";s:28:\"section-hb-button-10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"sticky-header-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"footer-button10-text\";s:6:\"Button\";s:27:\"footer-button10-link-option\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:27:\"footer-button10-font-family\";s:7:\"inherit\";s:27:\"footer-button10-font-weight\";s:7:\"inherit\";s:30:\"footer-button10-text-transform\";s:0:\"\";s:27:\"footer-button10-line-height\";s:0:\"\";s:25:\"footer-button10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button10-text-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-button10-back-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button10-text-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-button10-back-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"footer-button10-border-size\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:28:\"footer-button10-border-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"footer-button10-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-button-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:28:\"section-fb-button-10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:14:\"header-html-10\";s:22:\"Insert HTML text here.\";s:19:\"header-html-10color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-html-10link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"header-html-10link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"font-size-section-hb-html-10\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"font-weight-section-hb-html-10\";s:7:\"inherit\";s:30:\"font-family-section-hb-html-10\";s:7:\"inherit\";s:30:\"font-extras-section-hb-html-10\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:25:\"section-hb-html-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:14:\"footer-html-10\";s:22:\"Insert HTML text here.\";s:19:\"footer-html-10color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"footer-html-10link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:26:\"footer-html-10link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"font-size-section-fb-html-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"footer-html-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:30:\"font-weight-section-fb-html-10\";s:7:\"inherit\";s:30:\"font-family-section-fb-html-10\";s:7:\"inherit\";s:30:\"font-extras-section-fb-html-10\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:25:\"section-fb-html-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-social-10-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-social-10-bg-space\";s:0:\"\";s:21:\"header-social-10-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"header-social-10-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-social-10-color\";s:0:\"\";s:24:\"header-social-10-h-color\";s:0:\"\";s:25:\"header-social-10-bg-color\";s:0:\"\";s:27:\"header-social-10-bg-h-color\";s:0:\"\";s:29:\"header-social-10-label-toggle\";b:0;s:27:\"header-social-10-color-type\";s:6:\"custom\";s:35:\"header-social-10-brand-hover-toggle\";b:0;s:36:\"font-size-section-hb-social-icons-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-social-icons-10\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:33:\"section-hb-social-icons-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"footer-social-10-space\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"footer-social-10-bg-space\";s:0:\"\";s:21:\"footer-social-10-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:23:\"footer-social-10-radius\";s:0:\"\";s:22:\"footer-social-10-color\";s:0:\"\";s:24:\"footer-social-10-h-color\";s:0:\"\";s:25:\"footer-social-10-bg-color\";s:0:\"\";s:27:\"footer-social-10-bg-h-color\";s:0:\"\";s:29:\"footer-social-10-label-toggle\";b:0;s:27:\"footer-social-10-color-type\";s:6:\"custom\";s:28:\"footer-social-10-brand-color\";s:0:\"\";s:34:\"footer-social-10-brand-label-color\";s:0:\"\";s:35:\"footer-social-10-brand-hover-toggle\";b:0;s:36:\"font-size-section-fb-social-icons-10\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"footer-social-icons-10\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:26:\"footer-social-10-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:33:\"section-fb-social-icons-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-widget-10-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"header-widget-10-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"header-widget-10-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"header-widget-10-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"header-widget-10-font-family\";s:7:\"inherit\";s:28:\"header-widget-10-font-weight\";s:7:\"inherit\";s:26:\"header-widget-10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"header-widget-10-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:36:\"header-widget-10-content-font-family\";s:7:\"inherit\";s:36:\"header-widget-10-content-font-weight\";s:7:\"inherit\";s:34:\"header-widget-10-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"header-widget-10-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:39:\"sidebar-widgets-header-widget-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"footer-widget-10-title-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:22:\"footer-widget-10-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:27:\"footer-widget-10-link-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:29:\"footer-widget-10-link-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:28:\"footer-widget-10-font-family\";s:7:\"inherit\";s:28:\"footer-widget-10-font-weight\";s:7:\"inherit\";s:31:\"footer-widget-10-text-transform\";s:0:\"\";s:28:\"footer-widget-10-line-height\";s:0:\"\";s:26:\"footer-widget-10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"footer-widget-10-content-font-family\";s:7:\"inherit\";s:36:\"footer-widget-10-content-font-weight\";s:7:\"inherit\";s:36:\"footer-widget-10-content-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:34:\"footer-widget-10-content-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"footer-widget-alignment-10\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:39:\"sidebar-widgets-footer-widget-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:22:\"header-menu10-bg-color\";s:0:\"\";s:19:\"header-menu10-color\";s:0:\"\";s:24:\"header-menu10-h-bg-color\";s:0:\"\";s:21:\"header-menu10-h-color\";s:0:\"\";s:24:\"header-menu10-a-bg-color\";s:0:\"\";s:21:\"header-menu10-a-color\";s:0:\"\";s:31:\"header-menu10-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:30:\"header-menu10-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-menu10-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"header-menu10-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:35:\"header-menu10-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:32:\"header-menu10-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"header-menu10-menu-hover-animation\";s:0:\"\";s:41:\"header-menu10-submenu-container-animation\";s:0:\"\";s:25:\"section-hb-menu-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-menu10-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"header-menu10-submenu-item-border\";b:0;s:33:\"header-menu10-submenu-item-b-size\";s:1:\"1\";s:34:\"header-menu10-submenu-item-b-color\";s:7:\"#eaeaea\";s:42:\"header-menu10-submenu-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"header-menu10-submenu-top-offset\";s:0:\"\";s:27:\"header-menu10-submenu-width\";s:0:\"\";s:28:\"header-menu10-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:34:\"header-menu10-menu-stack-on-mobile\";b:1;s:23:\"header-menu10-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu10-font-weight\";s:7:\"inherit\";s:25:\"header-menu10-font-family\";s:7:\"inherit\";s:25:\"header-menu10-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:28:\"section-hb-divider-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-fb-divider-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"sticky-header-on-devices\";s:7:\"desktop\";s:19:\"sticky-header-style\";s:4:\"none\";s:20:\"footer-desktop-items\";a:10:{s:5:\"above\";a:6:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}s:7:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:2:{i:0;s:6:\"html-1\";i:1;s:14:\"social-icons-1\";}s:9:\"primary_2\";a:1:{i:0;s:8:\"widget-1\";}s:9:\"primary_3\";a:1:{i:0;s:8:\"widget-2\";}s:9:\"primary_4\";a:1:{i:0;s:8:\"widget-3\";}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a:0:{}}s:5:\"group\";s:36:\"astra-settings[footer-desktop-items]\";s:4:\"rows\";a:3:{i:0;s:5:\"above\";i:1;s:7:\"primary\";i:2;s:5:\"below\";}s:5:\"zones\";a:3:{s:5:\"above\";a:6:{s:7:\"above_1\";s:15:\"Above Section 1\";s:7:\"above_2\";s:15:\"Above Section 2\";s:7:\"above_3\";s:15:\"Above Section 3\";s:7:\"above_4\";s:15:\"Above Section 4\";s:7:\"above_5\";s:15:\"Above Section 5\";s:7:\"above_6\";s:15:\"Above Section 6\";}s:7:\"primary\";a:6:{s:9:\"primary_1\";s:17:\"Primary Section 1\";s:9:\"primary_2\";s:17:\"Primary Section 2\";s:9:\"primary_3\";s:17:\"Primary Section 3\";s:9:\"primary_4\";s:17:\"Primary Section 4\";s:9:\"primary_5\";s:17:\"Primary Section 5\";s:9:\"primary_6\";s:17:\"Primary Section 6\";}s:5:\"below\";a:6:{s:7:\"below_1\";s:15:\"Below Section 1\";s:7:\"below_2\";s:15:\"Below Section 2\";s:7:\"below_3\";s:15:\"Below Section 3\";s:7:\"below_4\";s:15:\"Below Section 4\";s:7:\"below_5\";s:15:\"Below Section 5\";s:7:\"below_6\";s:15:\"Below Section 6\";}}s:7:\"layouts\";a:3:{s:5:\"above\";a:2:{s:6:\"column\";s:1:\"2\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}}s:7:\"primary\";a:2:{s:6:\"column\";s:1:\"4\";s:6:\"layout\";a:4:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:7:\"2-equal\";s:7:\"desktop\";s:7:\"4-equal\";s:4:\"flag\";b:0;}}s:5:\"below\";a:2:{s:6:\"column\";s:1:\"1\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}}}s:6:\"status\";a:3:{s:5:\"above\";b:1;s:7:\"primary\";b:1;s:5:\"below\";b:1;}s:4:\"flag\";b:0;s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}}s:17:\"hba-footer-height\";i:60;s:17:\"hba-footer-column\";s:1:\"2\";s:17:\"hba-footer-layout\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:28:\"hba-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:28:\"hbb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:27:\"hb-footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:27:\"hbb-footer-top-border-color\";s:25:\"var(--ast-global-color-6)\";s:20:\"hbb-footer-separator\";i:1;s:36:\"section-header-builder-layout-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:17:\"hbb-footer-height\";i:80;s:17:\"hbb-footer-column\";s:1:\"1\";s:17:\"hbb-footer-layout\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:24:\"hb-primary-footer-height\";s:0:\"\";s:23:\"hba-footer-layout-width\";s:7:\"content\";s:22:\"hb-footer-layout-width\";s:7:\"content\";s:23:\"hbb-footer-layout-width\";s:7:\"content\";s:29:\"hba-footer-vertical-alignment\";s:10:\"flex-start\";s:28:\"hb-footer-vertical-alignment\";s:10:\"flex-start\";s:29:\"hbb-footer-vertical-alignment\";s:6:\"center\";s:24:\"footer-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:16:\"hb-footer-column\";s:1:\"4\";s:19:\"hb-footer-separator\";i:1;s:29:\"hb-footer-bottom-border-color\";s:7:\"#e6e6e6\";s:16:\"hb-footer-layout\";a:4:{s:7:\"desktop\";s:7:\"4-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}s:18:\"hb-footer-main-sep\";i:0;s:24:\"hb-footer-main-sep-color\";s:0:\"\";s:23:\"footer-copyright-editor\";s:75:\"Copyright [copyright] [current_year] [site_title]. Powered by [site_title].\";s:22:\"footer-copyright-color\";s:25:\"var(--ast-global-color-3)\";s:36:\"line-height-section-footer-copyright\";i:2;s:26:\"footer-copyright-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:34:\"font-size-section-footer-copyright\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"font-weight-section-footer-copyright\";s:7:\"inherit\";s:36:\"font-family-section-footer-copyright\";s:7:\"inherit\";s:36:\"font-extras-section-footer-copyright\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:21:\"footer-menu-alignment\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:36:\"section-below-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"24\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"24\";s:4:\"left\";s:2:\"24\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"header-search-icon-space\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:24:\"header-search-icon-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:19:\"header-search-width\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:11:\"live-search\";b:0;s:22:\"live-search-post-types\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:37:\"transparent-header-social-icons-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:39:\"transparent-header-social-icons-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"transparent-header-social-icons-bg-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:42:\"transparent-header-social-icons-bg-h-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:34:\"transparent-header-html-text-color\";s:0:\"\";s:34:\"transparent-header-html-link-color\";s:0:\"\";s:36:\"transparent-header-html-link-h-color\";s:0:\"\";s:37:\"transparent-header-widget-title-color\";s:0:\"\";s:39:\"transparent-header-widget-content-color\";s:0:\"\";s:36:\"transparent-header-widget-link-color\";s:0:\"\";s:38:\"transparent-header-widget-link-h-color\";s:0:\"\";s:36:\"transparent-header-button-text-color\";s:25:\"var(--ast-global-color-2)\";s:38:\"transparent-header-button-text-h-color\";s:25:\"var(--ast-global-color-5)\";s:34:\"transparent-header-button-bg-color\";s:25:\"var(--ast-global-color-5)\";s:36:\"transparent-header-button-bg-h-color\";s:25:\"var(--ast-global-color-0)\";s:17:\"off-canvas-layout\";s:10:\"side-panel\";s:16:\"off-canvas-slide\";s:5:\"right\";s:33:\"header-builder-menu-toggle-target\";s:4:\"icon\";s:34:\"header-offcanvas-content-alignment\";s:10:\"flex-start\";s:21:\"off-canvas-background\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:22:\"off-canvas-close-color\";s:7:\"#3a3a3a\";s:18:\"mobile-header-type\";s:8:\"dropdown\";s:24:\"off-canvas-inner-spacing\";s:0:\"\";s:18:\"footer-menu-layout\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:29:\"footer-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:28:\"footer-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"footer-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"footer-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:33:\"footer-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:30:\"footer-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:21:\"footer-menu-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:23:\"footer-menu-font-weight\";s:7:\"inherit\";s:23:\"footer-menu-font-family\";s:7:\"inherit\";s:23:\"footer-menu-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:24:\"footer-main-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:19:\"header-trigger-icon\";s:4:\"menu\";s:30:\"mobile-header-toggle-icon-size\";i:20;s:36:\"mobile-header-toggle-btn-border-size\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:34:\"mobile-header-toggle-border-radius\";i:2;s:41:\"mobile-header-toggle-border-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"mobile-header-label-font-family\";s:7:\"inherit\";s:31:\"mobile-header-label-font-weight\";s:7:\"inherit\";s:34:\"mobile-header-label-text-transform\";s:0:\"\";s:31:\"mobile-header-label-line-height\";s:0:\"\";s:29:\"mobile-header-label-font-size\";s:0:\"\";s:20:\"global-color-palette\";a:2:{s:7:\"palette\";a:9:{i:0;s:7:\"#fd8549\";i:1;s:7:\"#8ae0e5\";i:2;s:7:\"#2f3c4c\";i:3;s:7:\"#566476\";i:4;s:7:\"#f6fdfe\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#e9eaec\";i:7;s:7:\"#9ca7ab\";i:8;s:7:\"#000000\";}s:4:\"flag\";b:0;}s:17:\"header-logo-color\";s:0:\"\";s:27:\"header-mobile-menu-bg-color\";s:0:\"\";s:24:\"header-mobile-menu-color\";s:0:\"\";s:29:\"header-mobile-menu-h-bg-color\";s:0:\"\";s:26:\"header-mobile-menu-h-color\";s:0:\"\";s:29:\"header-mobile-menu-a-bg-color\";s:0:\"\";s:26:\"header-mobile-menu-a-color\";s:0:\"\";s:36:\"header-mobile-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:35:\"header-mobile-menu-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"header-mobile-menu-h-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:37:\"header-mobile-menu-a-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"header-mobile-menu-h-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:40:\"header-mobile-menu-a-bg-color-responsive\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:46:\"header-mobile-menu-submenu-container-animation\";s:4:\"fade\";s:38:\"header-mobile-menu-submenu-item-border\";b:0;s:38:\"header-mobile-menu-submenu-item-b-size\";s:1:\"1\";s:39:\"header-mobile-menu-submenu-item-b-color\";s:7:\"#eaeaea\";s:33:\"header-mobile-menu-submenu-border\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:28:\"header-mobile-menu-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"font-extras-header-mobile-menu\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:28:\"woo-header-cart-click-action\";s:7:\"default\";s:28:\"responsive-cart-click-action\";s:6:\"flyout\";s:23:\"woo-slide-in-cart-width\";a:6:{s:7:\"desktop\";i:35;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:1:\"%\";s:11:\"tablet-unit\";s:1:\"%\";s:11:\"mobile-unit\";s:1:\"%\";}s:41:\"woo-header-cart-icon-total-label-position\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"header-woo-cart-icon-size\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:20:\"woo-header-cart-icon\";s:7:\"default\";s:26:\"woo-header-cart-icon-style\";s:7:\"outline\";s:33:\"woo-desktop-cart-flyout-direction\";s:5:\"right\";s:26:\"header-woo-cart-icon-color\";s:0:\"\";s:38:\"transparent-header-woo-cart-icon-color\";s:0:\"\";s:32:\"header-woo-cart-icon-hover-color\";s:0:\"\";s:28:\"woo-header-cart-border-width\";i:2;s:34:\"woo-header-cart-icon-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"woo-header-cart-badge-display\";b:1;s:29:\"woo-header-cart-label-display\";s:33:\"Cart/{cart_total_currency_symbol}\";s:26:\"header-woo-cart-text-color\";s:0:\"\";s:26:\"header-woo-cart-link-color\";s:0:\"\";s:32:\"header-woo-cart-background-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:38:\"header-woo-cart-background-hover-color\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:31:\"header-woo-cart-separator-color\";s:0:\"\";s:32:\"header-woo-cart-link-hover-color\";s:0:\"\";s:30:\"header-woo-cart-btn-text-color\";s:0:\"\";s:36:\"header-woo-cart-btn-background-color\";s:0:\"\";s:36:\"header-woo-cart-btn-text-hover-color\";s:0:\"\";s:34:\"header-woo-cart-btn-bg-hover-color\";s:0:\"\";s:34:\"header-woo-checkout-btn-text-color\";s:0:\"\";s:40:\"header-woo-checkout-btn-background-color\";s:0:\"\";s:40:\"header-woo-checkout-btn-text-hover-color\";s:0:\"\";s:38:\"header-woo-checkout-btn-bg-hover-color\";s:0:\"\";s:26:\"edd-header-cart-icon-style\";s:7:\"outline\";s:26:\"edd-header-cart-icon-color\";s:0:\"\";s:27:\"edd-header-cart-icon-radius\";i:3;s:38:\"transparent-header-edd-cart-icon-color\";s:0:\"\";s:29:\"edd-header-cart-total-display\";b:1;s:29:\"edd-header-cart-title-display\";b:1;s:26:\"header-edd-cart-text-color\";s:0:\"\";s:26:\"header-edd-cart-link-color\";s:0:\"\";s:32:\"header-edd-cart-background-color\";s:0:\"\";s:31:\"header-edd-cart-separator-color\";s:0:\"\";s:34:\"header-edd-checkout-btn-text-color\";s:0:\"\";s:40:\"header-edd-checkout-btn-background-color\";s:0:\"\";s:40:\"header-edd-checkout-btn-text-hover-color\";s:0:\"\";s:38:\"header-edd-checkout-btn-bg-hover-color\";s:0:\"\";s:19:\"header-account-type\";s:7:\"default\";s:26:\"header-account-login-style\";s:4:\"icon\";s:51:\"header-account-login-style-extend-text-profile-type\";s:7:\"default\";s:26:\"header-account-action-type\";s:4:\"link\";s:24:\"header-account-link-type\";s:7:\"default\";s:27:\"header-account-logout-style\";s:4:\"icon\";s:52:\"header-account-logout-style-extend-text-profile-type\";s:7:\"default\";s:30:\"header-account-logged-out-text\";s:6:\"Log In\";s:29:\"header-account-logged-in-text\";s:10:\"My Account\";s:28:\"header-account-logout-action\";s:4:\"link\";s:26:\"header-account-image-width\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:24:\"header-account-icon-size\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:25:\"header-account-icon-color\";s:0:\"\";s:25:\"header-account-login-link\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:26:\"header-account-logout-link\";a:3:{s:3:\"url\";s:48:\"https://websitedemos.net/daycare-02/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:32:\"font-size-section-header-account\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"header-account-type-text-color\";s:0:\"\";s:23:\"header-account-woo-menu\";b:0;s:22:\"cloned-component-track\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:18:\"theme-auto-version\";s:5:\"4.8.7\";s:33:\"_astra_pb_compatibility_completed\";b:1;s:21:\"headings-font-variant\";s:3:\"600\";s:20:\"headings-line-height\";d:1.2;s:14:\"line-height-h1\";d:1.1000000000000001;s:21:\"heading-typo-selector\";s:2:\"h5\";s:13:\"button-radius\";i:30;s:17:\"text-transform-h6\";s:9:\"uppercase\";s:14:\"line-height-h6\";i:1;s:44:\"astra-sidebar-widgets-footer-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"80\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"40\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"64\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:44:\"astra-sidebar-widgets-footer-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"40\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"64\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:44:\"astra-sidebar-widgets-footer-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"64\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"40\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"64\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:50:\"ast-callback-notice-header-transparent-header-logo\";s:0:\"\";s:55:\"ast-callback-notice-header-transparent-header-logo-link\";s:0:\"\";s:51:\"ast-callback-notice-header-transparent-meta-enabled\";s:0:\"\";s:55:\"ast-callback-notice-header-transparent-header-meta-link\";s:0:\"\";s:42:\"apply-content-background-fullwidth-layouts\";b:0;s:19:\"site-content-layout\";s:15:\"boxed-container\";s:32:\"customizer-default-layout-update\";b:0;s:33:\"single-product-breadcrumb-disable\";b:0;s:43:\"woocommerce-single-product-fallback-default\";b:1;s:32:\"astra-old-global-sidebar-default\";b:0;s:20:\"dynamic-blog-layouts\";b:0;s:32:\"theme-dynamic-customizer-support\";b:1;s:40:\"ast-dynamic-single-astra-sites-structure\";a:2:{i:0;s:36:\"ast-dynamic-single-astra-sites-image\";i:1;s:36:\"ast-dynamic-single-astra-sites-title\";}s:39:\"ast-dynamic-single-astra-sites-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:29:\"ast-archive-astra-sites-title\";b:1;s:28:\"ast-single-astra-sites-title\";b:1;s:49:\"ast-dynamic-archive-astra-sites-banner-image-type\";s:4:\"none\";s:48:\"ast-dynamic-archive-astra-sites-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:49:\"ast-dynamic-archive-astra-sites-title-font-family\";s:0:\"\";s:47:\"ast-dynamic-archive-astra-sites-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:49:\"ast-dynamic-archive-astra-sites-title-font-weight\";s:0:\"\";s:49:\"ast-dynamic-archive-astra-sites-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:50:\"ast-dynamic-archive-astra-sites-banner-title-color\";s:0:\"\";s:49:\"ast-dynamic-archive-astra-sites-banner-text-color\";s:0:\"\";s:49:\"ast-dynamic-single-astra-sites-banner-title-color\";s:0:\"\";s:48:\"ast-dynamic-single-astra-sites-title-font-family\";s:0:\"\";s:46:\"ast-dynamic-single-astra-sites-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:48:\"ast-dynamic-single-astra-sites-title-font-weight\";s:0:\"\";s:48:\"ast-dynamic-single-astra-sites-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:39:\"ast-dynamic-single-site-pages-structure\";a:2:{i:0;s:35:\"ast-dynamic-single-site-pages-image\";i:1;s:35:\"ast-dynamic-single-site-pages-title\";}s:38:\"ast-dynamic-single-site-pages-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:28:\"ast-archive-site-pages-title\";b:1;s:27:\"ast-single-site-pages-title\";b:1;s:48:\"ast-dynamic-archive-site-pages-banner-image-type\";s:4:\"none\";s:47:\"ast-dynamic-archive-site-pages-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:48:\"ast-dynamic-archive-site-pages-title-font-family\";s:0:\"\";s:46:\"ast-dynamic-archive-site-pages-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:48:\"ast-dynamic-archive-site-pages-title-font-weight\";s:0:\"\";s:48:\"ast-dynamic-archive-site-pages-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:49:\"ast-dynamic-archive-site-pages-banner-title-color\";s:0:\"\";s:48:\"ast-dynamic-archive-site-pages-banner-text-color\";s:0:\"\";s:48:\"ast-dynamic-single-site-pages-banner-title-color\";s:0:\"\";s:47:\"ast-dynamic-single-site-pages-title-font-family\";s:0:\"\";s:45:\"ast-dynamic-single-site-pages-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:47:\"ast-dynamic-single-site-pages-title-font-weight\";s:0:\"\";s:47:\"ast-dynamic-single-site-pages-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:41:\"ast-dynamic-single-astra-blocks-structure\";a:2:{i:0;s:37:\"ast-dynamic-single-astra-blocks-image\";i:1;s:37:\"ast-dynamic-single-astra-blocks-title\";}s:40:\"ast-dynamic-single-astra-blocks-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:30:\"ast-archive-astra-blocks-title\";b:1;s:29:\"ast-single-astra-blocks-title\";b:1;s:50:\"ast-dynamic-archive-astra-blocks-banner-image-type\";s:4:\"none\";s:49:\"ast-dynamic-archive-astra-blocks-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:50:\"ast-dynamic-archive-astra-blocks-title-font-family\";s:0:\"\";s:48:\"ast-dynamic-archive-astra-blocks-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:50:\"ast-dynamic-archive-astra-blocks-title-font-weight\";s:0:\"\";s:50:\"ast-dynamic-archive-astra-blocks-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:51:\"ast-dynamic-archive-astra-blocks-banner-title-color\";s:0:\"\";s:50:\"ast-dynamic-archive-astra-blocks-banner-text-color\";s:0:\"\";s:50:\"ast-dynamic-single-astra-blocks-banner-title-color\";s:0:\"\";s:49:\"ast-dynamic-single-astra-blocks-title-font-family\";s:0:\"\";s:47:\"ast-dynamic-single-astra-blocks-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:49:\"ast-dynamic-single-astra-blocks-title-font-weight\";s:0:\"\";s:49:\"ast-dynamic-single-astra-blocks-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"ast-dynamic-single-post-structure\";a:3:{i:0;s:29:\"ast-dynamic-single-post-image\";i:1;s:29:\"ast-dynamic-single-post-title\";i:2;s:28:\"ast-dynamic-single-post-meta\";}s:32:\"ast-dynamic-single-post-taxonomy\";s:8:\"category\";s:22:\"ast-archive-post-title\";b:1;s:21:\"ast-single-post-title\";b:1;s:42:\"ast-dynamic-archive-post-banner-image-type\";s:4:\"none\";s:41:\"ast-dynamic-archive-post-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:42:\"ast-dynamic-archive-post-title-font-family\";s:0:\"\";s:40:\"ast-dynamic-archive-post-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:42:\"ast-dynamic-archive-post-title-font-weight\";s:0:\"\";s:42:\"ast-dynamic-archive-post-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:43:\"ast-dynamic-archive-post-banner-title-color\";s:0:\"\";s:42:\"ast-dynamic-archive-post-banner-text-color\";s:0:\"\";s:42:\"ast-dynamic-single-post-banner-title-color\";s:0:\"\";s:41:\"ast-dynamic-single-post-title-font-family\";s:0:\"\";s:39:\"ast-dynamic-single-post-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:41:\"ast-dynamic-single-post-title-font-weight\";s:0:\"\";s:41:\"ast-dynamic-single-post-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"ast-dynamic-single-page-structure\";a:1:{i:0;s:29:\"ast-dynamic-single-page-title\";}s:32:\"ast-dynamic-single-page-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:22:\"ast-archive-page-title\";b:1;s:21:\"ast-single-page-title\";b:1;s:42:\"ast-dynamic-archive-page-banner-image-type\";s:4:\"none\";s:41:\"ast-dynamic-archive-page-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:42:\"ast-dynamic-archive-page-title-font-family\";s:0:\"\";s:40:\"ast-dynamic-archive-page-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:42:\"ast-dynamic-archive-page-title-font-weight\";s:0:\"\";s:42:\"ast-dynamic-archive-page-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:43:\"ast-dynamic-archive-page-banner-title-color\";s:0:\"\";s:42:\"ast-dynamic-archive-page-banner-text-color\";s:0:\"\";s:42:\"ast-dynamic-single-page-banner-title-color\";s:0:\"\";s:41:\"ast-dynamic-single-page-title-font-family\";s:0:\"\";s:39:\"ast-dynamic-single-page-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:41:\"ast-dynamic-single-page-title-font-weight\";s:0:\"\";s:41:\"ast-dynamic-single-page-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:31:\"archive-download-content-layout\";s:7:\"default\";s:31:\"archive-download-sidebar-layout\";s:10:\"no-sidebar\";s:30:\"single-download-content-layout\";s:7:\"default\";s:30:\"single-download-sidebar-layout\";s:7:\"default\";s:25:\"update-default-color-typo\";b:0;s:22:\"v4-block-editor-compat\";b:0;s:23:\"v4-1-0-update-migration\";b:1;s:27:\"single-product-payment-list\";a:1:{s:5:\"items\";a:4:{i:0;a:6:{s:2:\"id\";s:8:\"item-100\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-visa\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Visa\";}i:1;a:6:{s:2:\"id\";s:8:\"item-101\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:13:\"cc-mastercard\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:10:\"Mastercard\";}i:2;a:6:{s:2:\"id\";s:8:\"item-102\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-amex\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Amex\";}i:3;a:6:{s:2:\"id\";s:8:\"item-103\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:11:\"cc-discover\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:8:\"Discover\";}}}s:23:\"v4-1-4-update-migration\";b:1;s:27:\"list-block-vertical-spacing\";b:0;s:18:\"add-hr-styling-css\";b:0;s:32:\"astra-site-svg-logo-equal-height\";b:0;s:25:\"fullwidth_sidebar_support\";b:0;s:23:\"v4-2-0-update-migration\";b:1;s:29:\"v4-2-2-core-form-btns-styling\";b:0;s:22:\"v4-4-0-backward-option\";b:0;s:69:\"ast-dynamic-single-templates-article-featured-image-position-layout-1\";s:4:\"none\";s:69:\"ast-dynamic-single-templates-article-featured-image-position-layout-2\";s:4:\"none\";s:62:\"ast-dynamic-single-templates-article-featured-image-ratio-type\";s:7:\"default\";s:71:\"ast-dynamic-single-astra-sites-article-featured-image-position-layout-1\";s:4:\"none\";s:71:\"ast-dynamic-single-astra-sites-article-featured-image-position-layout-2\";s:4:\"none\";s:64:\"ast-dynamic-single-astra-sites-article-featured-image-ratio-type\";s:7:\"default\";s:70:\"ast-dynamic-single-site-pages-article-featured-image-position-layout-1\";s:4:\"none\";s:70:\"ast-dynamic-single-site-pages-article-featured-image-position-layout-2\";s:4:\"none\";s:63:\"ast-dynamic-single-site-pages-article-featured-image-ratio-type\";s:7:\"default\";s:72:\"ast-dynamic-single-astra-blocks-article-featured-image-position-layout-1\";s:4:\"none\";s:72:\"ast-dynamic-single-astra-blocks-article-featured-image-position-layout-2\";s:4:\"none\";s:65:\"ast-dynamic-single-astra-blocks-article-featured-image-ratio-type\";s:7:\"default\";s:64:\"ast-dynamic-single-post-article-featured-image-position-layout-1\";s:4:\"none\";s:64:\"ast-dynamic-single-post-article-featured-image-position-layout-2\";s:4:\"none\";s:57:\"ast-dynamic-single-post-article-featured-image-ratio-type\";s:7:\"default\";s:64:\"ast-dynamic-single-page-article-featured-image-position-layout-1\";s:4:\"none\";s:64:\"ast-dynamic-single-page-article-featured-image-position-layout-2\";s:4:\"none\";s:57:\"ast-dynamic-single-page-article-featured-image-ratio-type\";s:7:\"default\";s:22:\"v4-5-0-backward-option\";b:0;s:26:\"scndry-btn-default-padding\";b:0;s:22:\"v4-6-0-backward-option\";b:0;s:21:\"ast-font-style-update\";b:0;s:22:\"v4-6-2-backward-option\";b:0;s:20:\"btn-stylings-upgrade\";b:0;s:24:\"elementor-headings-style\";b:0;s:33:\"elementor-container-padding-style\";b:0;s:34:\"global-headings-line-height-update\";b:1;s:37:\"single_posts_pages_heading_clear_none\";b:0;s:21:\"elementor-btn-styling\";b:1;s:52:\"remove_single_posts_navigation_mobile_device_padding\";b:1;s:27:\"enable-4-6-14-compatibility\";b:0;s:24:\"heading-widget-font-size\";b:0;s:26:\"enable-4-8-0-compatibility\";b:0;s:22:\"is_theme_queue_running\";b:0;s:22:\"v4-8-2-backward-option\";b:0;s:26:\"enable-4-8-4-compatibility\";b:0;s:37:\"astra-heading-font-size-compatibility\";b:0;}s:10:\"custom-css\";s:0:\"\";}','off');
INSERT INTO `wp_options` VALUES (288,'suremails_content_guard_hashes','a:0:{}','auto');
INSERT INTO `wp_options` VALUES (291,'st_attachments','a:0:{}','off');
INSERT INTO `wp_options` VALUES (292,'category_children','a:0:{}','auto');
INSERT INTO `wp_options` VALUES (293,'elementor_library_category_children','a:0:{}','auto');
INSERT INTO `wp_options` VALUES (294,'_astra_sites_old_site_options','a:58:{s:30:\"woocommerce_product_attributes\";a:0:{}s:28:\"woocommerce_product_cat_list\";a:0:{}s:23:\"woocommerce_product_cat\";a:0:{}s:11:\"custom_logo\";s:91:\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-logo.svg\";s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";s:7:\"primary\";s:11:\"mobile_menu\";s:7:\"primary\";}s:13:\"show_on_front\";s:4:\"page\";s:13:\"page_on_front\";s:4:\"Home\";s:14:\"page_for_posts\";s:0:\"\";s:25:\"_fl_builder_enabled_icons\";N;s:27:\"_fl_builder_enabled_modules\";N;s:22:\"_fl_builder_post_types\";N;s:25:\"_fl_builder_color_presets\";N;s:20:\"_fl_builder_services\";N;s:20:\"_fl_builder_settings\";N;s:23:\"_fl_builder_user_access\";N;s:29:\"_fl_builder_enabled_templates\";N;s:25:\"elementor_container_width\";N;s:21:\"elementor_cpt_support\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:26:\"elementor_css_print_method\";s:8:\"external\";s:31:\"elementor_default_generic_fonts\";N;s:31:\"elementor_disable_color_schemes\";s:3:\"yes\";s:36:\"elementor_disable_typography_schemes\";s:3:\"yes\";s:28:\"elementor_editor_break_lines\";s:0:\"\";s:28:\"elementor_exclude_user_roles\";N;s:31:\"elementor_global_image_lightbox\";N;s:29:\"elementor_page_title_selector\";N;s:22:\"elementor_scheme_color\";a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}s:30:\"elementor_scheme_color-picker]\";a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}s:27:\"elementor_scheme_typography\";a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}s:31:\"elementor_space_between_widgets\";N;s:37:\"elementor_stretched_section_container\";N;s:23:\"elementor_load_fa4_shim\";s:0:\"\";s:20:\"elementor_active_kit\";s:1:\"4\";s:30:\"elementor_experiment-container\";s:6:\"active\";s:27:\"woocommerce_shop_page_title\";s:0:\"\";s:27:\"woocommerce_cart_page_title\";s:0:\"\";s:31:\"woocommerce_checkout_page_title\";s:0:\"\";s:32:\"woocommerce_myaccount_page_title\";s:0:\"\";s:35:\"woocommerce_edit_address_page_title\";s:0:\"\";s:33:\"woocommerce_view_order_page_title\";s:0:\"\";s:38:\"woocommerce_change_password_page_title\";s:0:\"\";s:29:\"woocommerce_logout_page_title\";s:0:\"\";s:33:\"woocommerce_enable_guest_checkout\";N;s:42:\"woocommerce_enable_checkout_login_reminder\";N;s:49:\"woocommerce_enable_signup_and_login_from_checkout\";N;s:41:\"woocommerce_enable_myaccount_registration\";N;s:42:\"woocommerce_registration_generate_username\";N;s:12:\"edd_settings\";N;s:16:\"wpforms_settings\";a:5:{s:11:\"disable-css\";s:1:\"2\";s:13:\"global-assets\";b:0;s:4:\"gdpr\";b:0;s:13:\"modern-markup\";s:1:\"0\";s:20:\"modern-markup-is-set\";b:1;}s:29:\"learndash_settings_theme_ld30\";N;s:33:\"learndash_settings_courses_themes\";N;s:29:\"srfm_general_settings_options\";N;s:32:\"get_default_dynamic_block_option\";N;s:33:\"srfm_default_dynamic_block_option\";N;s:35:\"srfm_email_summary_settings_options\";N;s:30:\"srfm_security_settings_options\";N;s:20:\"astra-color-palettes\";a:4:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:3:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#fd8549\";i:1;s:7:\"#8ae0e5\";i:2;s:7:\"#2f3c4c\";i:3;s:7:\"#566476\";i:4;s:7:\"#f6fdfe\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#e9eaec\";i:7;s:7:\"#9ca7ab\";i:8;s:7:\"#000000\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}}s:4:\"flag\";b:0;s:7:\"presets\";a:10:{s:8:\"preset_1\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#E7F6FF\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D1DAE5\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}s:8:\"preset_2\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#F2F0FE\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D8D8F5\";i:7;s:7:\"#0D0614\";i:8;s:7:\"#222222\";}s:8:\"preset_3\";a:9:{i:0;s:7:\"#DD183B\";i:1;s:7:\"#CC1939\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#3A3A3A\";i:4;s:7:\"#FFEDE6\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#FFD1BF\";i:7;s:7:\"#140609\";i:8;s:7:\"#222222\";}s:8:\"preset_4\";a:9:{i:0;s:7:\"#54B435\";i:1;s:7:\"#379237\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#2F3B40\";i:4;s:7:\"#EDFBE2\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D5EAD8\";i:7;s:7:\"#0C1406\";i:8;s:7:\"#222222\";}s:8:\"preset_5\";a:9:{i:0;s:7:\"#DCA54A\";i:1;s:7:\"#D09A40\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#4A4A4A\";i:4;s:7:\"#FAF5E5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F0E6C5\";i:7;s:7:\"#141004\";i:8;s:7:\"#222222\";}s:8:\"preset_6\";a:9:{i:0;s:7:\"#FB5FAB\";i:1;s:7:\"#EA559D\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FCEEF5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#FAD8E9\";i:7;s:7:\"#140610\";i:8;s:7:\"#222222\";}s:8:\"preset_7\";a:9:{i:0;s:7:\"#1B9C85\";i:1;s:7:\"#178E79\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#EDF6EE\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D4F3D7\";i:7;s:7:\"#06140C\";i:8;s:7:\"#222222\";}s:8:\"preset_8\";a:9:{i:0;s:7:\"#FD9800\";i:1;s:7:\"#E98C00\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FEF9E1\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F9F0C8\";i:7;s:7:\"#141006\";i:8;s:7:\"#222222\";}s:8:\"preset_9\";a:9:{i:0;s:7:\"#FF6210\";i:1;s:7:\"#F15808\";i:2;s:7:\"#1C0D0A\";i:3;s:7:\"#353535\";i:4;s:7:\"#FEF1E4\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#E5D7D1\";i:7;s:7:\"#140B06\";i:8;s:7:\"#222222\";}s:9:\"preset_10\";a:9:{i:0;s:7:\"#737880\";i:1;s:7:\"#65696F\";i:2;s:7:\"#151616\";i:3;s:7:\"#393C40\";i:4;s:7:\"#F6F6F6\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F1F0F0\";i:7;s:7:\"#232529\";i:8;s:7:\"#222222\";}}}s:24:\"astra-typography-presets\";s:0:\"\";}','off');
INSERT INTO `wp_options` VALUES (295,'woocommerce_product_attributes','a:0:{}','auto');
INSERT INTO `wp_options` VALUES (296,'woocommerce_product_cat_list','a:0:{}','auto');
INSERT INTO `wp_options` VALUES (297,'woocommerce_product_cat','a:0:{}','auto');
INSERT INTO `wp_options` VALUES (298,'site_logo','8','auto');
INSERT INTO `wp_options` VALUES (299,'elementor_cpt_support','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','auto');
INSERT INTO `wp_options` VALUES (300,'elementor_css_print_method','external','auto');
INSERT INTO `wp_options` VALUES (301,'elementor_disable_color_schemes','yes','auto');
INSERT INTO `wp_options` VALUES (302,'elementor_disable_typography_schemes','yes','auto');
INSERT INTO `wp_options` VALUES (303,'elementor_editor_break_lines','','auto');
INSERT INTO `wp_options` VALUES (304,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','auto');
INSERT INTO `wp_options` VALUES (305,'elementor_scheme_color-picker]','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','auto');
INSERT INTO `wp_options` VALUES (306,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','auto');
INSERT INTO `wp_options` VALUES (307,'elementor_load_fa4_shim','','auto');
INSERT INTO `wp_options` VALUES (308,'elementor_experiment-container','active','auto');
INSERT INTO `wp_options` VALUES (309,'woocommerce_shop_page_title','','auto');
INSERT INTO `wp_options` VALUES (310,'woocommerce_cart_page_title','','auto');
INSERT INTO `wp_options` VALUES (311,'woocommerce_checkout_page_title','','auto');
INSERT INTO `wp_options` VALUES (312,'woocommerce_myaccount_page_title','','auto');
INSERT INTO `wp_options` VALUES (313,'woocommerce_edit_address_page_title','','auto');
INSERT INTO `wp_options` VALUES (314,'woocommerce_view_order_page_title','','auto');
INSERT INTO `wp_options` VALUES (315,'woocommerce_change_password_page_title','','auto');
INSERT INTO `wp_options` VALUES (316,'woocommerce_logout_page_title','','auto');
INSERT INTO `wp_options` VALUES (317,'astra-color-palettes','a:4:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:3:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}}s:4:\"flag\";b:0;s:7:\"presets\";a:10:{s:8:\"preset_1\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#E7F6FF\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D1DAE5\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}s:8:\"preset_2\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#F2F0FE\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D8D8F5\";i:7;s:7:\"#0D0614\";i:8;s:7:\"#222222\";}s:8:\"preset_3\";a:9:{i:0;s:7:\"#DD183B\";i:1;s:7:\"#CC1939\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#3A3A3A\";i:4;s:7:\"#FFEDE6\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#FFD1BF\";i:7;s:7:\"#140609\";i:8;s:7:\"#222222\";}s:8:\"preset_4\";a:9:{i:0;s:7:\"#54B435\";i:1;s:7:\"#379237\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#2F3B40\";i:4;s:7:\"#EDFBE2\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D5EAD8\";i:7;s:7:\"#0C1406\";i:8;s:7:\"#222222\";}s:8:\"preset_5\";a:9:{i:0;s:7:\"#DCA54A\";i:1;s:7:\"#D09A40\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#4A4A4A\";i:4;s:7:\"#FAF5E5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F0E6C5\";i:7;s:7:\"#141004\";i:8;s:7:\"#222222\";}s:8:\"preset_6\";a:9:{i:0;s:7:\"#FB5FAB\";i:1;s:7:\"#EA559D\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FCEEF5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#FAD8E9\";i:7;s:7:\"#140610\";i:8;s:7:\"#222222\";}s:8:\"preset_7\";a:9:{i:0;s:7:\"#1B9C85\";i:1;s:7:\"#178E79\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#EDF6EE\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D4F3D7\";i:7;s:7:\"#06140C\";i:8;s:7:\"#222222\";}s:8:\"preset_8\";a:9:{i:0;s:7:\"#FD9800\";i:1;s:7:\"#E98C00\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FEF9E1\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F9F0C8\";i:7;s:7:\"#141006\";i:8;s:7:\"#222222\";}s:8:\"preset_9\";a:9:{i:0;s:7:\"#FF6210\";i:1;s:7:\"#F15808\";i:2;s:7:\"#1C0D0A\";i:3;s:7:\"#353535\";i:4;s:7:\"#FEF1E4\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#E5D7D1\";i:7;s:7:\"#140B06\";i:8;s:7:\"#222222\";}s:9:\"preset_10\";a:9:{i:0;s:7:\"#737880\";i:1;s:7:\"#65696F\";i:2;s:7:\"#151616\";i:3;s:7:\"#393C40\";i:4;s:7:\"#F6F6F6\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F1F0F0\";i:7;s:7:\"#232529\";i:8;s:7:\"#222222\";}}}','auto');
INSERT INTO `wp_options` VALUES (318,'astra-typography-presets','','auto');
INSERT INTO `wp_options` VALUES (319,'_astra_sites_old_widgets_data','a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:15:\"footer-widget-1\";a:2:{i:0;s:7:\"block-7\";i:1;s:10:\"nav_menu-1\";}s:15:\"footer-widget-2\";a:2:{i:0;s:7:\"block-8\";i:1;s:10:\"nav_menu-2\";}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:13:\"array_version\";i:3;s:15:\"footer-widget-3\";a:2:{i:0;s:7:\"block-9\";i:1;s:8:\"block-10\";}}','off');
INSERT INTO `wp_options` VALUES (321,'astra_sites_import_complete','yes','off');
INSERT INTO `wp_options` VALUES (322,'getting_started_is_setup_wizard_showing','1','auto');
INSERT INTO `wp_options` VALUES (323,'astra_sites_batch_process_complete','yes','auto');
INSERT INTO `wp_options` VALUES (331,'astra_sites_usage_events_pending','a:0:{}','auto');
INSERT INTO `wp_options` VALUES (334,'elementor_connect_site_key','276bc3735c1852398c06fc1f9e251bba','auto');
INSERT INTO `wp_options` VALUES (335,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:43:\"Introducing Angie: Agentic AI for WordPress\";s:7:\"excerpt\";s:365:\"Meet Angie, agentic AI purpose-built for WordPress. Angie understands your site, connects to your tools, and takes real actions on your behalf. Its first capability, Angie Code, lets you describe any WordPress feature you can imagine and have it built for you in minutes. Production-ready, fully integrated with your site, and safe to test before it ever goes live.\";s:7:\"created\";i:1774270910;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:142:\"https://elementor.com/blog/introducing-angie-agentic-ai-for-wordpress/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:59:\"The atomic foundation of version 4 is ready for real sites!\";s:7:\"excerpt\";s:296:\"The alpha phase is complete. Version 4 is now in beta, and the atomic foundation is ready to be used on real sites! This is the final step before the official release of version 4.0, activating the new features automatically on new sites, and becoming the default editing experience in Elementor.\";s:7:\"created\";i:1770651621;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:113:\"https://elementor.com/blog/editor-4-beta/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:79:\"Introducing Elementor 3.33: Variables Manager, Custom CSS, Blend Modes, & more!\";s:7:\"excerpt\";s:340:\"Elementor 3.33 builds on the foundation of Editor V4, continuing our mission to create a faster, more scalable, and more intuitive design experience for Web Creators. With the addition of the Variables Manager, element-level Custom CSS, Background Clipping, and Blend Modes, designers have more creative precision and consistency than ever.\";s:7:\"created\";i:1762944115;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:145:\"https://elementor.com/blog/elementor-333-v4-variables-manager-custom-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off');
INSERT INTO `wp_options` VALUES (344,'_elementor_element_cache_unique_id','59d6c3f30aedd9984894d23618f9aae7','auto');
INSERT INTO `wp_options` VALUES (346,'astra_sites_recent_import_log_file','C:\\Users\\smash\\Local Sites\\genius-world-school\\app\\public/wp-content/uploads/astra-sites/import-13-Apr-2026-05-55-03-e00f540a2d6d5146149e1bca48a76d2e.log','off');
INSERT INTO `wp_options` VALUES (348,'suremails-version','1.9.3','auto');
INSERT INTO `wp_options` VALUES (349,'wpforms_splash_version','1.8.6','auto');
INSERT INTO `wp_options` VALUES (350,'nps-survey-surerank','a:6:{s:13:\"dismiss_count\";i:0;s:19:\"dismiss_permanently\";b:0;s:12:\"dismiss_step\";s:0:\"\";s:12:\"dismiss_time\";s:0:\"\";s:16:\"dismiss_timespan\";N;s:17:\"first_render_time\";i:1776059729;}','auto');
INSERT INTO `wp_options` VALUES (351,'getting_started_action_items','a:3:{s:9:\"wordpress\";a:2:{s:5:\"steps\";a:4:{s:16:\"setup-permalinks\";b:1;s:23:\"setup-title-and-tagline\";b:1;s:18:\"review-admin-email\";b:1;s:21:\"review-seo-visibility\";b:1;}s:6:\"status\";b:1;}s:11:\"astra-theme\";a:2:{s:5:\"steps\";a:4:{s:21:\"customize-style-guide\";b:1;s:22:\"add-logo-and-site-icon\";b:1;s:16:\"customize-header\";b:1;s:16:\"customize-footer\";b:1;}s:6:\"status\";b:1;}s:9:\"suremails\";a:2:{s:5:\"steps\";a:1:{s:12:\"connect-smtp\";b:0;}s:6:\"status\";b:0;}}','auto');
INSERT INTO `wp_options` VALUES (353,'action_scheduler_migration_status','complete','auto');
INSERT INTO `wp_options` VALUES (354,'as_has_wp_comment_logs','no','on');
INSERT INTO `wp_options` VALUES (357,'_wpforms_transient_upload_htaccess_file','a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1776175007;s:5:\"ctime\";i:1776146350;}','on');
INSERT INTO `wp_options` VALUES (358,'wpforms_email_summaries_fetch_info_blocks_last_run','1776059824','auto');
INSERT INTO `wp_options` VALUES (359,'wpforms_process_forms_locator_status','completed','auto');
INSERT INTO `wp_options` VALUES (360,'wpforms_notifications','a:4:{s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}s:6:\"update\";i:1776342079;}','auto');
INSERT INTO `wp_options` VALUES (366,'ast_block_templates_fresh_site','no','auto');
INSERT INTO `wp_options` VALUES (367,'ast_blocks_sync_in_progress','no','off');
INSERT INTO `wp_options` VALUES (369,'ast-block-templates-last-export-checksums-time','1776153674','off');
INSERT INTO `wp_options` VALUES (371,'elementor_one_welcome_screen_completed','1','auto');
INSERT INTO `wp_options` VALUES (372,'_elementor_home_screen_data','a:2:{s:7:\"timeout\";i:1776063488;s:5:\"value\";s:12470:\"{\"top_with_licences\":[{\"license\":[\"free\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Start building your website with Elementor\'s no code drag & drop editor.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=le72grP_Q6k&t=1s\",\"youtube_embed_id\":\"le72grP_Q6k?si=g2akyWNODL6usu6u\"},{\"license\":[\"pro\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Now you\'ve got all the tools to start creating professional, high-performing websites - and that journey begins by creating your first page.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=QdkDGrS8ZZs\",\"youtube_embed_id\":\"QdkDGrS8ZZs?si=s_VjZCQR6Fh1jgB5\"},{\"license\":[\"one\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Now you\'ve got all the tools to start creating professional, high-performing websites - and that journey begins by creating your first page.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=QdkDGrS8ZZs\",\"youtube_embed_id\":\"QdkDGrS8ZZs?si=s_VjZCQR6Fh1jgB5\"}],\"get_started\":[{\"license\":[\"free\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&page=popup_templates\",\"is_relative_url\":true,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\",\"title_small_color\":\"text.tertiary\"}]},{\"license\":[\"pro\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\"}]},{\"license\":[\"one\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\"}]}],\"add_ons\":{\"hide_section\":[\"free\",\"essential\",\"pro\",\"one\"],\"header\":{\"title\":\"Expand your design toolkit\",\"description\":\"These plugins, add-ons, and tools, have been selected to streamline your workflow and maximize your creativity.\"},\"repeater\":[{\"file_path\":\"pojo-accessibility\\/pojo-accessibility.php\",\"title\":\"Ally - Web Accessibility. Simplified.\",\"url\":\"\",\"description\":\"Make your website more accessible with powerful tools to detect and fix issues, enhance usability, and create a better experience for all visitors.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/ally_logo.svg\",\"type\":\"wporg\"},{\"file_path\":\"site-mailer\\/site-mailer.php\",\"title\":\"Site Mailer\",\"url\":\"\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-mailer.svg\",\"type\":\"wporg\"},{\"file_path\":\"image-optimization\\/image-optimization.php\",\"title\":\"Image Optimizer\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-io\\/\",\"description\":\"Check out this incredibly useful plugin that will compress and optimize your images, giving you leaner, faster websites.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/image-optimizer.svg\",\"type\":\"wporg\"},{\"title\":\"Elementor AI\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-ai\\/\",\"description\":\"Boost creativity with Elementor AI. Craft & enhance copy, create custom CSS & Code, and generate images to elevate your website.\",\"button_label\":\"Let\'s go\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/elementor.svg\",\"type\":\"link\",\"condition\":{\"key\":\"introduction_meta\",\"value\":\"ai_get_started\"}}],\"footer\":{\"label\":\"Explore more add-ons\",\"file_path\":\"wp-admin\\/admin.php?page=elementor-apps\"}},\"sidebar_promotion_variants\":[{\"license\":[\"essential\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/essential-upgrade.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-advanced-home-sidebar-upgrade\\/\"}},{\"license\":[\"free\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\"}},{\"license\":[\"expired\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-expired\\/\"}},{\"license\":[\"free\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\'s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}},{\"license\":[\"pro\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\'s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}},{\"license\":[\"one\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\'s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}}],\"external_links\":[{\"label\":\"Help Center\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-question-mark.svg\",\"url\":\"https:\\/\\/elementor.com\\/help\\/\"},{\"label\":\"Youtube\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-youtube.svg\",\"url\":\"https:\\/\\/www.youtube.com\\/@Elementor\"},{\"label\":\"Facebook Community\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-community.svg\",\"url\":\"https:\\/\\/www.facebook.com\\/groups\\/Elementors\"},{\"label\":\"Blog\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-academic-hat.svg\",\"url\":\"https:\\/\\/elementor.com\\/blog\\/\"}]}\";}','off');
INSERT INTO `wp_options` VALUES (375,'_elementor_installed_time','1776059888','auto');
INSERT INTO `wp_options` VALUES (377,'_wpforms_transient_timeout_splash.json','1776664780','off');
INSERT INTO `wp_options` VALUES (378,'_wpforms_transient_splash.json','1776059980','off');
INSERT INTO `wp_options` VALUES (381,'_wpforms_transient_wpforms_C:/Users/smash/Local Sites/genius-world-school/app/public/wp-content/uploads/wpforms/cache/.htaccess_file','a:3:{s:4:\"size\";i:446;s:5:\"mtime\";i:1776059980;s:5:\"ctime\";i:1776059980;}','on');
INSERT INTO `wp_options` VALUES (384,'e_editor_counter','24','auto');
INSERT INTO `wp_options` VALUES (385,'_elementor_free_to_pro_upsell','a:2:{s:7:\"timeout\";i:1776182889;s:5:\"value\";s:723:\"[{\"id\":\"animated_headline\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/animated_headline.jpg\"},{\"id\":\"video_playlist\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/video_playlist.jpg\"},{\"id\":\"cta\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/cta.jpg\"},{\"id\":\"testimonial_widget\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/testimonial_widget.jpg\"},{\"id\":\"image_carousel\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/image_carousel.jpg\"},{\"id\":\"connect-pro-upgrade\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/connect-pro-upgrade.jpg\"}]\";}','off');
INSERT INTO `wp_options` VALUES (386,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1776222491;s:5:\"value\";s:8561:\"[{\"id\":\"4.0-default\",\"title\":\"The new default\",\"description\":\"New sites now start with version 4.0 and atomic features enabled by default. Existing sites can choose to manually activate. Nothing happens to your existing layouts and sites.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-default.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"4.0-atomic-forms\",\"title\":\"Atomic Forms\",\"description\":\"Build forms as part of your layout, not separate widgets. Create flexible, multi-column designs, nest elements freely, and maintain full control with the same atomic system and styling logic.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-atomic-form.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.0-atomic-forms\",\"title\":\"Atomic Forms\",\"description\":\"Build forms as part of your layout, not separate widgets. Create flexible, multi-column designs, nest elements freely, and maintain full control with the same atomic system and styling logic.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipTags\":[\"Atomic Editor\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-atomic-forms\\/\"},{\"id\":\"4.0-interactions\",\"title\":\"Pro Interactions\",\"description\":\"Create advanced, lightweight motion inside the Editor. Define behavior visually, keep everything system-based, and deliver engaging experiences without bloated scripts or external tools.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-interactions.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.0-interactions\",\"title\":\"Pro Interactions\",\"description\":\"Create advanced, lightweight motion inside the Editor. Define behavior visually, keep everything system-based, and deliver engaging experiences without bloated scripts or external tools.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-interactions.png\",\"chipTags\":[\"Atomic Editor\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-interactions\\/\"},{\"id\":\"4.0-sync-design-system\",\"title\":\"Sync and share design systems\",\"description\":\"Export and import Variables and Classes between sites, and sync them with v3 Global Styles. Maintain a consistent design system across projects and across versions.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-sync-design-system.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"angie-launch\",\"title\":\"Introducing Angie Code.\",\"description\":\"Create custom Elementor widgets, and snippets for custom site functionality from a simple description. Built natively for WordPress, and Elementor. Preview safely, refine through conversation, and publish when ready.\",\"topic\":\"Angie Code\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-launch.png\",\"chipTags\":[\"New launch\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-angie-launch\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"partner-program\",\"title\":\"Partner with Elementor. Grow your business.\",\"description\":\"Join to unlock exclusive access, secure visibility, benefit from marketing opportunities, and create additional revenue from the work you have already done. Join for free and start benefiting!\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/notification-partner.png\",\"chipTags\":[\"Partner Program\"],\"cta\":\"Apply now\",\"ctaLink\":\"https:\\/\\/my.elementor.com\\/agency\\/\"},{\"id\":\"manage-launch\",\"title\":\"Introducing Manage\",\"description\":\"Monitor, optimize and maintain all your sites from one centralized dashboard. Track performance, perform bulk updates and detect security risks to stay ahead of issues.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/manage.png\",\"chipTags\":[\"New Launch\"],\"cta\":\"Start free\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/manage\\/whatsnew\"},{\"id\":\"components-3.35\",\"title\":\"Components\",\"description\":\"Build modular, reusable sections that update everywhere and decide how much control to give away to your team or clients.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/components-3-35.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-components-3.35-blog\",\"readMoreText\":\"Learn More\"},{\"id\":\"one-launch\",\"title\":\"Introducing Elementor One\",\"description\":\"The complete website building experience. All the tools to create, optimize, and manage websites, unified under one roof.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/one-launch.png\",\"chipTags\":[\"New Launch\"],\"cta\":\"Explore Elementor One\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/launch-whats-new\"},{\"id\":\"atomic-tabs-3.34\",\"title\":\"Atomic Tabs\",\"description\":\"Nest any type of content inside tab triggers or content panels, unlocking a truly atomic way of design.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/tabs-3.34.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.34-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"variables-manager-3.33\",\"title\":\"Variables Manager\",\"description\":\"Centralize and control all your color, typography, and size tokens for consistent, scalable design systems.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-variables-manager.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-assistant\",\"title\":\"New! Fix accessibility issues with Ally Assistant\",\"description\":\"Scan any page for accessibility issues and fix them in one click. From color contrast to missing alt text, Ally Assistant provides guided steps or AI-powered fixes to make your site more inclusive.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-assistant.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Scan for free\",\"ctaLink\":\"http:\\/\\/go.elementor.com\\/acc-assistant-launch-whats-new\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]}]\";}','off');
INSERT INTO `wp_options` VALUES (389,'_elementor_v4_promotions','a:2:{s:7:\"timeout\";i:1776182892;s:5:\"value\";s:862:\"[{\"customCss\":{\"title\":\"Custom CSS\",\"content\":\"Add custom CSS to refine and enrich the appearance of any element on your site.\",\"ctaUrl\":\"https:\\/\\/go.elementor.com\\/go-pro-style-custom-css\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/custom_css_promotion.png\"},\"displayConditions\":{\"title\":\"Display conditions\",\"content\":\"Control when and where elements are shown across your site.\",\"ctaUrl\":\"https:\\/\\/go.elementor.com\\/go-pro-display-conditions-modal\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/display_conditions_promotion.png\"},\"attributes\":{\"title\":\"Attributes\",\"content\":\"Add custom attributes when you need deeper customization and better accessibility.\",\"ctaUrl\":\"https:\\/\\/go.elementor.com\\/go-pro-attributes-modal\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/packages\\/v1\\/images\\/attributes_promotion.png\"}}]\";}','off');
INSERT INTO `wp_options` VALUES (407,'_elementor_onboarding_strings_en','a:2:{s:7:\"timeout\";i:1776180239;s:5:\"value\";s:4780:\"{\"common.continue\":\"Continue\",\"common.skip\":\"Skip\",\"common.back\":\"Back\",\"common.finish\":\"Finish\",\"common.loading\":\"Loading\\u2026\",\"common.upgrade\":\"Upgrade\",\"common.close_onboarding\":\"Close onboarding\",\"common.installed\":\"Installed\",\"common.recommended\":\"Recommended\",\"error.failed_mark_exit\":\"Failed to mark user exit.\",\"error.failed_complete_step\":\"Failed to complete step.\",\"error.pro_install_failed\":\"Couldn\'t install Elementor Pro. Please try again later\",\"error.theme_install_failed\":\"Theme installation didn\'t complete. Please try again later\",\"login.title\":\"Let\\u2019s get to work.\",\"login.sign_in\":\"Sign in to Elementor\",\"login.continue_another_way\":\"Continue another way\",\"login.continue_as_guest\":\"Continue as a guest\",\"steps.building_for.title\":\"Who are you building for?\",\"steps.building_for.greeting_with_name\":\"Hey %1$s %2$s Let\\u2019s get your site set up.\",\"steps.building_for.greeting_without_name\":\"Hey%s Let\\u2019s get your site set up.\",\"steps.building_for.option_myself\":\"Myself or someone I know\",\"steps.building_for.option_business\":\"My business or workplace\",\"steps.building_for.option_client\":\"A client\",\"steps.building_for.option_exploring\":\"Just exploring\",\"steps.site_about.title\":\"What is your site about?\",\"steps.site_about.subtitle\":\"Choose anything that applies.\",\"steps.site_about.option_small_med_business\":\"Small-Med Business\",\"steps.site_about.option_online_store\":\"Online store\",\"steps.site_about.option_company_site\":\"Company site\",\"steps.site_about.option_blog\":\"Blog\",\"steps.site_about.option_landing_page\":\"Landing page\",\"steps.site_about.option_booking\":\"Booking\",\"steps.site_about.option_organization\":\"Organization\",\"steps.site_about.option_other\":\"Other\",\"steps.site_about.greeting_myself\":\"Got it! We\\u2019ll keep things simple.\",\"steps.site_about.greeting_business\":\"Great! Let\\u2019s set up your business site.\",\"steps.site_about.greeting_client\":\"Nice! Let\\u2019s create something for your client.\",\"steps.site_about.greeting_fallback\":\"Let\\u2019s get started!\",\"steps.experience_level.title\":\"How experienced are you with Elementor?\",\"steps.experience_level.subtitle\":\"This helps us adjust the editor to your workflow.\",\"steps.experience_level.option_beginner\":\"I\\u2019m just getting started\",\"steps.experience_level.option_intermediate\":\"I have some experience\",\"steps.experience_level.option_advanced\":\"I\\u2019m very comfortable with Elementor\",\"steps.theme_selection.title\":\"Start with a theme that fits your needs\",\"steps.theme_selection.subtitle\":\"Hello themes are built to work seamlessly with Elementor.\",\"steps.theme_selection.aria_label\":\"Theme selection\",\"steps.theme_selection.theme_hello_label\":\"Hello\",\"steps.theme_selection.theme_hello_description\":\"A flexible canvas theme you can shape from the ground up\",\"steps.theme_selection.theme_hello_biz_label\":\"Hello Biz\",\"steps.theme_selection.theme_hello_biz_description\":\"A ready-to-start theme with smart layouts and widgets\",\"steps.theme_selection.greeting_beginner\":\"Glad you\\u2019re here!\",\"steps.theme_selection.greeting_default\":\"Great. Let\\u2019s take it to the next step\",\"steps.theme_selection.continue_with_theme\":\"Continue with this theme\",\"steps.site_features.title\":\"What do you want to include in your site?\",\"steps.site_features.subtitle\":\"We\\u2019ll use this to tailor suggestions for you.\",\"steps.site_features.continue_with_free\":\"Continue with Free\",\"steps.site_features.option_classes_variables\":\"Design system\",\"steps.site_features.option_interactions\":\"Interactions\",\"steps.site_features.option_theme_builder\":\"Theme builder\",\"steps.site_features.option_lead_collection\":\"Forms & leads\",\"steps.site_features.option_custom_code\":\"Custom Code\",\"steps.site_features.option_email_deliverability\":\"Email delivery\",\"steps.site_features.option_ai_generator\":\"AI tools\",\"steps.site_features.option_image_optimization\":\"Image optimization\",\"steps.site_features.option_accessibility_tools\":\"Accessibility\",\"steps.site_features.woocommerce\":\"WooCommerce\",\"steps.site_features.included\":\"Included\",\"steps.site_features.plan_recommendation_one\":\"Nice picks \\ud83d\\ude42 Elementor One has you covered.\",\"steps.site_features.plan_recommendation_pro\":\"Advanced tools? Elementor Pro includes them.\",\"steps.site_features.compare_plans\":\"View plans\",\"pro_install.title\":\"You already have a Pro subscription\",\"pro_install.subtitle\":\"Would you like to install it on this site now?\",\"pro_install.installing\":\"Installing Elementor Pro\\u2026\",\"pro_install.installing_short\":\"Installing\\u2026\",\"pro_install.install_button\":\"Install Pro on this site\",\"pro_install.logo_alt\":\"Elementor + Elementor Pro\",\"pro_install.do_it_later\":\"I\\u2019ll do it later\",\"completion.title\":\"Getting things ready\",\"completion.subtitle\":\"Tailoring the editor to your goals and workflow\\u2026\"}\";}','off');
INSERT INTO `wp_options` VALUES (417,'elementor_log','a:9:{s:32:\"8c714fac5f337ed34edbecea3ee69a2d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-04-13 06:21:28\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:107:\"Failed to execute &#039;querySelector&#039; on &#039;Document&#039;: &#039;#&#039; is not a valid selector.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:76;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2026-04-14 04:12:18\";i:1;s:19:\"2026-04-14 04:12:18\";i:2;s:19:\"2026-04-14 08:47:40\";i:3;s:19:\"2026-04-14 08:47:40\";i:4;s:19:\"2026-04-14 08:47:40\";i:5;s:19:\"2026-04-14 08:47:40\";i:6;s:19:\"2026-04-14 13:03:46\";i:7;s:19:\"2026-04-14 13:03:46\";i:8;s:19:\"2026-04-14 13:04:31\";i:9;s:19:\"2026-04-14 13:04:31\";i:10;s:19:\"2026-04-14 13:06:22\";i:11;s:19:\"2026-04-14 13:06:22\";i:12;s:19:\"2026-04-14 13:06:22\";i:13;s:19:\"2026-04-14 13:06:22\";i:14;s:19:\"2026-04-14 13:07:15\";i:15;s:19:\"2026-04-14 13:07:15\";i:16;s:19:\"2026-04-14 13:07:15\";i:17;s:19:\"2026-04-14 13:07:15\";i:18;s:19:\"2026-04-14 13:07:37\";i:19;s:19:\"2026-04-14 13:07:37\";i:20;s:19:\"2026-04-14 13:07:37\";i:21;s:19:\"2026-04-14 13:07:37\";i:22;s:19:\"2026-04-14 13:13:05\";i:23;s:19:\"2026-04-14 13:13:05\";i:24;s:19:\"2026-04-14 13:13:05\";i:25;s:19:\"2026-04-14 13:13:05\";i:26;s:19:\"2026-04-14 13:18:12\";i:27;s:19:\"2026-04-14 13:18:12\";i:28;s:19:\"2026-04-14 13:18:12\";i:29;s:19:\"2026-04-14 13:18:12\";i:30;s:19:\"2026-04-14 13:18:14\";i:31;s:19:\"2026-04-14 13:18:14\";i:32;s:19:\"2026-04-14 13:18:14\";i:33;s:19:\"2026-04-14 13:18:14\";i:34;s:19:\"2026-04-14 13:18:14\";i:35;s:19:\"2026-04-14 13:18:14\";i:36;s:19:\"2026-04-14 13:18:14\";i:37;s:19:\"2026-04-14 13:18:14\";i:38;s:19:\"2026-04-14 13:18:18\";i:39;s:19:\"2026-04-14 13:18:18\";i:40;s:19:\"2026-04-14 13:18:18\";i:41;s:19:\"2026-04-14 13:18:18\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1776061288\";s:7:\"message\";s:77:\"Failed to execute \'querySelector\' on \'Document\': \'#\' is not a valid selector.\";s:3:\"url\";s:95:\"http://genius-world-school.local/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.0.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"974715\";}s:7:\"\0*\0file\";s:95:\"http://genius-world-school.local/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.0.1\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:6:\"974715\";}s:32:\"789ea4fb922600f41bc03fb54da478cf\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-04-13 06:23:42\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:142:\"Failed to execute &#039;querySelector&#039; on &#039;Document&#039;: &#039;#https://forms.gle/q5yHBDQzoKcroYDj6&#039; is not a valid selector.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2026-04-13 06:23:42\";i:1;s:19:\"2026-04-13 06:23:42\";i:2;s:19:\"2026-04-13 06:23:42\";i:3;s:19:\"2026-04-13 06:23:42\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1776061422\";s:7:\"message\";s:112:\"Failed to execute \'querySelector\' on \'Document\': \'#https://forms.gle/q5yHBDQzoKcroYDj6\' is not a valid selector.\";s:3:\"url\";s:95:\"http://genius-world-school.local/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.0.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"974715\";}s:7:\"\0*\0file\";s:95:\"http://genius-world-school.local/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.0.1\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:6:\"974715\";}s:32:\"7eba2ec85cd008299e3ea5c46e82492f\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-04-13 07:06:33\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:67:\"Cannot read properties of undefined (reading &#039;localized&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2026-04-13 07:06:33\";i:1;s:19:\"2026-04-13 07:06:34\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1776063993\";s:7:\"message\";s:57:\"Cannot read properties of undefined (reading \'localized\')\";s:3:\"url\";s:95:\"http://genius-world-school.local/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.0.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:7:\"1063366\";}s:7:\"\0*\0file\";s:95:\"http://genius-world-school.local/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.0.1\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:7:\"1063366\";}s:32:\"9a265cd7ec074eda7c026c6297c590e1\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-04-13 07:06:34\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:69:\"Cannot read properties of undefined (reading &#039;toLowerCase&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2026-04-13 07:06:34\";i:1;s:19:\"2026-04-13 07:06:36\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1776063994\";s:7:\"message\";s:59:\"Cannot read properties of undefined (reading \'toLowerCase\')\";s:3:\"url\";s:95:\"http://genius-world-school.local/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.0.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:7:\"1062863\";}s:7:\"\0*\0file\";s:95:\"http://genius-world-school.local/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.0.1\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:7:\"1062863\";}s:32:\"8b940f8cfd06ce2af827f77dc96fed30\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-04-14 03:07:06\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:46:\"Undefined array key &quot;editor_post_id&quot;\";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:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2026-04-14 03:07:06\";i:1;s:19:\"2026-04-14 03:34:04\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:36:\"Undefined array key \"editor_post_id\"\";s:4:\"file\";s:124:\"C:\\Users\\smash\\Local Sites\\genius-world-school\\app\\public\\wp-content\\plugins\\elementor\\modules\\history\\revisions-manager.php\";s:4:\"line\";i:363;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:124:\"C:\\Users\\smash\\Local Sites\\genius-world-school\\app\\public\\wp-content\\plugins\\elementor\\modules\\history\\revisions-manager.php\";s:7:\"\0*\0line\";i:363;}s:32:\"f99eb5ed417492ef28b6b3000203a316\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-04-14 03:09:32\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:61:\"Cannot read properties of undefined (reading &#039;get&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-14 03:09:32\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1776136172\";s:7:\"message\";s:51:\"Cannot read properties of undefined (reading \'get\')\";s:3:\"url\";s:95:\"http://genius-world-school.local/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.0.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"22636\";}s:7:\"\0*\0file\";s:95:\"http://genius-world-school.local/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.0.1\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"22636\";}s:32:\"41a26ae2925dd8f015aebe2de23845bc\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-04-14 03:35:15\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:34:\"Position -1 outside of fragment ()\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-14 03:35:15\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1776137715\";s:7:\"message\";s:34:\"Position -1 outside of fragment ()\";s:3:\"url\";s:129:\"http://genius-world-school.local/wp-content/plugins/elementor/assets/js/packages/editor-controls/editor-controls.min.js?ver=4.0.1\";s:4:\"line\";s:2:\"78\";s:6:\"column\";s:5:\"54339\";}s:7:\"\0*\0file\";s:129:\"http://genius-world-school.local/wp-content/plugins/elementor/assets/js/packages/editor-controls/editor-controls.min.js?ver=4.0.1\";s:7:\"\0*\0line\";s:2:\"78\";s:9:\"\0*\0column\";s:5:\"54339\";}s:32:\"e6e076c9d7c1040e07469a28b2906569\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-04-14 13:04:56\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:55:\"Cannot read properties of null (reading &#039;id&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-04-14 13:04:56\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1776171896\";s:7:\"message\";s:45:\"Cannot read properties of null (reading \'id\')\";s:3:\"url\";s:95:\"http://genius-world-school.local/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.0.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:7:\"1282432\";}s:7:\"\0*\0file\";s:95:\"http://genius-world-school.local/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.0.1\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:7:\"1282432\";}s:32:\"12cfa2da92960a52c8096e8cb74713a1\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-04-14 13:47:36\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:46:\"Undefined array key &quot;included_types&quot;\";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:14;s:14:\"\0*\0times_dates\";a:14:{i:0;s:19:\"2026-04-14 13:47:36\";i:1;s:19:\"2026-04-14 13:47:43\";i:2;s:19:\"2026-04-14 13:47:44\";i:3;s:19:\"2026-04-14 13:47:44\";i:4;s:19:\"2026-04-14 13:47:46\";i:5;s:19:\"2026-04-14 13:54:28\";i:6;s:19:\"2026-04-14 13:54:30\";i:7;s:19:\"2026-04-14 13:54:40\";i:8;s:19:\"2026-04-14 13:54:41\";i:9;s:19:\"2026-04-14 13:54:42\";i:10;s:19:\"2026-04-14 13:54:44\";i:11;s:19:\"2026-04-14 13:54:45\";i:12;s:19:\"2026-04-14 13:54:46\";i:13;s:19:\"2026-04-14 13:54:48\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:36:\"Undefined array key \"included_types\"\";s:4:\"file\";s:127:\"C:\\Users\\Hemanta\\Local Sites\\genius-world-school\\app\\public\\wp-content\\plugins\\elementor\\modules\\wp-rest\\classes\\post-query.php\";s:4:\"line\";i:221;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:127:\"C:\\Users\\Hemanta\\Local Sites\\genius-world-school\\app\\public\\wp-content\\plugins\\elementor\\modules\\wp-rest\\classes\\post-query.php\";s:7:\"\0*\0line\";i:221;}}','off');
INSERT INTO `wp_options` VALUES (467,'_transient_timeout_elementor_image_optimization_campaign','1778655416','off');
INSERT INTO `wp_options` VALUES (468,'_transient_elementor_image_optimization_campaign','a:3:{s:8:\"campaign\";s:0:\"\";s:6:\"source\";s:23:\"io-editor-image-install\";s:6:\"medium\";s:0:\"\";}','off');
INSERT INTO `wp_options` VALUES (503,'_astra_customizer_published_timestamps','a:0:{}','off');
INSERT INTO `wp_options` VALUES (543,'_site_transient_timeout_browser_b87543ecbc0ba610d9f06f9f2c432a46','1776740675','off');
INSERT INTO `wp_options` VALUES (544,'_site_transient_browser_b87543ecbc0ba610d9f06f9f2c432a46','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"147.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off');
INSERT INTO `wp_options` VALUES (562,'_wpforms_transient_timeout_addons.json','1776780169','off');
INSERT INTO `wp_options` VALUES (563,'_wpforms_transient_addons.json','1776175369','off');
INSERT INTO `wp_options` VALUES (570,'_transient_timeout_elementor_ea11y_campaign','1778746710','off');
INSERT INTO `wp_options` VALUES (571,'_transient_elementor_ea11y_campaign','a:3:{s:6:\"source\";s:21:\"editor-heading-widget\";s:8:\"campaign\";s:23:\"acc-scanner-plg-heading\";s:6:\"medium\";s:6:\"editor\";}','off');
INSERT INTO `wp_options` VALUES (633,'surerank_nudges','a:1:{s:18:\"permalink_redirect\";a:3:{s:5:\"count\";i:0;s:20:\"next_time_to_display\";i:0;s:7:\"display\";b:1;}}','auto');
INSERT INTO `wp_options` VALUES (638,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off');
INSERT INTO `wp_options` VALUES (764,'ai1wm_secret_key','yQt5hhOtQFLh','auto');
INSERT INTO `wp_options` VALUES (768,'ai1wm_status','a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:398:\"<a href=\"http://genius-world-school.local/wp-content/ai1wm-backups/genius-world-school-local-20260416-122150-5da5jljf6wuf.wpress\" class=\"ai1wm-button-green ai1wm-emphasize ai1wm-button-download\" title=\"genius-world-school.local\" download=\"genius-world-school-local-20260416-122150-5da5jljf6wuf.wpress\">\n							<span>Download genius-world-school.local</span>\n							<em>Size: 440 MB</em>\n							</a>\";}','auto');
INSERT INTO `wp_options` VALUES (778,'_transient_health-check-site-status-result','{\"good\":18,\"recommended\":4,\"critical\":0}','on');
INSERT INTO `wp_options` VALUES (797,'wpforms_crypto_secret_key','pTqXDRaxXDZo+kImzBbcaSCrUCaUZ857zmW0we1osEk=','auto');
INSERT INTO `wp_options` VALUES (800,'_site_transient_ai1wm_last_check_for_updates','1776342061','off');
INSERT INTO `wp_options` VALUES (801,'ai1wm_updater','a:0:{}','auto');
INSERT INTO `wp_options` VALUES (905,'ea11y_review_data','a:8:{s:10:\"dismissals\";i:0;s:13:\"hide_for_days\";i:0;s:12:\"last_dismiss\";N;s:6:\"rating\";N;s:8:\"feedback\";N;s:8:\"added_on\";s:19:\"2026-04-14 08:18:35\";s:9:\"submitted\";b:0;s:19:\"repo_review_clicked\";b:0;}','off');
INSERT INTO `wp_options` VALUES (1130,'_wpforms_transient_timeout_docs.json','1776779799','off');
INSERT INTO `wp_options` VALUES (1131,'_wpforms_transient_docs.json','1776174999','off');
INSERT INTO `wp_options` VALUES (1132,'_wpforms_transient_timeout_templates.json','1776779799','off');
INSERT INTO `wp_options` VALUES (1133,'_wpforms_transient_templates.json','1776174999','off');
INSERT INTO `wp_options` VALUES (1134,'wpforms_builder_opened_date','1776175004','off');
INSERT INTO `wp_options` VALUES (1135,'_wpforms_transient_wpforms_C:/Users/Hemanta/Local Sites/genius-world-school/app/public/wp-content/uploads/wpforms/cache/.htaccess_file','a:3:{s:4:\"size\";i:446;s:5:\"mtime\";i:1776175007;s:5:\"ctime\";i:1776146355;}','on');
INSERT INTO `wp_options` VALUES (1275,'astra_partials_config_cache','a:2:{s:8:\"settings\";a:1114:{s:46:\"section-header-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[cloned-component-track]\";a:4:{s:7:\"default\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:7:\"default\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:1:{i:0;s:6:\"menu-1\";}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:8:\"button-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-desktop-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:7:\"default\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-mobile-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-transparent-link-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-transparant-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-main-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:28:\"astra-settings[button-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-5)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[button-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-5)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[button-bg-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[button-bg-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"40\";}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:30;s:5:\"right\";i:30;s:6:\"bottom\";i:30;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[secondary-button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[secondary-theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[secondary-theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[secondary-theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[secondary-theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:66:\"astra-settings[secondary-theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[secondary-button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[secondary-button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[secondary-button-bg-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[secondary-button-bg-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[secondary-theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:30;s:5:\"right\";i:30;s:6:\"bottom\";i:30;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"section-secondary-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[narrow-container-max-width]\";a:4:{s:7:\"default\";i:750;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:7:\"default\";s:72:\"http://genius-world-school.local/wp-content/uploads/2026/04/genius-w.png\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:33:\"astra-settings[use-logo-svg-icon]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[logo-svg-icon]\";a:4:{s:7:\"default\";a:2:{s:4:\"type\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:22:\"sanitize_logo_svg_icon\";}}s:39:\"astra-settings[logo-svg-site-title-gap]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-header-responsive-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:3:\"197\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";b:0;s:6:\"mobile\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-color-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[logo-svg-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[logo-svg-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[logo-svg-icon-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-h-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-site-tagline]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[site-icon-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[blog-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-post-content]\";a:4:{s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[blog-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[blog-layout]\";a:4:{s:7:\"default\";s:19:\"blog-layout-classic\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[blog-post-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[archive-post-content-structure-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-post-structure]\";a:4:{s:7:\"default\";a:5:{i:0;s:5:\"image\";i:1;s:5:\"title\";i:2;s:10:\"title-meta\";i:3;s:7:\"excerpt\";i:4;s:9:\"read-more\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-meta-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-image-ratio-type]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[blog-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:46:\"astra-settings[blog-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[blog-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-hover-effect]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[blog-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[blog-post-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[post-card-background-overlay]\";a:4:{s:7:\"default\";a:2:{s:15:\"background-type\";s:5:\"color\";s:16:\"background-color\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[post-card-border-radius]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[blog-post-meta-divider-type]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[blog-meta-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"section-blog-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[blog-meta]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-content-images-shadow]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-blog-single-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-post-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[single-post-inside-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-blog-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-sidebar-layout]\";a:4:{s:7:\"default\";s:13:\"right-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-style]\";a:4:{s:7:\"default\";s:5:\"boxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-width]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[site-sidebar-width-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:35:\"astra-settings[site-sticky-sidebar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-sidebar-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[ast-site-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-style]\";a:4:{s:7:\"default\";s:5:\"boxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[surface-colors-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[site-layout-outside-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[content-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-site-layout-button-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[global-color-palette]\";a:4:{s:7:\"default\";a:2:{s:7:\"palette\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:4:\"flag\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:20:\"astra-color-palettes\";a:4:{s:7:\"default\";a:4:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:4:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_4\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}s:4:\"flag\";b:0;s:7:\"presets\";a:11:{s:3:\"Oak\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#E7F6FF\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D1DAE5\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}s:5:\"Viola\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#F2F0FE\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D8D8F5\";i:7;s:7:\"#0D0614\";i:8;s:7:\"#222222\";}s:5:\"Cedar\";a:9:{i:0;s:7:\"#DD183B\";i:1;s:7:\"#CC1939\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#3A3A3A\";i:4;s:7:\"#FFEDE6\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#FFD1BF\";i:7;s:7:\"#140609\";i:8;s:7:\"#222222\";}s:6:\"Willow\";a:9:{i:0;s:7:\"#54B435\";i:1;s:7:\"#379237\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#2F3B40\";i:4;s:7:\"#EDFBE2\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D5EAD8\";i:7;s:7:\"#0C1406\";i:8;s:7:\"#222222\";}s:4:\"Lily\";a:9:{i:0;s:7:\"#DCA54A\";i:1;s:7:\"#D09A40\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#4A4A4A\";i:4;s:7:\"#FAF5E5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F0E6C5\";i:7;s:7:\"#141004\";i:8;s:7:\"#222222\";}s:4:\"Rose\";a:9:{i:0;s:7:\"#FB5FAB\";i:1;s:7:\"#EA559D\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FCEEF5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#FAD8E9\";i:7;s:7:\"#140610\";i:8;s:7:\"#222222\";}s:4:\"Sage\";a:9:{i:0;s:7:\"#1B9C85\";i:1;s:7:\"#178E79\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#EDF6EE\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D4F3D7\";i:7;s:7:\"#06140C\";i:8;s:7:\"#222222\";}s:5:\"Flare\";a:9:{i:0;s:7:\"#FD9800\";i:1;s:7:\"#E98C00\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FEF9E1\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F9F0C8\";i:7;s:7:\"#141006\";i:8;s:7:\"#222222\";}s:5:\"Maple\";a:9:{i:0;s:7:\"#FF6210\";i:1;s:7:\"#F15808\";i:2;s:7:\"#1C0D0A\";i:3;s:7:\"#353535\";i:4;s:7:\"#FEF1E4\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#E5D7D1\";i:7;s:7:\"#140B06\";i:8;s:7:\"#222222\";}s:5:\"Birch\";a:9:{i:0;s:7:\"#737880\";i:1;s:7:\"#65696F\";i:2;s:7:\"#151616\";i:3;s:7:\"#393C40\";i:4;s:7:\"#F6F6F6\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F1F0F0\";i:7;s:7:\"#232529\";i:8;s:7:\"#222222\";}s:4:\"Dark\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[theme-color-divider-reset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[theme-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[base-link-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[link-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[link-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[ast-blog-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-page-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:26;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[font-size-post-meta]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-size-post-tax]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-body-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-body-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-family]\";a:4:{s:7:\"default\";s:25:\"\'Nunito Sans\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:33:\"astra-settings[body-font-variant]\";a:4:{s:7:\"default\";s:7:\"400,700\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:32:\"astra-settings[body-font-weight]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:30:\"astra-settings[font-size-body]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:16;s:6:\"mobile\";i:14;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.65\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[ast-headings-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-headings-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-font-family]\";a:4:{s:7:\"default\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[headings-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:37:\"astra-settings[headings-font-variant]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:36:\"astra-settings[headings-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";d:1.2;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[para-margin-bottom]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[underline-content-links]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h1-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h2-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h3-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h4-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h5-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h6-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[wp-blocks-ui]\";a:4:{s:7:\"default\";s:7:\"comfort\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[wp-blocks-global-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[wp-blocks-ui-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:33:\"comments-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[comments-single-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-comments-area]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[comments-box-placement]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[comments-box-container-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[comment-form-position]\";a:4:{s:7:\"default\";s:5:\"below\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[ast-sub-section-comments-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";i:3;s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[ast-sub-section-comments-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:30:\"astra-settings[font-family-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"64\";s:6:\"tablet\";s:2:\"40\";s:6:\"mobile\";s:2:\"32\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h1]\";a:4:{s:7:\"default\";a:2:{s:11:\"line-height\";s:3:\"1.4\";s:16:\"line-height-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"48\";s:6:\"tablet\";s:2:\"32\";s:6:\"mobile\";s:2:\"28\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h2]\";a:4:{s:7:\"default\";a:2:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:2:\"28\";s:6:\"mobile\";s:2:\"24\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h3]\";a:4:{s:7:\"default\";a:2:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"24\";s:6:\"tablet\";s:2:\"22\";s:6:\"mobile\";s:2:\"20\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h4]\";a:4:{s:7:\"default\";a:2:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:2:\"18\";s:6:\"mobile\";s:2:\"16\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h5]\";a:4:{s:7:\"default\";a:2:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:2:\"13\";s:6:\"mobile\";s:2:\"12\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h6]\";a:4:{s:7:\"default\";a:2:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-typography-presets\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[enable-scroll-to-id]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[site-accessibility-toggle]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[site-accessibility-highlight-type]\";a:4:{s:7:\"default\";s:6:\"dotted\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[site-accessibility-highlight-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[site-accessibility-highlight-input-type]\";a:4:{s:7:\"default\";s:7:\"disable\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[site-accessibility-highlight-input-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[astra-pro-section-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[single-e-floating-buttons-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-e-floating-buttons-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-e-floating-buttons-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-e-floating-buttons-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[page-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[page-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"ast-dynamic-single-e-floating-buttons-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-single-e-floating-buttons-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-e-floating-buttons-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-e-floating-buttons-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:43:\"ast-dynamic-single-e-floating-buttons-title\";i:1;s:42:\"ast-dynamic-single-e-floating-buttons-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:92:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:95:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:96:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:101:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-e-floating-buttons-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-e-floating-buttons-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-e-floating-buttons-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-e-floating-buttons-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-e-floating-buttons-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-e-floating-buttons-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"ast-dynamic-single-e-floating-buttons-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-e-floating-buttons-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-e-floating-buttons-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[single-posttype-e-floating-buttons-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-post-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-post-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:29:\"ast-dynamic-single-post-image\";i:1;s:29:\"ast-dynamic-single-post-title\";i:2;s:28:\"ast-dynamic-single-post-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-post-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-post-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-post-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:32:\"ast-dynamic-single-post-taxonomy\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-post-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-post-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[ast-dynamic-single-post-taxonomy]\";a:4:{s:7:\"default\";s:8:\"category\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-page-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-page-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-page-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-page-structure]\";a:4:{s:7:\"default\";a:1:{i:0;s:29:\"ast-dynamic-single-page-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-page-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-page-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-page-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-page-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-page-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-page-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-page-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-page-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-page-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-page-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-page-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:76:\"astra-settings[ast-dynamic-single-page-disable-structure-meta-on-front-page]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"ast-dynamic-single-page-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-single-page-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"astra-settings[archive-e-floating-buttons-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-e-floating-buttons-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[archive-e-floating-buttons-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-e-floating-buttons-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"ast-dynamic-archive-e-floating-buttons-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-archive-e-floating-buttons-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-e-floating-buttons-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-e-floating-buttons-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:44:\"ast-dynamic-archive-e-floating-buttons-title\";i:1;s:50:\"ast-dynamic-archive-e-floating-buttons-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-e-floating-buttons-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-e-floating-buttons-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:69:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[archive-post-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"ast-dynamic-archive-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-archive-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[ast-dynamic-archive-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-archive-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:30:\"ast-dynamic-archive-post-title\";i:1;s:36:\"ast-dynamic-archive-post-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-post-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-archive-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[ast-dynamic-archive-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-on-blog]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-search-page-title-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-search-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-search-page-title-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[section-search-page-title-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-search-page-title-structure]\";a:4:{s:7:\"default\";a:1:{i:0;s:31:\"section-search-page-title-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-custom-title]\";a:4:{s:7:\"default\";s:19:\"Search Results for:\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[section-search-page-title-found-custom-description]\";a:4:{s:7:\"default\";s:44:\"Here are the search results for your search.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-not-found-custom-description]\";a:4:{s:7:\"default\";s:85:\"Sorry, but we could not find anything related to your search terms. Please try again.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-search-page-title-horizontal-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[section-search-page-title-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[section-search-page-title-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[section-search-page-title-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[section-search-page-title-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:59:\"astra-settings[section-search-page-title-title-font-weight]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:57:\"astra-settings[section-search-page-title-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-search-page-title-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[ast-search-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[ast-search-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-results-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-search-results-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-search-live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-search-live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"related-posts-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-related-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:7:\"default\";s:13:\"Related Posts\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[releted-posts-title-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-image-ratio-type]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:55:\"astra-settings[related-posts-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:60:\"astra-settings[related-posts-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[related-posts-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-category-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-tag-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[enable-related-posts-excerpt]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-excerpt-count]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-total-count]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-grid-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-query-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-based-on]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-order-by]\";a:4:{s:7:\"default\";s:4:\"date\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-order]\";a:4:{s:7:\"default\";s:3:\"asc\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-box-placement]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-outside-location]\";a:4:{s:7:\"default\";s:5:\"above\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-container-width]\";a:4:{s:7:\"default\";s:8:\"fallback\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-posts-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[related-posts-section-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[related-posts-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[related-posts-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[related-posts-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:45:\"astra-settings[related-posts-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:1:\"1\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:55:\"astra-settings[related-posts-section-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:53:\"astra-settings[related-posts-section-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[related-posts-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[related-posts-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[related-posts-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[related-posts-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:59:\"astra-settings[ast-sub-section-related-posts-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";d:2.5;s:5:\"right\";d:2.5;s:6:\"bottom\";d:2.5;s:4:\"left\";d:2.5;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[ast-sub-section-related-posts-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[transparent-header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[hba-transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[hbb-transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[transparent-header-color-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[transparent-header-color-h-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-0)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[transparent-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-enable]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-disable-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-header-disable-404-page]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-disable-search-page]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-disable-archive-pages]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-index]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-disable-latest-posts-index]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-header-disable-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-posts]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[different-transparent-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:49:\"astra-settings[different-transparent-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-retina-logo]\";a:4:{s:7:\"default\";s:72:\"http://genius-world-school.local/wp-content/uploads/2026/04/genius-w.png\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:45:\"astra-settings[transparent-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[transparent-header-main-sep]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-main-sep-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[divider-sec-transparent-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-colors-menu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-colors-submenu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-transparent-header-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-social-text-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-header-social-background-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-social-icons-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-social-icons-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-social-icons-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[transparent-header-social-icons-bg-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-html-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-html-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-html-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-html-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[transparent-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[transparent-header-buttons-text-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-buttons-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-buttons-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-button-text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-text-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-5)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-button-bg-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-5)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-button-bg-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-button-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[breadcrumb-position-none-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:49:\"astra-settings[breadcrumb-disable-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[breadcrumb-disable-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[breadcrumb-disable-home-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-disable-blog-posts-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[breadcrumb-disable-search]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-disable-archive]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-post]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-singular]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-404-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[breadcrumb-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[breadcrumb-separator-selector]\";a:4:{s:7:\"default\";s:7:\"unicode\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-separator]\";a:4:{s:7:\"default\";s:4:\"\00bb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-breadcrumb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-color-section-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-active-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-separator-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-breadcrumb-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-text-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[breadcrumb-hover-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[section-breadcrumb-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[breadcrumb-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:36:\"astra-settings[breadcrumb-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[scroll-to-top-enable]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[scroll-to-top-icon-position]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[scroll-to-top-icon-size]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[scroll-on-top-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[scroll-on-top-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[scroll-to-top-icon-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[scroll-to-top-icon-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:42:\"astra-settings[scroll-to-top-icon-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[scroll-to-top-icon-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"section-scroll-to-top-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[enable-scroll-to-top-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:34:\"astra-settings[heading-base-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[secondary-button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-family-button]\";a:4:{s:7:\"default\";s:25:\"\'Nunito Sans\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[secondary-font-family-button]\";a:4:{s:7:\"default\";s:25:\"\'Nunito Sans\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:34:\"astra-settings[font-weight-button]\";a:4:{s:7:\"default\";s:3:\"700\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[secondary-font-weight-button]\";a:4:{s:7:\"default\";s:3:\"700\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:32:\"astra-settings[font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"18\";s:6:\"tablet\";s:2:\"16\";s:6:\"mobile\";s:2:\"14\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[secondary-font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"18\";s:6:\"tablet\";s:2:\"16\";s:6:\"mobile\";s:2:\"14\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[secondary-font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-footer-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-footer]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-bg-obj-responsive-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:7:\"default\";a:10:{s:5:\"above\";a:6:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}s:7:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:2:{i:0;s:6:\"html-1\";i:1;s:14:\"social-icons-1\";}s:9:\"primary_2\";a:1:{i:0;s:8:\"widget-1\";}s:9:\"primary_3\";a:1:{i:0;s:8:\"widget-2\";}s:9:\"primary_4\";a:1:{i:0;s:8:\"widget-3\";}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a:0:{}}s:5:\"group\";s:36:\"astra-settings[footer-desktop-items]\";s:4:\"rows\";a:3:{i:0;s:5:\"above\";i:1;s:7:\"primary\";i:2;s:5:\"below\";}s:5:\"zones\";a:3:{s:5:\"above\";a:6:{s:7:\"above_1\";s:15:\"Above Section 1\";s:7:\"above_2\";s:15:\"Above Section 2\";s:7:\"above_3\";s:15:\"Above Section 3\";s:7:\"above_4\";s:15:\"Above Section 4\";s:7:\"above_5\";s:15:\"Above Section 5\";s:7:\"above_6\";s:15:\"Above Section 6\";}s:7:\"primary\";a:6:{s:9:\"primary_1\";s:17:\"Primary Section 1\";s:9:\"primary_2\";s:17:\"Primary Section 2\";s:9:\"primary_3\";s:17:\"Primary Section 3\";s:9:\"primary_4\";s:17:\"Primary Section 4\";s:9:\"primary_5\";s:17:\"Primary Section 5\";s:9:\"primary_6\";s:17:\"Primary Section 6\";}s:5:\"below\";a:6:{s:7:\"below_1\";s:15:\"Below Section 1\";s:7:\"below_2\";s:15:\"Below Section 2\";s:7:\"below_3\";s:15:\"Below Section 3\";s:7:\"below_4\";s:15:\"Below Section 4\";s:7:\"below_5\";s:15:\"Below Section 5\";s:7:\"below_6\";s:15:\"Below Section 6\";}}s:7:\"layouts\";a:3:{s:5:\"above\";a:2:{s:6:\"column\";s:1:\"2\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}}s:7:\"primary\";a:2:{s:6:\"column\";s:1:\"4\";s:6:\"layout\";a:4:{s:6:\"mobile\";s:4:\"full\";s:6:\"tablet\";s:7:\"2-equal\";s:7:\"desktop\";s:7:\"4-equal\";s:4:\"flag\";b:0;}}s:5:\"below\";a:2:{s:6:\"column\";s:1:\"1\";s:6:\"layout\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}}}s:6:\"status\";a:3:{s:5:\"above\";b:1;s:7:\"primary\";b:1;s:5:\"below\";b:1;}s:4:\"flag\";b:0;s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[section-footer-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"section-above-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hba-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hba-header-bottom-border-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hba-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hbb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hbb-header-bottom-border-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hbb-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-mobile-trigger-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:7:\"default\";s:4:\"menu\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:7:\"default\";s:7:\"minimal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[mobile-header-toggle-icon-size]\";a:4:{s:7:\"default\";i:20;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[mobile-header-toggle-btn-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[mobile-header-toggle-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[section-header-mobile-trigger-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-mobile-trigger-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[mobile-header-label-font-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-popup-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-type]\";a:4:{s:7:\"default\";s:8:\"dropdown\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[off-canvas-move-body]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[off-canvas-move-body-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:32:\"astra-settings[off-canvas-slide]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-builder-menu-toggle-target]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-offcanvas-content-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[off-canvas-background]\";a:4:{s:7:\"default\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_background_obj\";}}s:38:\"astra-settings[off-canvas-close-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[off-canvas-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[off-canvas-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:70;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-header-main-sep-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[hb-header-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[logo-title-settings-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"title_tagline-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[title_tagline-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[title_tagline-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"astra-settings[font-size-site-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:35;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-size-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[title_tagline-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-hb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:7:\"default\";s:10:\"Enroll now\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:35:\"https://forms.gle/q5yHBDQzoKcroYDj6\";s:7:\"new_tab\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-5)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-2)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-0)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button1-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"12\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:2:\"24\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu1-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu1-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu1-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu1-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu1-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu1-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-1-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu1-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu1-font-weight]\";a:4:{s:7:\"default\";s:3:\"700\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-1-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu1-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"24\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu2-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu2-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu2-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu2-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu2-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu2-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-2-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu2-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-2-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu2-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"section-header-search-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-search-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[live-search-result-count]\";a:4:{s:7:\"default\";i:5;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-search-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-header-search-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:59:\"astra-settings[section-header-search-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-tabs]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-account-login-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[header-account-login-style-extend-text-profile-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:7:\"default\";s:10:\"My Account\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:45:\"astra-settings[header-account-logout-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[header-account-logout-style-extend-text-profile-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:7:\"default\";s:6:\"Log In\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-logout-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:48:\"https://websitedemos.net/daycare-02/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:42:\"astra-settings[header-account-image-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-account-text-design-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-account-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-account-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[font-size-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-header-account-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-hb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_social_icons\";}}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"section-header-mobile-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-divider-colors-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-mobile-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-header-typo-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[header-mobile-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[header-mobile-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-header-mobile-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-menu-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-mobile-menu-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-mobile-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:64:\"astra-settings[section-header-mobile-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-above-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hba-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hba-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hba-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hba-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hbb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-height]\";a:4:{s:7:\"default\";i:80;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hbb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-footer-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hbb-footer-top-border-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-6)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"24\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"24\";s:4:\"left\";s:2:\"24\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-footer-copyright-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:7:\"default\";s:75:\"Copyright [copyright] [current_year] [site_title]. Powered by [site_title].\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-copyright-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-copyright-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[section-footer-copyright-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-copyright-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[font-size-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-footer-copyright-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-footer-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-footer-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"astra-settings[footer-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-footer-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:7:\"default\";a:2:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:42:\"https://www.facebook.com/geniusworldschool\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:14:\"facebook-round\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:7:{s:2:\"id\";s:7:\"youtube\";s:7:\"enabled\";b:1;s:3:\"url\";s:42:\"https://www.youtube.com/@geniusworldschool\";s:5:\"color\";s:7:\"#e96651\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"youtube\";s:5:\"label\";s:7:\"YouTube\";}i:2;a:8:{s:2:\"id\";s:7:\"behance\";s:7:\"enabled\";b:1;s:3:\"url\";s:41:\"https://www.tiktok.com/@geniusworldschool\";s:5:\"color\";s:7:\"#1B64F6\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:6:\"tiktok\";s:5:\"label\";s:6:\"Tiktok\";s:9:\"icon_type\";s:12:\"icon-library\";}}s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_social_icons\";}}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:24;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:7:\"default\";s:1:\"4\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-layout]\";a:4:{s:7:\"default\";a:4:{s:7:\"desktop\";s:7:\"4-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[hb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-primary-footer-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[hb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-footer-main-sep]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-footer-main-sep-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:3:\"104\";s:5:\"right\";s:2:\"40\";s:6:\"bottom\";s:2:\"80\";s:4:\"left\";s:2:\"40\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"64\";s:5:\"right\";s:2:\"24\";s:6:\"bottom\";s:2:\"48\";s:4:\"left\";s:2:\"24\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:24;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:7:\"default\";s:44:\"<strong>Genius World School</strong>\n\n&nbsp;\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:2:\"24\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"80\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"40\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"64\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-1]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"40\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"64\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-2]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:2:\"64\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:2:\"40\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:2:\"64\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-3]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:4:\"left\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-3-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-3-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-3-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-3-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-3-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-4]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-4-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-4-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-4-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-4-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-4-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}}s:8:\"partials\";a:37:{s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:8:\"selector\";s:25:\"#ast-mobile-popup-wrapper\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:12:\"mobile_popup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[use-logo-svg-icon]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:49:\"Astra_Builder_UI_Controller::render_site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[logo-svg-icon]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:49:\"Astra_Builder_UI_Controller::render_site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:8:\"selector\";s:57:\".ast-related-posts-title-section .ast-related-posts-title\";s:15:\"render_callback\";a:2:{i:0;s:26:\"Astra_Related_Posts_Loader\";i:1;s:26:\"render_related_posts_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:8:\"selector\";s:64:\".ast-replace-site-logo-transparent .site-branding .site-logo-img\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:8:\"selector\";s:54:\".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:8:\"selector\";s:12:\".site-footer\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Footer\":0:{}i:1;s:13:\"footer_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:9249;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:9249;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[header-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-1\";s:15:\"render_callback\";a:2:{i:0;r:9249;i:1;s:13:\"header_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-2\";s:15:\"render_callback\";a:2:{i:0;r:9249;i:1;s:13:\"header_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:67:\"astra-settings[header-account-login-style-extend-text-profile-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:68:\"astra-settings[header-account-logout-style-extend-text-profile-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9249;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9249;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9303;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9303;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-copyright\";s:15:\"render_callback\";a:2:{i:0;r:9303;i:1;s:16:\"footer_copyright\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:8:\"selector\";s:59:\".footer-widget-area[data-section=\"section-footer-menu\"] nav\";s:15:\"render_callback\";a:2:{i:0;r:9303;i:1;s:11:\"footer_menu\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9303;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9303;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9303;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-1\";s:15:\"render_callback\";a:2:{i:0;r:9303;i:1;s:13:\"footer_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-2\";s:15:\"render_callback\";a:2:{i:0;r:9303;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}}}','off');
INSERT INTO `wp_options` VALUES (1313,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"27.4\";}','auto');
INSERT INTO `wp_options` VALUES (1314,'wpseo','a:124:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:26:\"permalink_settings_changed\";s:29:\"indexables_indexing_completed\";b:0;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"27.4\";s:16:\"previous_version\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:12:\"ahrefsverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:19:\"enable_ai_generator\";b:1;s:22:\"ai_enabled_pre_default\";b:0;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1776178468;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:32:\"http://genius-world-school.local\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:3:{s:22:\"elementor_library_type\";s:22:\"elementor_library_type\";s:26:\"elementor_library_category\";s:26:\"elementor_library_category\";s:16:\"wpforms_form_tag\";s:16:\"wpforms_form_tag\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1776178470;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:19:\"deny_ccbot_crawling\";b:0;s:29:\"deny_google_extended_crawling\";b:0;s:20:\"deny_gptbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:18:\"e-floating-buttons\";}s:28:\"last_known_public_taxonomies\";a:3:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";}s:23:\"last_known_no_unindexed\";a:1:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1776178611;}s:14:\"new_post_types\";a:0:{}s:14:\"new_taxonomies\";a:0:{}s:34:\"show_new_content_type_notification\";b:0;s:44:\"site_kit_configuration_permanently_dismissed\";b:0;s:18:\"site_kit_connected\";b:0;s:37:\"site_kit_tracking_setup_widget_loaded\";s:3:\"yes\";s:41:\"site_kit_tracking_first_interaction_stage\";s:7:\"install\";s:40:\"site_kit_tracking_last_interaction_stage\";s:7:\"install\";s:52:\"site_kit_tracking_setup_widget_temporarily_dismissed\";s:2:\"no\";s:52:\"site_kit_tracking_setup_widget_permanently_dismissed\";s:2:\"no\";s:31:\"google_site_kit_feature_enabled\";b:0;s:25:\"ai_free_sparks_started_on\";N;s:15:\"enable_llms_txt\";b:0;s:15:\"last_updated_on\";b:0;s:17:\"default_seo_title\";a:0:{}s:21:\"default_seo_meta_desc\";a:0:{}s:18:\"first_activated_by\";i:1;s:34:\"enable_schema_aggregation_endpoint\";b:0;s:38:\"schema_aggregation_endpoint_enabled_on\";N;s:16:\"enable_task_list\";b:1;s:13:\"enable_schema\";b:1;}','auto');
INSERT INTO `wp_options` VALUES (1315,'wpseo_titles','a:151:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:24:\"publishing_principles_id\";i:0;s:25:\"ownership_funding_info_id\";i:0;s:29:\"actionable_feedback_policy_id\";i:0;s:21:\"corrections_policy_id\";i:0;s:16:\"ethics_policy_id\";i:0;s:19:\"diversity_policy_id\";i:0;s:28:\"diversity_staffing_report_id\";i:0;s:15:\"org-description\";s:0:\"\";s:9:\"org-email\";s:0:\"\";s:9:\"org-phone\";s:0:\"\";s:14:\"org-legal-name\";s:0:\"\";s:17:\"org-founding-date\";s:0:\"\";s:20:\"org-number-employees\";s:0:\"\";s:10:\"org-vat-id\";s:0:\"\";s:10:\"org-tax-id\";s:0:\"\";s:7:\"org-iso\";s:0:\"\";s:8:\"org-duns\";s:0:\"\";s:11:\"org-leicode\";s:0:\"\";s:9:\"org-naics\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:24:\"title-e-floating-buttons\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-e-floating-buttons\";s:0:\"\";s:26:\"noindex-e-floating-buttons\";b:0;s:37:\"display-metabox-pt-e-floating-buttons\";b:1;s:37:\"post_types-e-floating-buttons-maintax\";i:0;s:35:\"schema-page-type-e-floating-buttons\";s:7:\"WebPage\";s:38:\"schema-article-type-e-floating-buttons\";s:4:\"None\";s:31:\"social-title-e-floating-buttons\";s:9:\"%%title%%\";s:37:\"social-description-e-floating-buttons\";s:0:\"\";s:35:\"social-image-url-e-floating-buttons\";s:0:\"\";s:34:\"social-image-id-e-floating-buttons\";i:0;s:23:\"title-elementor_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:0:\"\";s:25:\"noindex-elementor_library\";b:0;s:36:\"display-metabox-pt-elementor_library\";b:1;s:36:\"post_types-elementor_library-maintax\";i:0;s:34:\"schema-page-type-elementor_library\";s:7:\"WebPage\";s:37:\"schema-article-type-elementor_library\";s:4:\"None\";s:30:\"social-title-elementor_library\";s:9:\"%%title%%\";s:36:\"social-description-elementor_library\";s:0:\"\";s:34:\"social-image-url-elementor_library\";s:0:\"\";s:33:\"social-image-id-elementor_library\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','auto');
INSERT INTO `wp_options` VALUES (1316,'wpseo_social','a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:0:{}s:12:\"mastodon_url\";s:0:\"\";}','auto');
INSERT INTO `wp_options` VALUES (1317,'wpseo_llmstxt','a:7:{s:23:\"llms_txt_selection_mode\";s:4:\"auto\";s:13:\"about_us_page\";i:0;s:12:\"contact_page\";i:0;s:10:\"terms_page\";i:0;s:19:\"privacy_policy_page\";i:0;s:9:\"shop_page\";i:0;s:20:\"other_included_pages\";a:0:{}}','auto');
INSERT INTO `wp_options` VALUES (1318,'wpseo_tracking_only','a:3:{s:25:\"task_list_first_opened_on\";s:0:\"\";s:22:\"task_first_actioned_on\";s:0:\"\";s:36:\"frontend_inspector_first_actioned_on\";s:0:\"\";}','auto');
INSERT INTO `wp_options` VALUES (1323,'litespeed.conf._version','7.8.1','auto');
INSERT INTO `wp_options` VALUES (1324,'litespeed.conf.hash','k48boRFigBc4uMEDuJaZaLpIh5REkahI','auto');
INSERT INTO `wp_options` VALUES (1325,'litespeed.conf.api_key','','auto');
INSERT INTO `wp_options` VALUES (1326,'litespeed.conf.auto_upgrade','','auto');
INSERT INTO `wp_options` VALUES (1327,'litespeed.conf.server_ip','','auto');
INSERT INTO `wp_options` VALUES (1328,'litespeed.conf.guest','','auto');
INSERT INTO `wp_options` VALUES (1329,'litespeed.conf.guest_optm','','auto');
INSERT INTO `wp_options` VALUES (1330,'litespeed.conf.news','1','auto');
INSERT INTO `wp_options` VALUES (1331,'litespeed.conf.cache','1','auto');
INSERT INTO `wp_options` VALUES (1332,'litespeed.conf.cache-priv','1','auto');
INSERT INTO `wp_options` VALUES (1333,'litespeed.conf.cache-commenter','1','auto');
INSERT INTO `wp_options` VALUES (1334,'litespeed.conf.cache-rest','1','auto');
INSERT INTO `wp_options` VALUES (1335,'litespeed.conf.cache-page_login','1','auto');
INSERT INTO `wp_options` VALUES (1336,'litespeed.conf.cache-mobile','','auto');
INSERT INTO `wp_options` VALUES (1337,'litespeed.conf.cache-mobile_rules','[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]','auto');
INSERT INTO `wp_options` VALUES (1338,'litespeed.conf.cache-browser','','auto');
INSERT INTO `wp_options` VALUES (1339,'litespeed.conf.cache-exc_useragents','[]','auto');
INSERT INTO `wp_options` VALUES (1340,'litespeed.conf.cache-exc_cookies','[]','auto');
INSERT INTO `wp_options` VALUES (1341,'litespeed.conf.cache-exc_qs','[]','auto');
INSERT INTO `wp_options` VALUES (1342,'litespeed.conf.cache-exc_cat','[]','auto');
INSERT INTO `wp_options` VALUES (1343,'litespeed.conf.cache-exc_tag','[]','auto');
INSERT INTO `wp_options` VALUES (1344,'litespeed.conf.cache-force_uri','[]','auto');
INSERT INTO `wp_options` VALUES (1345,'litespeed.conf.cache-force_pub_uri','[]','auto');
INSERT INTO `wp_options` VALUES (1346,'litespeed.conf.cache-priv_uri','[]','auto');
INSERT INTO `wp_options` VALUES (1347,'litespeed.conf.cache-exc','[]','auto');
INSERT INTO `wp_options` VALUES (1348,'litespeed.conf.cache-exc_roles','[]','auto');
INSERT INTO `wp_options` VALUES (1349,'litespeed.conf.cache-drop_qs','[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]','auto');
INSERT INTO `wp_options` VALUES (1350,'litespeed.conf.cache-ttl_pub','604800','auto');
INSERT INTO `wp_options` VALUES (1351,'litespeed.conf.cache-ttl_priv','1800','auto');
INSERT INTO `wp_options` VALUES (1352,'litespeed.conf.cache-ttl_frontpage','604800','auto');
INSERT INTO `wp_options` VALUES (1353,'litespeed.conf.cache-ttl_feed','604800','auto');
INSERT INTO `wp_options` VALUES (1354,'litespeed.conf.cache-ttl_rest','604800','auto');
INSERT INTO `wp_options` VALUES (1355,'litespeed.conf.cache-ttl_browser','31557600','auto');
INSERT INTO `wp_options` VALUES (1356,'litespeed.conf.cache-ttl_status','[\"404 3600\",\"500 600\"]','auto');
INSERT INTO `wp_options` VALUES (1357,'litespeed.conf.cache-login_cookie','','auto');
INSERT INTO `wp_options` VALUES (1358,'litespeed.conf.cache-ajax_ttl','[]','auto');
INSERT INTO `wp_options` VALUES (1359,'litespeed.conf.cache-vary_cookies','[]','auto');
INSERT INTO `wp_options` VALUES (1360,'litespeed.conf.cache-vary_group','[]','auto');
INSERT INTO `wp_options` VALUES (1361,'litespeed.conf.purge-upgrade','','auto');
INSERT INTO `wp_options` VALUES (1362,'litespeed.conf.purge-stale','','auto');
INSERT INTO `wp_options` VALUES (1363,'litespeed.conf.purge-post_all','','auto');
INSERT INTO `wp_options` VALUES (1364,'litespeed.conf.purge-post_f','1','auto');
INSERT INTO `wp_options` VALUES (1365,'litespeed.conf.purge-post_h','1','auto');
INSERT INTO `wp_options` VALUES (1366,'litespeed.conf.purge-post_p','1','auto');
INSERT INTO `wp_options` VALUES (1367,'litespeed.conf.purge-post_pwrp','1','auto');
INSERT INTO `wp_options` VALUES (1368,'litespeed.conf.purge-post_a','1','auto');
INSERT INTO `wp_options` VALUES (1369,'litespeed.conf.purge-post_y','','auto');
INSERT INTO `wp_options` VALUES (1370,'litespeed.conf.purge-post_m','1','auto');
INSERT INTO `wp_options` VALUES (1371,'litespeed.conf.purge-post_d','','auto');
INSERT INTO `wp_options` VALUES (1372,'litespeed.conf.purge-post_t','1','auto');
INSERT INTO `wp_options` VALUES (1373,'litespeed.conf.purge-post_pt','1','auto');
INSERT INTO `wp_options` VALUES (1374,'litespeed.conf.purge-timed_urls','[]','auto');
INSERT INTO `wp_options` VALUES (1375,'litespeed.conf.purge-timed_urls_time','','auto');
INSERT INTO `wp_options` VALUES (1376,'litespeed.conf.purge-hook_all','[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]','auto');
INSERT INTO `wp_options` VALUES (1377,'litespeed.conf.esi','','auto');
INSERT INTO `wp_options` VALUES (1378,'litespeed.conf.esi-cache_admbar','1','auto');
INSERT INTO `wp_options` VALUES (1379,'litespeed.conf.esi-cache_commform','1','auto');
INSERT INTO `wp_options` VALUES (1380,'litespeed.conf.esi-nonce','[\"stats_nonce\",\"subscribe_nonce\"]','auto');
INSERT INTO `wp_options` VALUES (1381,'litespeed.conf.util-instant_click','','auto');
INSERT INTO `wp_options` VALUES (1382,'litespeed.conf.util-no_https_vary','','auto');
INSERT INTO `wp_options` VALUES (1383,'litespeed.conf.debug-disable_all','','auto');
INSERT INTO `wp_options` VALUES (1384,'litespeed.conf.debug','0','auto');
INSERT INTO `wp_options` VALUES (1385,'litespeed.conf.debug-ips','[\"127.0.0.1\"]','auto');
INSERT INTO `wp_options` VALUES (1386,'litespeed.conf.debug-level','','auto');
INSERT INTO `wp_options` VALUES (1387,'litespeed.conf.debug-filesize','3','auto');
INSERT INTO `wp_options` VALUES (1388,'litespeed.conf.debug-collapse_qs','','auto');
INSERT INTO `wp_options` VALUES (1389,'litespeed.conf.debug-inc','[]','auto');
INSERT INTO `wp_options` VALUES (1390,'litespeed.conf.debug-exc','[]','auto');
INSERT INTO `wp_options` VALUES (1391,'litespeed.conf.debug-exc_strings','[]','auto');
INSERT INTO `wp_options` VALUES (1392,'litespeed.conf.db_optm-revisions_max','0','auto');
INSERT INTO `wp_options` VALUES (1393,'litespeed.conf.db_optm-revisions_age','0','auto');
INSERT INTO `wp_options` VALUES (1394,'litespeed.conf.optm-css_min','','auto');
INSERT INTO `wp_options` VALUES (1395,'litespeed.conf.optm-css_comb','','auto');
INSERT INTO `wp_options` VALUES (1396,'litespeed.conf.optm-css_comb_ext_inl','1','auto');
INSERT INTO `wp_options` VALUES (1397,'litespeed.conf.optm-ucss','','auto');
INSERT INTO `wp_options` VALUES (1398,'litespeed.conf.optm-ucss_inline','','auto');
INSERT INTO `wp_options` VALUES (1399,'litespeed.conf.optm-ucss_whitelist','[]','auto');
INSERT INTO `wp_options` VALUES (1400,'litespeed.conf.optm-ucss_file_exc_inline','[]','auto');
INSERT INTO `wp_options` VALUES (1401,'litespeed.conf.optm-ucss_exc','[]','auto');
INSERT INTO `wp_options` VALUES (1402,'litespeed.conf.optm-css_exc','[]','auto');
INSERT INTO `wp_options` VALUES (1403,'litespeed.conf.optm-js_min','','auto');
INSERT INTO `wp_options` VALUES (1404,'litespeed.conf.optm-js_comb','','auto');
INSERT INTO `wp_options` VALUES (1405,'litespeed.conf.optm-js_comb_ext_inl','1','auto');
INSERT INTO `wp_options` VALUES (1406,'litespeed.conf.optm-js_delay_inc','[]','auto');
INSERT INTO `wp_options` VALUES (1407,'litespeed.conf.optm-js_exc','[\"jquery.js\",\"jquery.min.js\"]','auto');
INSERT INTO `wp_options` VALUES (1408,'litespeed.conf.optm-html_min','','auto');
INSERT INTO `wp_options` VALUES (1409,'litespeed.conf.optm-html_lazy','[]','auto');
INSERT INTO `wp_options` VALUES (1410,'litespeed.conf.optm-html_skip_comment','[]','auto');
INSERT INTO `wp_options` VALUES (1411,'litespeed.conf.optm-qs_rm','','auto');
INSERT INTO `wp_options` VALUES (1412,'litespeed.conf.optm-ggfonts_rm','','auto');
INSERT INTO `wp_options` VALUES (1413,'litespeed.conf.optm-css_async','','auto');
INSERT INTO `wp_options` VALUES (1414,'litespeed.conf.optm-ccss_per_url','','auto');
INSERT INTO `wp_options` VALUES (1415,'litespeed.conf.optm-ccss_sep_posttype','[\"page\"]','auto');
INSERT INTO `wp_options` VALUES (1416,'litespeed.conf.optm-ccss_sep_uri','[]','auto');
INSERT INTO `wp_options` VALUES (1417,'litespeed.conf.optm-ccss_whitelist','[]','auto');
INSERT INTO `wp_options` VALUES (1418,'litespeed.conf.optm-css_async_inline','1','auto');
INSERT INTO `wp_options` VALUES (1419,'litespeed.conf.optm-css_font_display','','auto');
INSERT INTO `wp_options` VALUES (1420,'litespeed.conf.optm-js_defer','0','auto');
INSERT INTO `wp_options` VALUES (1421,'litespeed.conf.optm-emoji_rm','','auto');
INSERT INTO `wp_options` VALUES (1422,'litespeed.conf.optm-noscript_rm','','auto');
INSERT INTO `wp_options` VALUES (1423,'litespeed.conf.optm-ggfonts_async','','auto');
INSERT INTO `wp_options` VALUES (1424,'litespeed.conf.optm-exc_roles','[]','auto');
INSERT INTO `wp_options` VALUES (1425,'litespeed.conf.optm-ccss_con','','auto');
INSERT INTO `wp_options` VALUES (1426,'litespeed.conf.optm-js_defer_exc','[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]','auto');
INSERT INTO `wp_options` VALUES (1427,'litespeed.conf.optm-gm_js_exc','[]','auto');
INSERT INTO `wp_options` VALUES (1428,'litespeed.conf.optm-dns_prefetch','[]','auto');
INSERT INTO `wp_options` VALUES (1429,'litespeed.conf.optm-dns_prefetch_ctrl','','auto');
INSERT INTO `wp_options` VALUES (1430,'litespeed.conf.optm-dns_preconnect','[]','auto');
INSERT INTO `wp_options` VALUES (1431,'litespeed.conf.optm-exc','[]','auto');
INSERT INTO `wp_options` VALUES (1432,'litespeed.conf.optm-guest_only','1','auto');
INSERT INTO `wp_options` VALUES (1433,'litespeed.conf.object','','auto');
INSERT INTO `wp_options` VALUES (1434,'litespeed.conf.object-kind','','auto');
INSERT INTO `wp_options` VALUES (1435,'litespeed.conf.object-host','localhost','auto');
INSERT INTO `wp_options` VALUES (1436,'litespeed.conf.object-port','11211','auto');
INSERT INTO `wp_options` VALUES (1437,'litespeed.conf.object-life','360','auto');
INSERT INTO `wp_options` VALUES (1438,'litespeed.conf.object-persistent','1','auto');
INSERT INTO `wp_options` VALUES (1439,'litespeed.conf.object-admin','1','auto');
INSERT INTO `wp_options` VALUES (1440,'litespeed.conf.object-db_id','0','auto');
INSERT INTO `wp_options` VALUES (1441,'litespeed.conf.object-user','','auto');
INSERT INTO `wp_options` VALUES (1442,'litespeed.conf.object-pswd','','auto');
INSERT INTO `wp_options` VALUES (1443,'litespeed.conf.object-global_groups','[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]','auto');
INSERT INTO `wp_options` VALUES (1444,'litespeed.conf.object-non_persistent_groups','[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]','auto');
INSERT INTO `wp_options` VALUES (1445,'litespeed.conf.discuss-avatar_cache','','auto');
INSERT INTO `wp_options` VALUES (1446,'litespeed.conf.discuss-avatar_cron','','auto');
INSERT INTO `wp_options` VALUES (1447,'litespeed.conf.discuss-avatar_cache_ttl','604800','auto');
INSERT INTO `wp_options` VALUES (1448,'litespeed.conf.optm-localize','','auto');
INSERT INTO `wp_options` VALUES (1449,'litespeed.conf.optm-localize_domains','[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]','auto');
INSERT INTO `wp_options` VALUES (1450,'litespeed.conf.media-lazy','','auto');
INSERT INTO `wp_options` VALUES (1451,'litespeed.conf.media-lazy_placeholder','','auto');
INSERT INTO `wp_options` VALUES (1452,'litespeed.conf.media-placeholder_resp','','auto');
INSERT INTO `wp_options` VALUES (1453,'litespeed.conf.media-placeholder_resp_color','#cfd4db','auto');
INSERT INTO `wp_options` VALUES (1454,'litespeed.conf.media-placeholder_resp_svg','<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>','auto');
INSERT INTO `wp_options` VALUES (1455,'litespeed.conf.media-lqip','','auto');
INSERT INTO `wp_options` VALUES (1456,'litespeed.conf.media-lqip_qual','4','auto');
INSERT INTO `wp_options` VALUES (1457,'litespeed.conf.media-lqip_min_w','150','auto');
INSERT INTO `wp_options` VALUES (1458,'litespeed.conf.media-lqip_min_h','150','auto');
INSERT INTO `wp_options` VALUES (1459,'litespeed.conf.media-placeholder_resp_async','1','auto');
INSERT INTO `wp_options` VALUES (1460,'litespeed.conf.media-iframe_lazy','','auto');
INSERT INTO `wp_options` VALUES (1461,'litespeed.conf.media-add_missing_sizes','','auto');
INSERT INTO `wp_options` VALUES (1462,'litespeed.conf.media-lazy_exc','[]','auto');
INSERT INTO `wp_options` VALUES (1463,'litespeed.conf.media-lazy_cls_exc','[\"wmu-preview-img\"]','auto');
INSERT INTO `wp_options` VALUES (1464,'litespeed.conf.media-lazy_parent_cls_exc','[]','auto');
INSERT INTO `wp_options` VALUES (1465,'litespeed.conf.media-iframe_lazy_cls_exc','[]','auto');
INSERT INTO `wp_options` VALUES (1466,'litespeed.conf.media-iframe_lazy_parent_cls_exc','[]','auto');
INSERT INTO `wp_options` VALUES (1467,'litespeed.conf.media-lazy_uri_exc','[]','auto');
INSERT INTO `wp_options` VALUES (1468,'litespeed.conf.media-lqip_exc','[]','auto');
INSERT INTO `wp_options` VALUES (1469,'litespeed.conf.media-vpi','','auto');
INSERT INTO `wp_options` VALUES (1470,'litespeed.conf.media-vpi_cron','','auto');
INSERT INTO `wp_options` VALUES (1471,'litespeed.conf.media-auto_rescale_ori','','auto');
INSERT INTO `wp_options` VALUES (1472,'litespeed.conf.img_optm-auto','','auto');
INSERT INTO `wp_options` VALUES (1473,'litespeed.conf.img_optm-ori','1','auto');
INSERT INTO `wp_options` VALUES (1474,'litespeed.conf.img_optm-rm_bkup','','auto');
INSERT INTO `wp_options` VALUES (1475,'litespeed.conf.img_optm-webp','0','auto');
INSERT INTO `wp_options` VALUES (1476,'litespeed.conf.img_optm-lossless','','auto');
INSERT INTO `wp_options` VALUES (1477,'litespeed.conf.img_optm-sizes_skipped','[]','auto');
INSERT INTO `wp_options` VALUES (1478,'litespeed.conf.img_optm-exif','1','auto');
INSERT INTO `wp_options` VALUES (1479,'litespeed.conf.img_optm-webp_attr','[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]','auto');
INSERT INTO `wp_options` VALUES (1480,'litespeed.conf.img_optm-webp_replace_srcset','','auto');
INSERT INTO `wp_options` VALUES (1481,'litespeed.conf.img_optm-jpg_quality','82','auto');
INSERT INTO `wp_options` VALUES (1482,'litespeed.conf.crawler','','auto');
INSERT INTO `wp_options` VALUES (1483,'litespeed.conf.crawler-crawl_interval','302400','auto');
INSERT INTO `wp_options` VALUES (1484,'litespeed.conf.crawler-load_limit','1','auto');
INSERT INTO `wp_options` VALUES (1485,'litespeed.conf.crawler-sitemap','','auto');
INSERT INTO `wp_options` VALUES (1486,'litespeed.conf.crawler-roles','[]','auto');
INSERT INTO `wp_options` VALUES (1487,'litespeed.conf.crawler-cookies','[]','auto');
INSERT INTO `wp_options` VALUES (1488,'litespeed.conf.misc-heartbeat_front','','auto');
INSERT INTO `wp_options` VALUES (1489,'litespeed.conf.misc-heartbeat_front_ttl','60','auto');
INSERT INTO `wp_options` VALUES (1490,'litespeed.conf.misc-heartbeat_back','','auto');
INSERT INTO `wp_options` VALUES (1491,'litespeed.conf.misc-heartbeat_back_ttl','60','auto');
INSERT INTO `wp_options` VALUES (1492,'litespeed.conf.misc-heartbeat_editor','','auto');
INSERT INTO `wp_options` VALUES (1493,'litespeed.conf.misc-heartbeat_editor_ttl','15','auto');
INSERT INTO `wp_options` VALUES (1494,'litespeed.conf.cdn','','auto');
INSERT INTO `wp_options` VALUES (1495,'litespeed.conf.cdn-ori','[]','auto');
INSERT INTO `wp_options` VALUES (1496,'litespeed.conf.cdn-ori_dir','[\"wp-content\",\"wp-includes\"]','auto');
INSERT INTO `wp_options` VALUES (1497,'litespeed.conf.cdn-exc','[]','auto');
INSERT INTO `wp_options` VALUES (1498,'litespeed.conf.cdn-quic','','auto');
INSERT INTO `wp_options` VALUES (1499,'litespeed.conf.cdn-cloudflare','','auto');
INSERT INTO `wp_options` VALUES (1500,'litespeed.conf.cdn-cloudflare_email','','auto');
INSERT INTO `wp_options` VALUES (1501,'litespeed.conf.cdn-cloudflare_key','','auto');
INSERT INTO `wp_options` VALUES (1502,'litespeed.conf.cdn-cloudflare_name','','auto');
INSERT INTO `wp_options` VALUES (1503,'litespeed.conf.cdn-cloudflare_zone','','auto');
INSERT INTO `wp_options` VALUES (1504,'litespeed.conf.cdn-cloudflare_clear','','auto');
INSERT INTO `wp_options` VALUES (1505,'litespeed.conf.cdn-mapping','[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]','auto');
INSERT INTO `wp_options` VALUES (1506,'litespeed.conf.cdn-attr','[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]','auto');
INSERT INTO `wp_options` VALUES (1507,'litespeed.conf.qc-nameservers','','auto');
INSERT INTO `wp_options` VALUES (1508,'litespeed.conf.qc-cname','','auto');
INSERT INTO `wp_options` VALUES (1509,'litespeed.conf.debug-disable_tmp','0','auto');
INSERT INTO `wp_options` VALUES (1510,'litespeed.cloud._summary','{\"curr_request.ver_check\":0,\"last_request.ver_check\":1776178516,\"news.utime\":1776178519,\"curr_request.news\":0,\"last_request.news\":1776178519}','auto');
INSERT INTO `wp_options` VALUES (1511,'litespeed.purge.queue','-1','auto');
INSERT INTO `wp_options` VALUES (1512,'litespeed.purge.queue2','-1','auto');
INSERT INTO `wp_options` VALUES (1513,'litespeed.gui.lscwp_whm_install','-1','auto');
INSERT INTO `wp_options` VALUES (1514,'litespeed.gui.dismiss','-1','auto');
INSERT INTO `wp_options` VALUES (1515,'litespeed.data.upgrading','-1','auto');
INSERT INTO `wp_options` VALUES (1516,'litespeed.admin_display.messages','-1','auto');
INSERT INTO `wp_options` VALUES (1517,'litespeed.gui._summary','{\"new_version\":1776783319,\"score\":1777388119}','auto');
INSERT INTO `wp_options` VALUES (1522,'wordfence_ls_version','1.1.15','auto');
INSERT INTO `wp_options` VALUES (1523,'wfls_last_role_change','1776178576','off');
INSERT INTO `wp_options` VALUES (1524,'wordfence_version','8.1.4','auto');
INSERT INTO `wp_options` VALUES (1525,'wordfence_case','1','auto');
INSERT INTO `wp_options` VALUES (1526,'wordfence_installed','1','auto');
INSERT INTO `wp_options` VALUES (1527,'wordfenceActivated','1','auto');
INSERT INTO `wp_options` VALUES (1528,'wf_plugin_act_error','','auto');
INSERT INTO `wp_options` VALUES (1551,'suremails_notice_dismissal_time','1777474724','auto');
INSERT INTO `wp_options` VALUES (1564,'elementor_atomic_cache_validity__component-styles-related-posts','a:2:{s:5:\"state\";b:0;s:8:\"children\";a:8:{i:1412;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:1517;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:938;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:1059;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:739;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:1644;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:1652;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:452;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}}}','off');
INSERT INTO `wp_options` VALUES (1565,'elementor_atomic_cache_validity__base','a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"69de5797c549d\";s:8:\"children\";a:3:{s:7:\"desktop\";b:1;s:6:\"tablet\";b:1;s:6:\"mobile\";b:1;}}','off');
INSERT INTO `wp_options` VALUES (1566,'elementor_atomic_cache_validity__global','a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"69de5797c79f6\";s:8:\"children\";a:3:{s:7:\"desktop\";b:1;s:6:\"tablet\";b:1;s:6:\"mobile\";b:1;}}}}','off');
INSERT INTO `wp_options` VALUES (1567,'elementor_atomic_cache_validity__local','a:2:{s:5:\"state\";b:0;s:8:\"children\";a:8:{i:1412;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"69de5797c9fcc\";s:8:\"children\";a:3:{s:7:\"desktop\";b:1;s:6:\"tablet\";b:1;s:6:\"mobile\";b:1;}}}}i:1517;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"69de581b80c9d\";s:8:\"children\";a:3:{s:7:\"desktop\";b:1;s:6:\"tablet\";b:1;s:6:\"mobile\";b:1;}}}}i:938;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"69de582d298ad\";s:8:\"children\";a:3:{s:7:\"desktop\";b:1;s:6:\"tablet\";b:1;s:6:\"mobile\";b:1;}}}}i:1059;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"69de583eead39\";s:8:\"children\";a:3:{s:7:\"desktop\";b:1;s:6:\"tablet\";b:1;s:6:\"mobile\";b:1;}}}}i:739;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"69de5946bf903\";s:8:\"children\";a:3:{s:7:\"desktop\";b:1;s:6:\"tablet\";b:1;s:6:\"mobile\";b:1;}}}}i:1644;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"69de594fe8d6e\";s:8:\"children\";a:3:{s:7:\"desktop\";b:1;s:6:\"tablet\";b:1;s:6:\"mobile\";b:1;}}}}i:1652;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"69de59530cb09\";s:8:\"children\";a:3:{s:7:\"desktop\";b:1;s:6:\"tablet\";b:1;s:6:\"mobile\";b:1;}}}}i:452;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"69df12c79ad43\";s:8:\"children\";a:3:{s:7:\"desktop\";b:1;s:6:\"tablet\";b:1;s:6:\"mobile\";b:1;}}}}}}','off');
INSERT INTO `wp_options` VALUES (1569,'_elementor_assets_data','a:1:{s:3:\"svg\";a:1:{s:9:\"font-icon\";a:18:{s:9:\"fas-phone\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:281:\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\";s:3:\"key\";s:9:\"fas-phone\";}s:7:\"version\";s:6:\"5.15.3\";}s:15:\"fas-angle-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:256;s:6:\"height\";i:512;s:4:\"path\";s:189:\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\";s:3:\"key\";s:15:\"fas-angle-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"far-clock\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:324:\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\";s:3:\"key\";s:9:\"far-clock\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-check\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:274:\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\";s:3:\"key\";s:9:\"fas-check\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-heart\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:207:\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\";s:3:\"key\";s:9:\"fas-heart\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-icons\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:1048:\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\";s:3:\"key\";s:9:\"fas-icons\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fas-smile-beam\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:496;s:6:\"height\";i:512;s:4:\"path\";s:586:\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\";s:3:\"key\";s:14:\"fas-smile-beam\";}s:7:\"version\";s:6:\"5.15.3\";}s:20:\"fas-drafting-compass\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:883:\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\";s:3:\"key\";s:20:\"fas-drafting-compass\";}s:7:\"version\";s:6:\"5.15.3\";}s:10:\"eicon-play\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:413:\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\";s:3:\"key\";s:10:\"eicon-play\";}s:7:\"version\";s:6:\"5.13.0\";}s:22:\"fas-hand-holding-heart\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:513:\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\";s:3:\"key\";s:22:\"fas-hand-holding-heart\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"fas-people-carry\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"path\";s:1148:\"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\";s:3:\"key\";s:16:\"fas-people-carry\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-hands\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"path\";s:698:\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\";s:3:\"key\";s:9:\"fas-hands\";}s:7:\"version\";s:6:\"5.15.3\";}s:7:\"fas-eye\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:330:\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\";s:3:\"key\";s:7:\"fas-eye\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"fas-check-circle\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:356:\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\";s:3:\"key\";s:16:\"fas-check-circle\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fab-facebook\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:264:\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\";s:3:\"key\";s:12:\"fab-facebook\";}s:7:\"version\";s:6:\"5.15.3\";}s:10:\"fab-tiktok\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:219:\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\";s:3:\"key\";s:10:\"fab-tiktok\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-youtube\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:470:\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\";s:3:\"key\";s:11:\"fab-youtube\";}s:7:\"version\";s:6:\"5.15.3\";}s:21:\"fas-external-link-alt\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:343:\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\";s:3:\"key\";s:21:\"fas-external-link-alt\";}s:7:\"version\";s:6:\"5.15.3\";}}}}','auto');
INSERT INTO `wp_options` VALUES (1621,'elementor_atomic_styles_fonts-local-1652-frontend','a:1:{i:0;s:8:\"Agbalumo\";}','off');
INSERT INTO `wp_options` VALUES (1650,'_transient_is_multi_author','0','on');
INSERT INTO `wp_options` VALUES (1675,'astra_sites_usage_events_pushed','a:1:{i:0;s:17:\"template_imported\";}','auto');
INSERT INTO `wp_options` VALUES (1676,'_transient_timeout_surerank_analytics_is_active','1776428455','off');
INSERT INTO `wp_options` VALUES (1677,'_transient_surerank_analytics_is_active','yes','off');
INSERT INTO `wp_options` VALUES (1678,'_site_transient_timeout_bsf_usage_track','1776514861','off');
INSERT INTO `wp_options` VALUES (1679,'_site_transient_bsf_usage_track','1','off');
INSERT INTO `wp_options` VALUES (1680,'surerank_cron_test_ok','no','auto');
INSERT INTO `wp_options` VALUES (1681,'_transient_timeout_surerank_analytics_site_type','1776428460','off');
INSERT INTO `wp_options` VALUES (1682,'_transient_surerank_analytics_site_type','dormant','off');
INSERT INTO `wp_options` VALUES (1686,'_site_transient_timeout_theme_roots','1776343862','off');
INSERT INTO `wp_options` VALUES (1687,'_site_transient_theme_roots','a:4:{s:5:\"astra\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','off');
INSERT INTO `wp_options` VALUES (1688,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1776342067;s:7:\"checked\";a:4:{s:5:\"astra\";s:6:\"4.12.7\";s:16:\"twentytwentyfive\";s:3:\"1.4\";s:16:\"twentytwentyfour\";s:3:\"1.4\";s:17:\"twentytwentythree\";s:3:\"1.6\";}s:8:\"response\";a:1:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:6:\"4.13.0\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/astra.4.13.0.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}}s:9:\"no_update\";a:3:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.4.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.4.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','off');
INSERT INTO `wp_options` VALUES (1689,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1776342066;s:8:\"response\";a:2:{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:5:\"4.0.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:21:\"surerank/surerank.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:22:\"w.org/plugins/surerank\";s:4:\"slug\";s:8:\"surerank\";s:6:\"plugin\";s:21:\"surerank/surerank.php\";s:11:\"new_version\";s:5:\"1.7.1\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/surerank/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/surerank.1.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/surerank/assets/icon-256x256.jpg?rev=3320934\";s:2:\"1x\";s:61:\"https://ps.w.org/surerank/assets/icon-256x256.jpg?rev=3320934\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/surerank/assets/banner-1544x500.jpg?rev=3320934\";s:2:\"1x\";s:63:\"https://ps.w.org/surerank/assets/banner-772x250.jpg?rev=3320934\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:5:\"7.105\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.105.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=3490368\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=3490368\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}s:41:\"pojo-accessibility/pojo-accessibility.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/pojo-accessibility\";s:4:\"slug\";s:18:\"pojo-accessibility\";s:6:\"plugin\";s:41:\"pojo-accessibility/pojo-accessibility.php\";s:11:\"new_version\";s:5:\"4.1.0\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/pojo-accessibility/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/pojo-accessibility.4.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/pojo-accessibility/assets/icon-256x256.gif?rev=3443222\";s:2:\"1x\";s:71:\"https://ps.w.org/pojo-accessibility/assets/icon-128x128.gif?rev=3443222\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/pojo-accessibility/assets/banner-1544x500.png?rev=3443222\";s:2:\"1x\";s:73:\"https://ps.w.org/pojo-accessibility/assets/banner-772x250.png?rev=3443222\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:5:\"7.8.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/litespeed-cache.7.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:27:\"astra-sites/astra-sites.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/astra-sites\";s:4:\"slug\";s:11:\"astra-sites\";s:6:\"plugin\";s:27:\"astra-sites/astra-sites.php\";s:11:\"new_version\";s:5:\"4.5.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/astra-sites/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/astra-sites.4.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/astra-sites/assets/icon-256x256.gif?rev=3060571\";s:2:\"1x\";s:64:\"https://ps.w.org/astra-sites/assets/icon-256x256.gif?rev=3060571\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/astra-sites/assets/banner-1544x500.jpg?rev=3055258\";s:2:\"1x\";s:66:\"https://ps.w.org/astra-sites/assets/banner-772x250.jpg?rev=3055258\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";}s:23:\"suremails/suremails.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/suremails\";s:4:\"slug\";s:9:\"suremails\";s:6:\"plugin\";s:23:\"suremails/suremails.php\";s:11:\"new_version\";s:5:\"1.9.3\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/suremails/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/suremails.1.9.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/suremails/assets/icon-256x256.gif?rev=3235320\";s:2:\"1x\";s:62:\"https://ps.w.org/suremails/assets/icon-256x256.gif?rev=3235320\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/suremails/assets/banner-1544x500.jpg?rev=3226890\";s:2:\"1x\";s:64:\"https://ps.w.org/suremails/assets/banner-772x250.jpg?rev=3226890\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.4\";}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:5:\"8.1.4\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wordfence.8.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:8:\"1.10.0.4\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.10.0.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748\";s:3:\"svg\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=3091364\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=3091364\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500-rtl.png?rev=3254748\";s:2:\"1x\";s:71:\"https://ps.w.org/wpforms-lite/assets/banner-772x250-rtl.png?rev=3254748\";}s:8:\"requires\";s:3:\"5.5\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"27.4\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908\";s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.gif?rev=3419908\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=3257862\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=3257862\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=3257862\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=3257862\";}s:8:\"requires\";s:3:\"6.8\";}}s:7:\"checked\";a:10:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:5:\"7.105\";s:41:\"pojo-accessibility/pojo-accessibility.php\";s:5:\"4.1.0\";s:23:\"elementor/elementor.php\";s:5:\"4.0.1\";s:35:\"litespeed-cache/litespeed-cache.php\";s:5:\"7.8.1\";s:27:\"astra-sites/astra-sites.php\";s:5:\"4.5.1\";s:23:\"suremails/suremails.php\";s:5:\"1.9.3\";s:21:\"surerank/surerank.php\";s:5:\"1.7.0\";s:23:\"wordfence/wordfence.php\";s:5:\"8.1.4\";s:24:\"wpforms-lite/wpforms.php\";s:8:\"1.10.0.4\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"27.4\";}}','off');
INSERT INTO `wp_options` VALUES (1694,'_transient_timeout_zip_ai_auth_token','1776428470','off');
INSERT INTO `wp_options` VALUES (1695,'_transient_zip_ai_auth_token','','off');
INSERT INTO `wp_options` VALUES (1696,'_transient_timeout_elementor_remote_info_api_data_4.0.1','1776385273','off');
INSERT INTO `wp_options` VALUES (1697,'_transient_elementor_remote_info_api_data_4.0.1','a:4:{s:9:\"timestamp\";s:10:\"1776339768\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.9.4\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','off');
INSERT INTO `wp_options` VALUES (1698,'_transient_timeout_wpforms_dash_widget_lite_entries_by_form','1776384006','off');
INSERT INTO `wp_options` VALUES (1699,'_transient_wpforms_dash_widget_lite_entries_by_form','a:1:{i:10;a:3:{s:7:\"form_id\";i:10;s:5:\"count\";i:1;s:5:\"title\";s:19:\"Simple Contact Form\";}}','off');
INSERT INTO `wp_options` VALUES (1701,'_transient_timeout_wpseo-statistics-totals','1776428492','off');
INSERT INTO `wp_options` VALUES (1702,'_transient_wpseo-statistics-totals','a:1:{i:1;a:2:{s:6:\"scores\";a:0:{}s:8:\"division\";b:0;}}','off');
INSERT INTO `wp_options` VALUES (1703,'_site_transient_timeout_community-events-d41d8cd98f00b204e9800998ecf8427e','1776385294','off');
INSERT INTO `wp_options` VALUES (1704,'_site_transient_community-events-d41d8cd98f00b204e9800998ecf8427e','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";b:0;}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:78:\"WordPress Campus Connect Pundra University of Science &amp; Technology, Bogura\";s:3:\"url\";s:60:\"https://events.wordpress.org/campusconnect/2026/pust-bogura/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2026-04-18 10:00:00\";s:8:\"end_date\";s:19:\"2026-04-18 10:00:00\";s:20:\"start_unix_timestamp\";i:1776484800;s:18:\"end_unix_timestamp\";i:1776484800;s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Bogura, Bangladesh\";s:7:\"country\";s:2:\"BD\";s:8:\"latitude\";d:24.9223067;s:9:\"longitude\";d:89.349025900000001;}}}}','off');
INSERT INTO `wp_options` VALUES (1705,'_site_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1776385295','off');
INSERT INTO `wp_options` VALUES (1706,'_site_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Apr 2026 18:21:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=7.1-alpha-62239\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Celebrating Community at WordCamp Asia 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2026/04/celebrating-wcasia-2026/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Apr 2026 18:21:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20385\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:395:\"WordCamp Asia 2026 brought the global WordPress community to Mumbai, India, from April 9–11, gathering contributors, organizers, sponsors, speakers, and attendees at the Jio World Convention Centre for three days of learning, collaboration, and community. With 2,281 attendees, the event reflected the scale of the WordPress community and the strong turnout throughout the event. The [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:64464:\"\n<p class=\"wp-block-paragraph\">WordCamp Asia 2026 brought the global WordPress community to Mumbai, India, from April 9–11, gathering contributors, organizers, sponsors, speakers, and attendees at the Jio World Convention Centre for three days of learning, collaboration, and community. With 2,281 attendees, the event reflected the scale of the WordPress community and the strong turnout throughout the event.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The event unfolded across Contributor Day and two conference days, with a program that moved from technical sessions and workshops to hallway conversations, shared meals, and joyful moments of connection across the venue. From first-time attendees to longtime contributors, WordCamp Asia 2026 reflected the breadth of the WordPress ecosystem and the many ways people shaped and sustained it.</p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-7387b849 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-pullquote\"><blockquote><p><mark style=\"background-color:#2f363d;color:#cf2e2e\" class=\"has-inline-color\"><br></mark>WordPress is not a company. It is a shared commitment to keeping the web open.</p><cite>Mary Hubbard, Executive Director, WordPress</cite></blockquote></figure>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Throughout the event, WordCamp Asia 2026 balanced formal programming with the conversations happening around it. Sessions and workshops set the pace, while morning networking, tea breaks, lunch, the family photo, the sponsor’s raffle, and the after party in Jasmine Hall helped make the event feel welcoming, social, and connected.<br></p>\n\n\n\n<h2 class=\"wp-block-heading\">How WordCamp Asia 2026 Took Shape</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Bringing together contribution, practical learning, and forward-looking conversation in one shared program. Across Contributor Day and the conference sessions that followed, attendees moved between hands-on work, technical talks, workshops, and broader discussions about AI, education, enterprise, community growth, and the open web.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The result was a WordCamp that felt expansive without losing its sense of connection. Different rooms with topics as themes, helping different audiences, and different forms of participation all fed into the same larger picture: a community actively building what comes next for WordPress as a feeling that something bigger was happening: not just a schedule being delivered, but a community showing up for one another and for the future of WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day: Building WordPress Together</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Contributor Day opened WordCamp Asia 2026 with one of the clearest expressions of what makes the project special: people coming together to move WordPress forward by working on it. More than 1,500 participants joined 38 table leads across more than 20 contribution tables, creating a day that was expansive in scale and grounded in real work. For some, it was a return to familiar teams and longtime collaborators. For others, it was the beginning of their contributor journey.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The day moved between structured learning and hands-on participation. Alongside contributor sessions, attendees joined workshops, visited the <a href=\"https://asia.wordcamp.org/2026/contributor-day/open-source-library/\">Open Source Library</a>, took part in <a href=\"https://asia.wordcamp.org/2026/youthcamp-is-back-at-wordcamp-asia-2026/\">YouthCamp</a>, and attended <em>The Making of a WordPress Release: Conversations with Past Release Squad Members</em>, a featured panel that added depth and perspective to the work of building and sustaining WordPress.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/BFxdBBxd_Wc?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n\n\n\n<p class=\"wp-block-paragraph\">What made Contributor Day stand out was not only the number of people in the room, but the range of ways they could take part. Workshops created space for skill-building. YouthCamp brought younger participants into the experience and widened the event’s reach in a meaningful way. The day felt welcoming, energetic, and full of possibility.</p>\n\n\n\n<p class=\"wp-block-paragraph\">By the end, the impact was already visible across teams. Polyglots contributors suggested more than 7,000 strings and reviewed 3,200 of them. Photo contributors uploaded 76 images. The Test team worked on more than 20 tickets, and 55 contributors joined Training. Those numbers told only part of the story, but they pointed to what Contributor Day continued to do so well: turn a large gathering into shared work that strengthened the project in real time.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;69e0d37f3a6ae&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-default is-cropped has-black-background-color has-background wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f3aec1&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f3aec1\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"683\" height=\"1024\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20392\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08818.jpg?resize=683%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-20392\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08818-scaled.jpg?resize=683%2C1024&amp;ssl=1 683w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08818-scaled.jpg?resize=200%2C300&amp;ssl=1 200w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08818-scaled.jpg?resize=768%2C1152&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08818-scaled.jpg?resize=1024%2C1536&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08818-scaled.jpg?resize=1365%2C2048&amp;ssl=1 1365w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08818-scaled.jpg?w=1707&amp;ssl=1 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f3b4ad&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f3b4ad\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"683\" height=\"1024\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20390\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08792-2.jpg?resize=683%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-20390\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08792-2-scaled.jpg?resize=683%2C1024&amp;ssl=1 683w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08792-2-scaled.jpg?resize=200%2C300&amp;ssl=1 200w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08792-2-scaled.jpg?resize=768%2C1152&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08792-2-scaled.jpg?resize=1024%2C1536&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08792-2-scaled.jpg?resize=1365%2C2048&amp;ssl=1 1365w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08792-2-scaled.jpg?w=1707&amp;ssl=1 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f3ba59&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f3ba59\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20391\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0468.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20391\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0468-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0468-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0468-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0468-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0468-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f3bfdb&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f3bfdb\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20393\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_1085.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20393\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_1085-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_1085-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_1085-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_1085-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_1085-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f3c559&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f3c559\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"575\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20394\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_0106.jpg?resize=1024%2C575&#038;ssl=1\" alt=\"\" class=\"wp-image-20394\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_0106-scaled.jpg?resize=1024%2C575&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_0106-scaled.jpg?resize=300%2C168&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_0106-scaled.jpg?resize=768%2C431&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_0106-scaled.jpg?resize=1536%2C862&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_0106-scaled.jpg?resize=2048%2C1150&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f3cad0&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f3cad0\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20395\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSC04422.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-20395\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSC04422-scaled.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC04422-scaled.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC04422-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC04422-scaled.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC04422-scaled.jpg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f3d04e&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f3d04e\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20396\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08957.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20396\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08957-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08957-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08957-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08957-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08957-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f3d5a9&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f3d5a9\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20397\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08902.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20397\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08902-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08902-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08902-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08902-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08902-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f3daf5&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f3daf5\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20399\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0500-1.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20399\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0500-1-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0500-1-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0500-1-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0500-1-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0500-1-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f3e039&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f3e039\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20400\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9404.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20400\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9404-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9404-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9404-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9404-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9404-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f3e564&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f3e564\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20401\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_0682.jpg?resize=768%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-20401\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_0682-scaled.jpg?resize=768%2C1024&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_0682-scaled.jpg?resize=225%2C300&amp;ssl=1 225w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_0682-scaled.jpg?resize=1152%2C1536&amp;ssl=1 1152w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_0682-scaled.jpg?resize=1536%2C2048&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_0682-scaled.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f3eab5&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f3eab5\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20398\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08899.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20398\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08899-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08899-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08899-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08899-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08899-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f3ef7d&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f3ef7d\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"536\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20389\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/FamilyPhoto-Framed.png?resize=1024%2C536&#038;ssl=1\" alt=\"\" class=\"wp-image-20389\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/FamilyPhoto-Framed.png?resize=1024%2C536&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/FamilyPhoto-Framed.png?resize=300%2C157&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/FamilyPhoto-Framed.png?resize=768%2C402&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/FamilyPhoto-Framed.png?w=1200&amp;ssl=1 1200w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<h2 class=\"wp-block-heading\">Conference Sessions Take Shape</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Across the conference days, WordCamp Asia 2026 covered a wide range of topics, from technical development and hands-on workshops to business strategy and the open web. Sessions took place across the Foundation, Growth, and Enterprise tracks, with workshops running alongside the main program.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the opening sessions was James LePage’s <em>WordPress and AI</em>, which introduced a theme that appeared throughout the conference: how WordPress is responding to changes in AI, publishing, and developer workflows. That topic continued in later sessions focused on AI-driven development, autonomous testing, plugin maintenance, and automation.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/-mFbUueL0NE?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Later that morning, a fireside chat with Mary Hubbard and Shilpa Shah shifted the focus toward trust, security, and the longer-term questions shaping open source publishing. Coming early in the program, the conversation gave the conference an important center of gravity, pairing technical change with questions of stewardship, resilience, and what people needed from WordPress as the web continued to evolve. Rather than pulling away from the event’s technical momentum, it deepened it, bringing a human perspective to the pace of change and reminding the audience that progress in open source is not only about what gets built, but about how communities guide, challenge, and sustain that work over time.<br></p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/ZrwP7KpZL3E?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n\n\n\n<p class=\"wp-block-paragraph\">From there, the conference widened into a program that balanced developer-focused talks with sessions on the <a href=\"https://asia.wordcamp.org/2026/session/from-static-to-dynamic-mastering-the-interactivity-api/\">Interactivity API</a>, the <a href=\"https://asia.wordcamp.org/2026/session/parsing-html-without-pain-real-world-use-cases-for-wordpress-html-api/\">HTML API</a>, <a href=\"https://asia.wordcamp.org/2026/session/building-better-wordpress-experiences-with-ai-driven-development-workflows/\">AI-driven development workflows</a>, <a href=\"https://asia.wordcamp.org/2026/session/education-initiatives-in-the-wordpress-ecosystem/\">education initiatives</a>, <a href=\"https://asia.wordcamp.org/2026/session/from-reactive-to-proactive-modern-observability-for-wordpress/\">observability</a>, <a href=\"https://asia.wordcamp.org/2026/session/ten-times-the-value-why-automation-is-worth-the-investment-in-open-source/\">automation</a>, and <a href=\"https://asia.wordcamp.org/2026/session/wordpress-for-startup-founders-the-advantages-are-real-and-so-are-the-traps/\">startup strategy</a>. On the final day, those threads continued through talks on <a href=\"https://asia.wordcamp.org/2026/session/the-invisible-gotchas-of-wp-translation/\">WP translation</a>, <a href=\"https://asia.wordcamp.org/2026/session/building-wordpress-communities-the-ugandan-story/\">community building</a>, <a href=\"https://asia.wordcamp.org/2026/session/wordpress-playground-ai-building-autonomous-testing-pipelines/\">WordPress Playground</a>, <a href=\"https://asia.wordcamp.org/2026/session/wordpress-org-analytics-data-engineering-starter-project/\">data engineering</a>, <a href=\"https://asia.wordcamp.org/2026/session/enterprise-wordpress-isnt-just-bigger-wordpress-lessons-from-the-field/\">enterprise WordPress</a>, and <a href=\"https://asia.wordcamp.org/2026/session/panel-journalism-on-the-open-web/\">journalism on the open web</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Together, the two conference days made clear that WordCamp Asia 2026 was designed not for one kind of attendee, but for many. Developers, founders, marketers, contributors, organizers, and people finding their place in WordPress for the first time all found something that spoke directly to their work and interests. The breadth of the program was striking, but so was the feeling that these conversations mattered now.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Building What Comes Next</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Asia 2026 closed with reflections from Mary Hubbard, following an opening announcement from Chenda Ngak that WordCamp India will join the calendar in 2027 as the fourth flagship WordPress event.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Mary’s remarks tied together several threads that had already surfaced throughout the event: India’s long-standing role in the WordPress project, the growth of programs like Campus Connect and WordPress Credits, the energy of YouthCamp, and the significance of WordPress 7.0. One of the clearest ideas in the session was that WordPress is entering a new phase shaped by real-time collaboration, AI infrastructure, and global contributor growth. That framing gave the closing session a strong sense of direction without losing sight of the community work that made it possible.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/Ad4tM-CDEUc?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The session then shifted into a panel discussion about the current state of WordPress and where the project is headed next. Peter Wilson and Sergey Biryukov joined Hubbard on stage, while audience questions brought the conversation back to many of the themes that had shaped the event across all three days. Even from afar, Ma.tt Mullenweg remained part of the discussion, following along remotely and sending written responses during the live Q&amp;A.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Those questions touched on contributor growth, AI, plugins, local communities, product direction, and the long-term health of the open web. What stood out was how often the answers returned to the same core idea: WordPress continues to grow through open discussion, shared responsibility, and the people who keep showing up to build it together.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Lasting Momentum</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Over three days in Mumbai, WordCamp Asia 2026 brought together contribution, learning, and community. From Contributor Day through the closing keynote, the event balanced hands-on work with bigger conversations about publishing, technology, education, and the open web.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The event also created space for many kinds of participation. Some attendees contributed to Core, Training, Polyglots, Photos, and other teams. Others came for the conference program, workshops, or the chance to reconnect with collaborators and meet new people. Across session rooms, tea breaks, shared meals, sponsor hall conversations, and the after party, the community side of the event remained just as important as the formal program.</p>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;69e0d37f3f8e9&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-default is-cropped has-black-background-color has-background wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f3fd17&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f3fd17\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"575\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20408\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9030.jpg?resize=1024%2C575&#038;ssl=1\" alt=\"\" class=\"wp-image-20408\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9030-scaled.jpg?resize=1024%2C575&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9030-scaled.jpg?resize=300%2C168&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9030-scaled.jpg?resize=768%2C431&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9030-scaled.jpg?resize=1536%2C862&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9030-scaled.jpg?resize=2048%2C1150&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f4028a&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f4028a\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"575\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20410\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/Copy-of-IMG_0065.jpg?resize=1024%2C575&#038;ssl=1\" alt=\"\" class=\"wp-image-20410\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/Copy-of-IMG_0065-scaled.jpg?resize=1024%2C575&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/Copy-of-IMG_0065-scaled.jpg?resize=300%2C168&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/Copy-of-IMG_0065-scaled.jpg?resize=768%2C431&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/Copy-of-IMG_0065-scaled.jpg?resize=1536%2C862&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/Copy-of-IMG_0065-scaled.jpg?resize=2048%2C1150&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f408e2&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f408e2\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20409\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/shilpa-mary.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20409\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/shilpa-mary-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/shilpa-mary-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/shilpa-mary-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/shilpa-mary-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/shilpa-mary-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f41007&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f41007\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"769\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20416\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/WordPress-AI-6-2.jpg?resize=1024%2C769&#038;ssl=1\" alt=\"\" class=\"wp-image-20416\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/WordPress-AI-6-2-scaled.jpg?resize=1024%2C769&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/WordPress-AI-6-2-scaled.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/WordPress-AI-6-2-scaled.jpg?resize=768%2C577&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/WordPress-AI-6-2-scaled.jpg?resize=1536%2C1153&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/WordPress-AI-6-2-scaled.jpg?resize=2048%2C1538&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f4180b&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f4180b\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"575\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20413\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9040.jpg?resize=1024%2C575&#038;ssl=1\" alt=\"\" class=\"wp-image-20413\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9040-scaled.jpg?resize=1024%2C575&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9040-scaled.jpg?resize=300%2C168&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9040-scaled.jpg?resize=768%2C431&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9040-scaled.jpg?resize=1536%2C862&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9040-scaled.jpg?resize=2048%2C1150&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f41fdd&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f41fdd\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"769\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20412\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/WordPress-AI-1-21.jpg?resize=1024%2C769&#038;ssl=1\" alt=\"\" class=\"wp-image-20412\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/WordPress-AI-1-21-scaled.jpg?resize=1024%2C769&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/WordPress-AI-1-21-scaled.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/WordPress-AI-1-21-scaled.jpg?resize=768%2C577&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/WordPress-AI-1-21-scaled.jpg?resize=1536%2C1153&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/WordPress-AI-1-21-scaled.jpg?resize=2048%2C1538&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f4282f&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f4282f\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20417\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9803.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20417\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9803-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9803-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9803-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9803-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9803-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f430d5&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f430d5\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20415\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0499.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20415\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0499-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0499-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0499-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0499-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0499-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f43900&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f43900\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"575\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20414\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9045.jpg?resize=1024%2C575&#038;ssl=1\" alt=\"\" class=\"wp-image-20414\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9045-scaled.jpg?resize=1024%2C575&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9045-scaled.jpg?resize=300%2C168&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9045-scaled.jpg?resize=768%2C431&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9045-scaled.jpg?resize=1536%2C862&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9045-scaled.jpg?resize=2048%2C1150&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f44021&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f44021\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20407\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9867-1-scaled-2.webp?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20407\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9867-1-scaled-2.webp?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9867-1-scaled-2.webp?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9867-1-scaled-2.webp?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9867-1-scaled-2.webp?w=1536&amp;ssl=1 1536w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">Thank you to the organizers, volunteers, speakers, sponsors, attendees, and everyone who joined online. WordCamp Asia 2026 was a reminder that WordPress continues to grow through the people who show up to contribute and build together.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There is still more to look forward to this year. The community will gather again at <a href=\"https://europe.wordcamp.org/2026/\">WordCamp Europe 2026 in Kraków, Poland</a> from June 4–6, followed by <a href=\"https://us.wordcamp.org/2026/\">WordCamp US 2026 in Phoenix, Arizona</a> from August 16–19.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20385\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"How to Watch WordCamp Asia 2026 Live\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2026/04/watch-wc-asia-2026-live/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Apr 2026 13:57:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20368\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:371:\"WordCamp Asia 2026 will be available to watch live across three days of streaming, making it easy for the global WordPress community to follow along from anywhere. This year’s live streamed programming begins with a special Contributor Day broadcast, followed by two full conference days of presentations from across the WordPress community. This post gathers [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8791:\"\n<p class=\"wp-block-paragraph\">WordCamp Asia 2026 will be available to watch live across three days of streaming, making it easy for the global WordPress community to follow along from anywhere. This year’s live streamed programming begins with a special Contributor Day broadcast, followed by two full conference days of presentations from across the WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">This post gathers each official stream in one place so you can quickly find the right broadcast for each day. Bookmark this page and return throughout the event to watch live.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Day One: The Making of a WordPress Release</strong></h2>\n\n\n\n<p class=\"wp-block-paragraph\">Go behind the scenes of a WordPress release in this special Contributor Day live stream from WordCamp Asia 2026. Past release squad members come together to share stories, reflect on their experience, and talk about what it takes to bring a WordPress release to life. The Panel will go live at <strong>4:30 am UTC</strong>.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"The Making of a WordPress Release: Conversations with Past Release Squad Members\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/tWTr9j4uWbE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Day Two: Conference Livestreams</strong></h2>\n\n\n\n<p class=\"wp-block-paragraph\">Watch the second day of WordCamp Asia 2026 live for a full day of presentations and sessions. beginning at <strong>4:00 am UTC</strong>, including a Fireside chat with Mary Hubbard, which will begin at <strong>5:00 am UTC</strong> over on the Growth Stream.<br></p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Foundation</h3>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Growth</h3>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Enterprise</h3>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"WordCamp Asia 2026 - Conference Day 1 (Foundation)\" width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/E1egsOFk6Fg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"WordCamp Asia 2026 - Conference Day 1 (Growth)\" width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/jDsozp7y8bk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"WordCamp Asia 2026 - Conference Day 1 (Enterprise)\" width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/Pz0FGINmvlM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n</div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Day Three: Conference Livestreams</strong></h2>\n\n\n\n<p class=\"wp-block-paragraph\">Watch the third day and final day of WordCamp Asia 2026 live, beginning at <strong>4:00 am UTC</strong> for another full day of presentations from across the community. Don’t forget to watch Ma.tt Mullenweg give the final keynote, which will begin on the Growth stream at <strong>10:00 am UTC</strong>.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Foundation</h3>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Growth</h3>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Enterprise</h3>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"WordCamp Asia 2026 - Conference Day 2 (Foundation)\" width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/jSm9xSr8Cew?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"WordCamp Asia 2026 - Conference Day 2 (Growth)\" width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/KjUoiYz5dwY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"WordCamp Asia 2026 - Conference Day 2 (Enterprise)\" width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/sq3Zs75qdMI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n</div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">You can also explore the <a href=\"https://asia.wordcamp.org/2026/schedule/\"><strong>full schedule</strong></a> to see what is coming up across the event and plan your viewing. However you join, we hope you will follow along and be part of WordCamp Asia 2026.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/20250220-DSC07465-scaled-2.webp?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-20372\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/20250220-DSC07465-scaled-2.webp?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/20250220-DSC07465-scaled-2.webp?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/20250220-DSC07465-scaled-2.webp?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/04/20250220-DSC07465-scaled-2.webp?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/04/20250220-DSC07465-scaled-2.webp?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20368\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"From AI to Open Source at WordCamp Asia 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/04/wcasia-2026-sessions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Apr 2026 16:10:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20341\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:386:\"April 9-11, 2026 &#124; Jio World Convention Centre, Mumbai, India WordCamp Asia 2026 brings the WordPress community to Mumbai, India, from April 9 to 11, with a schedule shaped around artificial intelligence, enterprise WordPress, developer workflows, product strategy, and open source collaboration. For attendees planning their time, the program offers a useful view of the [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13942:\"\n<p class=\"wp-block-paragraph\"><strong>April 9-11, 2026 | Jio World Convention Centre, Mumbai, India</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Asia 2026 brings the WordPress community to Mumbai, India, from April 9 to 11, with a schedule shaped around artificial intelligence, enterprise WordPress, developer workflows, product strategy, and open source collaboration. For attendees planning their time, the program offers a useful view of the ideas, tools, and practical challenges shaping WordPress today.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-82d461e8 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https://asia.wordcamp.org/2026/event-pass/\" style=\"background:linear-gradient(135deg,rgb(42,5,123) 0%,rgb(42,5,123) 100%)\" target=\"_blank\" rel=\"noreferrer noopener\">Get Your Event Pass</a></div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https://asia.wordcamp.org/2026/schedule/\" style=\"background:linear-gradient(135deg,rgb(42,5,123) 0%,rgb(42,5,123) 100%)\" target=\"_blank\" rel=\"noreferrer noopener\">WC Asia Schedule</a></div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https://asia.wordcamp.org/2026/\" style=\"background:linear-gradient(135deg,rgb(42,5,123) 0%,rgb(42,5,123) 100%)\" target=\"_blank\" rel=\"noreferrer noopener\">About WordCamp Asia</a></div>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/10/20250220-DSC_1853-scaled-1.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19211\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/10/20250220-DSC_1853-scaled-1.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/10/20250220-DSC_1853-scaled-1.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/10/20250220-DSC_1853-scaled-1.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/10/20250220-DSC_1853-scaled-1.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/10/20250220-DSC_1853-scaled-1.jpg?resize=2048%2C1366&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Keynotes to Set the Stage</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The keynote sessions at WordCamp Asia 2026 help frame some of the biggest conversations at this year’s event.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1078\" height=\"1076\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/Screenshot-2026-04-02-at-11.31.10-am.png?resize=1078%2C1076&#038;ssl=1\" alt=\"\" class=\"wp-image-20366\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/04/Screenshot-2026-04-02-at-11.31.10-am.png?w=1078&amp;ssl=1 1078w, https://i0.wp.com/wordpress.org/news/files/2026/04/Screenshot-2026-04-02-at-11.31.10-am.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/04/Screenshot-2026-04-02-at-11.31.10-am.png?resize=1024%2C1022&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/04/Screenshot-2026-04-02-at-11.31.10-am.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2026/04/Screenshot-2026-04-02-at-11.31.10-am.png?resize=768%2C767&amp;ssl=1 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><figcaption class=\"wp-element-caption\"><a href=\"https://asia.wordcamp.org/2026/speaker/matt-mullenweg/\">Ma.tt Mullenweg</a>, co-founder of WordPress and CEO of Automattic, is expected to speak about the future of the open web and the ever-evolving role that WordPress plays.</figcaption></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"984\" height=\"986\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/03/Screenshot-2026-03-31-at-11.47.01-am.png?resize=984%2C986&#038;ssl=1\" alt=\"\" class=\"wp-image-20346\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/03/Screenshot-2026-03-31-at-11.47.01-am.png?w=984&amp;ssl=1 984w, https://i0.wp.com/wordpress.org/news/files/2026/03/Screenshot-2026-03-31-at-11.47.01-am.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/03/Screenshot-2026-03-31-at-11.47.01-am.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2026/03/Screenshot-2026-03-31-at-11.47.01-am.png?resize=768%2C770&amp;ssl=1 768w\" sizes=\"auto, (max-width: 984px) 100vw, 984px\" /><figcaption class=\"wp-element-caption\"><a href=\"https://asia.wordcamp.org/2026/speaker/mary-hubbard/\">Mary Hubbard</a>, Executive Director of WordPress, will also join a fireside chat moderated by <a href=\"https://asia.wordcamp.org/2026/speaker/shilpa-shah/\">Shilpa Shah</a>, focusing on leadership, education initiatives, artificial intelligence, and community growth.</figcaption></figure>\n</div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Together, they offer an early view of the themes and discussions unfolding across WordPress in 2026.<br></p>\n\n\n\n<h2 class=\"wp-block-heading\">AI, Automation, and the Future of WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Artificial intelligence is one of the clearest threads running through the program. Sessions from <a href=\"https://asia.wordcamp.org/2026/speaker/fellyph-cintra/\">Fellyph Cintra</a>, <a href=\"https://asia.wordcamp.org/2026/speaker/fumiki-takahashi/\">Fumiki Takahashi</a>, and <a href=\"https://asia.wordcamp.org/2026/speaker/nirav-mehta/\">Nirav Mehta</a> examine how AI is already influencing WordPress through Core discussions, testing workflows, plugin development, and day-to-day implementation. That same theme continues in sessions on marketing and content strategy, including <a href=\"https://asia.wordcamp.org/2026/speaker/adeline-dahal/\">Adeline Dahal’s</a> work on structuring WordPress content to make it more machine-readable. </p>\n\n\n\n<p class=\"wp-block-paragraph\">This cross-section of presentations shows how automation is moving from concept to practice. From autonomous testing with WordPress Playground to AI-supported development workflows, these sessions highlight applicable tools and skills that teams can start using right away, not just concepts. For attendees interested in where WordPress is heading, this is one of the strongest themes across the event.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Enterprise WordPress and Scalability</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Enterprise sessions take that discussion further by focusing on scale, architecture, and operational complexity. <a href=\"https://asia.wordcamp.org/2026/speaker/rahul-bansal/\">Rahul Bansal</a>, <a href=\"https://asia.wordcamp.org/2026/speaker/james-giroux/\">James Giroux</a>, Anirban Mukherji, and Abid Murshed are among the speakers exploring how WordPress supports larger organizations, more complex commerce systems, and demanding digital environments. Their sessions look at growth, implementation, and the kinds of decisions that matter when WordPress is supporting business-critical work.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Other talks in this track focus on the realities of enterprise operations, including migration risk, observability, and long-term performance. Together, they show how WordPress continues to adapt to larger systems and more complex digital ecosystems without losing the flexibility that makes it widely used in the first place.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Developer Experience and Modern Practices</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The developer track stays grounded in both Core tools and everyday engineering practice. <a href=\"https://asia.wordcamp.org/2026/speaker/ryan-welcher/\">Ryan Welcher</a> will cover the Interactivity API, <a href=\"https://asia.wordcamp.org/2026/speaker/jonathan-desrosiers/\">Jonathan Desrosiers</a> will look at automation in open source, and <a href=\"https://asia.wordcamp.org/2026/speaker/takayuki-miyoshi/\">Takayuki Miyoshi</a> will introduce a schema-sharing approach to form management. These sessions point to a broader shift toward building WordPress systems that are more dynamic, maintainable, and easier to scale over time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">These more technical presentations also include sessions on the WordPress HTML API, Content Security Policy, open source data pipelines, and evolving plugin standards. Rather than focusing on a single type of builder, this part of the schedule addresses developers working across infrastructure, security, front-end experiences, and long-term platform health.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Community, Education, and Open Source</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The schedule also makes space for the people and ideas that support WordPress beyond engineering alone. A panel featuring <a href=\"https://asia.wordcamp.org/2026/speaker/anand-upadhyay/\">Anand Upadhyay</a> and <a href=\"https://asia.wordcamp.org/2026/speaker/maciej-pilarski/\">Maciej Pilarski</a>, moderated by <a href=\"https://asia.wordcamp.org/2026/speaker/destiny-kanno/\">Destiny Kanno</a>, looks at education initiatives and student pathways into open source. <a href=\"https://asia.wordcamp.org/2026/speaker/kazuko-kaneuchi/\">Kazuko Kaneuchi</a> will reflect on the story of Wapuu and the culture of contribution around WordPress. At the same time, <a href=\"https://asia.wordcamp.org/2026/speaker/kotaro-kitamura/\">Kotaro Kitamura</a> and <a href=\"https://asia.wordcamp.org/2026/speaker/chiharu-nagatomi/\">Chiharu Nagatomi</a> will share how WordPress and its community shaped their professional journeys.</p>\n\n\n\n<p class=\"wp-block-paragraph\">That wider perspective continues in sessions on product thinking, marketing, career growth, and business strategy. <span style=\"margin: 0px;padding: 0px\">Speakers, including&nbsp;<a href=\"https://asia.wordcamp.org/2026/speaker/nabin-jaiswal/\" target=\"_blank\" rel=\"noreferrer noopener\">Nabin Jaiswal</a>,&nbsp;<a href=\"https://asia.wordcamp.org/2026/speaker/himani-kankaria/\" target=\"_blank\" rel=\"noreferrer noopener\">Himani Kankaria</a>,&nbsp;<a href=\"https://asia.wordcamp.org/2026/speaker/julian-song/\" target=\"_blank\" rel=\"noreferrer noopener\">Julian Song</a>,&nbsp;<a href=\"https://asia.wordcamp.org/2026/speaker/karishma-sundaram/\" target=\"_blank\" rel=\"noreferrer noopener\">Karishma Sundaram</a>,&nbsp;<a href=\"https://asia.wordcamp.org/2026/speaker/sandeep-kelvadi/\" target=\"_blank\" rel=\"noreferrer noopener\">Sandeep Kelvadi</a>,&nbsp;<a href=\"https://asia.wordcamp.org/2026/speaker/aviral-mittal/\" target=\"_blank\" rel=\"noreferrer noopener\">Aviral Mittal</a>,&nbsp;<a href=\"https://asia.wordcamp.org/2026/speaker/anh-tran/\" target=\"_blank\" rel=\"noreferrer noopener\">Anh Tran</a>, and&nbsp;<a href=\"https://asia.wordcamp.org/2026/speaker/anna-hurko/\" target=\"_blank\" rel=\"noreferrer noopener\">Anna Hurko,</a>&nbsp;explore how WordPress works an</span>d connects with decision-making, discoverability, professional development, and organizational growth. Taken together, these sessions reflect one of WordPress’s long-standing strengths: its ability to connect software, learning, and community in the same space.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Hands-on Workshops</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Hands-on workshops round out the schedule, offering practical sessions for attendees who want to move from ideas to implementation. They include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>From On-Demand to Cloud: Automate WordPress Installations Like a Pro</li>\n\n\n\n<li>AI + MCP to build, manage, and automate WordPress end-to-end</li>\n\n\n\n<li>Building AI Agents with self-editing memory</li>\n\n\n\n<li>Building Better WordPress Experiences with AI-Driven Development Workflows</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Explore the <strong><a href=\"https://asia.wordcamp.org/2026/schedule/\">full schedule</a></strong> to plan your sessions, and get your <strong><a href=\"https://asia.wordcamp.org/2026/event-pass/\">event pass</a></strong> to join WordCamp Asia 2026 in Mumbai.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"754\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/10/wordcamp-asia-2025-family-photo.webp?resize=1024%2C754&#038;ssl=1\" alt=\"\" class=\"wp-image-19213\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/10/wordcamp-asia-2025-family-photo.webp?resize=1024%2C754&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/10/wordcamp-asia-2025-family-photo.webp?resize=300%2C221&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/10/wordcamp-asia-2025-family-photo.webp?resize=768%2C566&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/10/wordcamp-asia-2025-family-photo.webp?resize=1536%2C1131&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/10/wordcamp-asia-2025-family-photo.webp?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Mumbai is calling. See you at WordCamp Asia 2026!&nbsp;</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>Note: </strong>Much of the credit belongs to <a href=\"https://profiles.wordpress.org/webtechpooja/\">@webtechpooja</a> (<a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a>) for help in writing this piece.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20341\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:75:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 7.0 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2026/03/wordpress-7-0-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Mar 2026 18:37:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"7-0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"general\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20324\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:367:\"The second Release Candidate (“RC2”) for WordPress 7.0 is ready for download and testing! This version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it’s recommended that you evaluate RC2 on a test server and site. Reaching this phase [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mary Hubbard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8740:\"\n<p class=\"wp-block-paragraph\">The second Release Candidate (“RC2”) for WordPress 7.0 is ready for download and testing!</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC2 on a test server and site.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Reaching this phase of the release cycle is an important milestone. While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 7.0 is the best it can be.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You can test WordPress 7.0 RC2 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream.)</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-7.0-RC2.zip\">RC2 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command: <br><code>wp core update --version=7.0-RC2</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href=\"https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn\">WordPress Playground instance</a> to test the software directly in your browser.&nbsp; No setup required – just click and go!&nbsp;</td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The scheduled final release date for WordPress 7.0 is <strong>April 9, 2026</strong>. The full <a href=\"https://make.wordpress.org/core/2026/02/12/wordpress-7-0-release-party-schedule/\">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who helps with testing!</p>\n\n\n\n<p class=\"wp-block-paragraph\">Please continue checking the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/7-0\">7.0-related posts</a> in the coming weeks for more information.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 7.0 RC2?</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What’s new in WordPress 7.0</strong>? Check out the <a href=\"https://wordpress.org/news/2026/02/wordpress-7-0-beta-1/\">Beta 1 announcement</a> and <a href=\"https://make.wordpress.org/core/tag/dev-notes+7-0/\">7.0 Developer Notes</a> for details and highlights. For technical information related to issues addressed since <a href=\"https://wordpress.org/news/2026/03/wordpress-7-0-release-candidate-1/\">RC1</a>, you can browse the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/7.0?since=2026-03-24&amp;until=2026-03-26\">GitHub commits</a> since March 24, 2026</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F24%2F2026..03%2F26%2F2026&amp;milestone=7.0&amp;group=component&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets</a> since March 24, 2026</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development. The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Get involved in testing</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Testing for issues is crucial to the development of any software. It’s also a meaningful way for anyone to contribute.&nbsp;</p>\n\n\n\n<p class=\"wp-block-paragraph\">Your help testing the WordPress 7.0 RC1 version is key to ensuring that the final release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. This <a href=\"https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/\">detailed guide</a> will walk you through testing features in WordPress 7.0.&nbsp;For those new to testing, follow <a href=\"https://make.wordpress.org/test/handbook/get-setup-for-testing/\">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p class=\"wp-block-paragraph\">What else to test:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/test/2026/03/11/its-time-to-test-real-time-collaboration/\">Real Time Collaboration</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/\">Pattern Editing and content-only Interactivity</a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report.&nbsp; You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.&nbsp;</p>\n\n\n\n<p class=\"wp-block-paragraph\">Curious about testing releases in general?&nbsp; Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Test on your hosting platforms</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Web hosts provide vital infrastructure for supporting WordPress and its users. Testing on hosting systems helps inform the development process while ensuring that WordPress and hosting platforms are fully compatible, free of errors, optimized for the best possible user experience, and that updates roll out to customer sites without issue.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Want to test WordPress on your hosting system? <a href=\"https://make.wordpress.org/hosting/test-results-getting-started/\">Get started with configuring distributed hosting tests here</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p class=\"wp-block-paragraph\">For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks for continuing to test your themes and plugins with the WordPress 7.0 beta releases. If you haven’t yet, make sure to conclude your testing and update the <em>&#8220;Tested up to”</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin’s readme file</a> to <code>7.0</code>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you find compatibility issues, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forum</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Do you speak a language other than English? ¿Español? Français? Русский? 日本語? हिन्दी? বাংলা? मराठी? ಕನ್ನಡ?&nbsp; You can <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help translate WordPress into more than 100 languages</a>. This release milestone (RC2) also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the <a href=\"https://make.wordpress.org/core/2026/03/25/wordpress-7-0-release-candidate-phase/\">7.0 release cycle</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">An RC2 haiku</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><em>At first just a dream</em>,</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>RC2 flows like a stream</em></p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>with seven-oh gleam.</em></p>\n\n\n\n<p class=\"has-text-align-right wp-block-paragraph\"><em>Props to <a href=\'https://profiles.wordpress.org/amykamala/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>amykamala</a> </em><a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a> <em>for proofreading and review.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20324\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WP Packages is Working the Way Open Source Should\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/news/2026/03/wp-packages/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Mar 2026 15:27:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20214\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:395:\"When WP Engine acquired WPackagist on March 12, the WordPress developer community faced a familiar question: what happens when critical open source infrastructure ends up under corporate control? The community already had an answer in progress. Four days later, WP Packages (formerly WP Composer) launched as a fully independent, community-funded alternative, with some neat additional [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Jonathan Bossenger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8351:\"\n<p class=\"wp-block-paragraph\">When WP Engine acquired WPackagist on March 12, the WordPress developer community faced a familiar question: what happens when critical open source infrastructure ends up under corporate control? The community already had an answer in progress. Four days later, <a href=\"https://wp-packages.org/\" target=\"_blank\" rel=\"noreferrer noopener\">WP Packages</a> (<a href=\"https://roots.io/wp-composer-is-now-wp-packages/\">formerly WP Composer</a>) launched as a fully independent, community-funded alternative, with some neat additional features.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Built by <a href=\"https://profiles.wordpress.org/retlehs/\">Ben Words</a> from <a href=\"https://roots.io/\" target=\"_blank\" rel=\"noreferrer noopener\">Roots</a>, the team behind Bedrock, Sage, and Trellis, WP Packages is a new open source Composer repository for WordPress plugins and themes. <a href=\"https://getcomposer.org/\">Composer</a> is PHP&#8217;s dependency manager, and it is how many professional WordPress developers install and update plugins and themes in their projects. Every free plugin and theme in the WordPress.org directory is available through WP Packages. <a href=\"#switch\">Migrating from WPackagist</a> can be done via a single script or a few terminal commands.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Happened and Why It Matters</strong></h2>\n\n\n\n<p class=\"wp-block-paragraph\">WPackagist was created in 2013 by Outlandish, a UK-based digital cooperative, and it served the WordPress Composer ecosystem for over a decade. In its later years the project suffered from deferred maintenance, slow update cycles, and little to no community input. When WP Engine announced the acquisition, developers raised immediate concerns about a private-equity-backed corporation controlling infrastructure this foundational to the WordPress developer workflow. WP Engine immediately updated the Composer <code>info</code> field to display a &#8220;WPackagist is now maintained by WP Engine&#8221; notice in every developer&#8217;s terminal. A small thing, but telling. That&#8217;s how corporate ownership changes the relationship between a tool and its users.</p>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-c1abb2c1 wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-embed aligncenter is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"embed-twitter\"><blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">And it only took less than 24h for this to pop up on every composer run:<br>&quot;Info from <a href=\"https://t.co/1EEb4PZ9N2\">https://t.co/1EEb4PZ9N2</a>: WPackagist is now maintained by WP Engine. Learn more at <a href=\"https://t.co/89b2hBWxd9\">https://t.co/89b2hBWxd9</a>&quot;<br>Which I&#39;m sure is a permanent message that will just shift to marketing. Prove me wrong<img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f921.png\" alt=\"🤡\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://t.co/HdcuQPkUqV\">https://t.co/HdcuQPkUqV</a></p>&mdash; Jonathan de Jong (@jonathan_dejong) <a href=\"https://twitter.com/jonathan_dejong/status/2032389680415625239?ref_src=twsrc%5Etfw\">March 13, 2026</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script></div>\n</div></figure>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Ben had already started building a WPackagist replacement last August, long before the acquisition made headlines. When WP Engine&#8217;s deal landed, he accelerated the launch, <a href=\"https://roots.io/introducing-wp-composer-as-a-wpackagist-replacement/\">going live on March 16</a> with a fully <a href=\"https://github.com/roots/wp-composer\">open source repository on GitHub</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><em>Open source repo ≠ transparent system. WP Packages makes everything public, including infrastructure and build process.</em> &#8211; <a href=\"https://x.com/retlehs/status/2034277432241385727?s=20\">Ben Word on X</a></p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s also just a better tool. WP Packages supports Composer v2&#8217;s metadata-url protocol, which lets Composer fetch metadata only for the packages a project actually needs. WPackagist still relies on the older provider-includes approach, forcing Composer to download large index files before resolving dependencies. Cold dependency resolves on WP Packages are roughly 17x faster: 0.7 seconds for 10 plugins compared to 12.3 seconds on WPackagist.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WP Packages also uses CDN caching with public cache headers and serves immutable, content-addressed per-package files. Package naming is cleaner (<code>wp-plugin/</code> and <code>wp-theme/</code> instead of <code>wpackagist-plugin/</code> and <code>wpackagist-theme/</code>), metadata includes plugin and theme authors, descriptions, and homepage URLs that WPackagist has been missing for years, and updates sync every five minutes rather than WPackagist&#8217;s roughly 90-minute cycle.</p>\n\n\n\n<h2 id=\"switch\" class=\"wp-block-heading\"><strong>How to Switch</strong></h2>\n\n\n\n<p class=\"wp-block-paragraph\">Switching from WPackagist to WP Packages requires just a few terminal commands.</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Remove your existing WPackagist packages:</li>\n</ol>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\"><code>composer remove wpackagist-theme/twentytwentyfive</code></code></pre>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Remove the WPackagist repository and add WP Packages:</li>\n</ol>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\"><code>composer config --unset repositories.wpackagist &amp;&amp; composer config repositories.wp-composer composer https://repo.wp-packages.org</code></code></pre>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Require packages with the new naming:</li>\n</ol>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\"><code>composer require wp-theme/twentytwentyfive</code></code></pre>\n\n\n\n<p class=\"wp-block-paragraph\">Alternatively, use the <a href=\"https://github.com/roots/wp-composer/blob/main/scripts/migrate-from-wpackagist.sh\">migration script</a> to automatically update your <code>composer.json</code>:</p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">curl -sO https://raw.githubusercontent.com/roots/wp-packages/main/scripts/migrate-from-wpackagist.sh &amp;&amp; bash migrate-from-wpackagist.sh</code></pre>\n\n\n\n<p class=\"wp-block-paragraph\">Roots also provides a <a href=\"https://github.com/roots/wp-packages-changelog-action\">WP Packages Changelog Action</a> for GitHub workflows that tracks dependency updates using the new naming format. Projects using <a href=\"https://roots.io/bedrock/\">Bedrock</a> already ship with WP Packages configured out of the box.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Open Source Wins</strong></h2>\n\n\n\n<p class=\"wp-block-paragraph\">The entire WP Packages project is public. The application code, documentation, and even the full Ansible deployment configuration are available on GitHub. Anyone can fork the repository and run their own WordPress Composer registry. Ben has also committed publicly that WP Packages will never use the Composer <code>info</code> field to push messages, ads, or upsells into developer terminals. That kind of restraint is easier to promise when a project answers to its community rather than to a corporate parent.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WP Packages is funded through <a href=\"https://github.com/sponsors/roots\">GitHub Sponsors</a>. Current sponsors include <a href=\"https://carrot.com/\">Carrot</a>, <a href=\"https://kinsta.com/\">Kinsta</a>, <a href=\"https://wordpress.com/\">WordPress.com</a>, and <a href=\"https://www.itineris.co.uk/\">Itineris</a>. The WordPress ecosystem has always been at its strongest when the community builds the tools it needs in the open. Ben saw a gap forming months before anyone else was paying attention, built something better than what existed, and released it for everyone. No acquisition required. No boardroom decisions about availability or pricing. Just developers solving a problem for other developers and sharing the result. Open source wins.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20214\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 7.0 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2026/03/wordpress-7-0-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 Mar 2026 19:32:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"7-0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:18:\"release candidates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20229\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"The first Release Candidate (“RC1”) for WordPress 7.0 is ready for download and testing! This version of the WordPress software is still under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it’s recommended to evaluate RC1 on a test server and site. WordPress 7.0 RC1 [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Amy Kamala\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11508:\"\n<p class=\"wp-block-paragraph\">The first Release Candidate (“RC1”) for WordPress 7.0 is ready for download and testing!</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>This version of the WordPress software is still under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it’s recommended to evaluate RC1 on a test server and site.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 RC1 can be tested using any of the following methods:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream.)</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-7.0-RC1.zip\">RC1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command: <br><code>wp core update --version=7.0-</code>RC1</td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href=\"https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn\">WordPress Playground instance</a> to test the software directly in your browser.&nbsp; No setup required – just click and go!&nbsp;</td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The scheduled final release date for WordPress 7.0 is <strong>April 9, 2026</strong>. The full <a href=\"https://make.wordpress.org/core/2026/02/12/wordpress-7-0-release-party-schedule/\">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who helps with testing!</p>\n\n\n\n<p class=\"wp-block-paragraph\">Please continue checking the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/7-0\">7.0-related posts</a> in the coming weeks for more information.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 7.0 RC1?</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What’s new in WordPress 7.0</strong>? Check out the <a href=\"https://wordpress.org/news/2026/02/wordpress-7-0-beta-1/\">Beta 1 announcement</a> and <a href=\"https://make.wordpress.org/core/tag/dev-notes+7-0/\">WordPress 7.0 Developer Notes</a> for details and highlights.</p>\n\n\n\n<p class=\"wp-block-paragraph\">RC1 contains more than 134 updates and fixes since the Beta 5 release. You can browse the technical details for all issues addressed since Beta 5 using these links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/7.0?since=2026-03-12&amp;until=2026-03-24\">GitHub commits</a> since March 12, 2026</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F12%2F2026..03%2F24%2F2026&amp;milestone=7.0&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets</a> since March 12, 2026</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">New Features since Beta 1</h3>\n\n\n\n<p class=\"wp-block-paragraph\">The release squad in conjunction with project leadership identified additional features that were not ready for beta 1 but are included in RC1 as supporting requirements for flagship features of the release.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://core.trac.wordpress.org/ticket/64730\">AI Connectors Screen</a> &#8211; A new admin screen for connecting AI providers to your site and an <a href=\"https://core.trac.wordpress.org/ticket/64791\">API for registering additional ones</a>.</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/75757\">The Command Palette</a> is now available via a <code>⌘K</code> or <code>Ctrl+K</code> shortcut in the admin bar.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Want to look deeper into the details and technical notes for this release? These tickets and pull requests are just some of the latest updates:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/76700\">#GB-76700</a>: Client Side Media as plugin only</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/76722\">#GB-76722</a>: Add support for non-AI providers on Connector&#8217;s Screen</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/76736\">#GB-76736</a>: New activation hook to enable RTC by default</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/ticket/64904\">#64904</a>: <code>WP_ALLOW_COLLABORATION</code> constant for RTC</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/76704\">#</a><a href=\"https://github.com/WordPress/gutenberg/pull/76643\">GB-76704</a>: Increased polling intervals for RTC</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/76643\">#GB-76643</a>: Real Time Collaboration is opt-in by default</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/76460\">#GB-76460</a>: Toggle to turn RTC session notifications on/off</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/changeset/62046\">#62046</a>: Update PHP AI Client package to 1.3.1</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/76550\">#GB-76550</a>: Revisions: Show changed block attributes in sidebar</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/changeset/62067\">#62067</a>: Single config option to disable all LLM related features</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/ticket/63697\">#63697</a>: OPCache added to <code>Site Health &gt; Info &gt; Server</code></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The final release is on track for April 9, 2026.</strong> As always, a successful release depends on your confirmation during testing. So please download and test!</p>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development. The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help test this release</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Testing for issues is crucial to the development of any software. It’s also a meaningful way for anyone to contribute.&nbsp;Your help testing the WordPress 7.0 RC1 version is key to ensuring that the final release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. This <a href=\"https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/\">detailed guide</a> will walk you through testing features in WordPress 7.0.</p>\n\n\n\n<p class=\"wp-block-paragraph\">What to test:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/test/2026/03/11/its-time-to-test-real-time-collaboration/\">Real Time Collaboration</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/\">Pattern Editing and content-only Interactivity</a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Test on your hosting platforms</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Hosting systems provide vital infrastructure for supporting WordPress and its users. Testing on hosting infrastructure ensures that WordPress and hosting systems are fully compatible, free of errors, optimized for the best possible user experience, and that updates roll out to customer sites without issue. Thank you to all <a href=\"https://make.wordpress.org/hosting/test-results/\">web hosts who test WordPress</a>!</p>\n\n\n\n<p class=\"wp-block-paragraph\">Want to set up testing on your hosting system? <a href=\"https://make.wordpress.org/hosting/test-results-getting-started/\">Get started with configuring distributed hosting tests here</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p class=\"wp-block-paragraph\">For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks for continuing to test your themes and plugins with the WordPress 7.0 beta releases. With RC1, you’ll want to conclude your testing and update the <em>“Tested up to”</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin’s readme file</a> to <code>7.0</code>. If you find compatibility issues, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forum</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Do you speak a language other than English? ¿Español? Français? Русский? 日本語? हिन्दी? বাংলা? मराठी? ಕನ್ನಡ?  You can <a href=\"https://make.wordpress.org/polyglots/handbook/translating/\">help translate WordPress into more than 100 languages</a>. This release milestone (RC1) marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 7.0 release cycle. However, strings will not be available for translation until RC2 later this week.</p>\n\n\n\n<h2 class=\"wp-block-heading\">An RC1 haiku</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><em>RC1 arrives</em></p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>with momentum, sped up time</em></p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>and jazz on the mind.</em></p>\n\n\n\n<p class=\"has-text-align-right wp-block-paragraph\"><em>Props to <a href=\'https://profiles.wordpress.org/4thhubbard/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>4thhubbard</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/jorbin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jorbin</a> for collaboration and review.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20229\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 7.0 Beta 5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/03/wordpress-7-0-beta-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Mar 2026 15:49:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"7-0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20189\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"WordPress 7.0 Beta 5 is ready for download and testing! This version of the WordPress software is still under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it’s recommended to test Beta 5 on a test server and site.WordPress 7.0 Beta 5 can be tested [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Ahmed Kabir Chaion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6719:\"\n<p class=\"wp-block-paragraph\">WordPress 7.0 Beta 5 is ready for download and testing!</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>This version of the WordPress software is still under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it’s recommended to test Beta 5 on a test server and site.WordPress 7.0 Beta 5 can be tested using any of the following methods:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream.)</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-7.0-beta5.zip\">Beta 5 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=7.0-beta</code>5</td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href=\"https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn\">WordPress Playground instance</a> to test the software directly in your browser.  No setup is required – just click and go! </td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The scheduled final release date for WordPress 7.0 is still <strong>April 9, 2026</strong>. &nbsp;The full <a href=\"https://make.wordpress.org/core/2026/02/12/wordpress-7-0-release-party-schedule/\">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who helps with testing!</p>\n\n\n\n<p class=\"wp-block-paragraph\">Please continue checking the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/7-0\">7.0-related posts</a> in the coming weeks for more information. <strong>What’s new in WordPress 7.0</strong>? Check out the <a href=\"https://wordpress.org/news/2026/02/wordpress-7-0-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2026/02/wordpress-7-0-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2026/03/wordpress-7-0-beta-3/\">Beta 3</a> and <a href=\"https://wordpress.org/news/2026/03/wordpress-6-9-3-and-7-0-beta-4/\">Beta 4</a> announcements for details and highlights.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to test this release</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Your help testing the WordPress 7.0 Beta 5 version is key to ensuring everything in the release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. This <a href=\"https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/\">detailed guide</a> will walk you through testing features in WordPress 7.0.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Beta 5 updates and highlights</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 Beta 5 contains more than 101 updates and fixes since the Beta 3 release.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Each beta cycle focuses on bug fixes, and more are on the way with your help through testing. You can browse the technical details for all issues addressed since Beta 3 using these links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/7.0?since=2026-03-05&amp;until=2026-03-12\">GitHub commits</a> since March 5, 2026</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F05%2F2026..03%2F12%2F2026&amp;milestone=7.0&amp;group=component&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets</a> since March 5, 2026</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Issues addressed since Beta 4:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/7.0?since=2026-03-10&amp;until=2026-03-12\">GitHub commits</a> since March 10, 2026</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F10%2F2026..03%2F12%2F2026&amp;milestone=7.0&amp;group=component&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets</a> since March 10, 2026</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>WordPress 7.0 Beta 5 contains a new feature!</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">Instantly access all the tools you need with a single click using the <strong>new Command Palette shortcut in the Omnibar</strong>! In 7.0 Beta 5, logged-in editors will see a field with a <code>⌘K</code> or <code>Ctrl+K</code> symbol in the upper admin bar that unfurls the command palette when clicked. The new command palette entry point streamlines navigation and customization, giving you full control from anywhere on your site &#8211; whether you’re editing, designing or just browsing plugins.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Beta 5 haiku</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><em>A smooth melody</em></p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beta 5 plays on its strings.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Seven brings good things.</em></p>\n\n\n\n<p class=\"has-text-align-right wp-block-paragraph\"><em>Props to <a href=\'https://profiles.wordpress.org/amykamala/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>amykamala</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a> and <a href=\'https://profiles.wordpress.org/4thhubbard/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>4thhubbard</a> for proofreading and review.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20189\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"WordPress 6.9.4 Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2026/03/wordpress-6-9-4-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Mar 2026 15:34:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"minor-releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20184\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:366:\"WordPress 6.9.4 is now available WordPress 6.9.2 and WordPress 6.9.3 were released yesterday, addressing 10 security issues and a bug that affected template file loading on a limited number of sites. The WordPress Security Team has discovered that not all of the security fixes were fully applied, therefore 6.9.4 has been released containing the necessary [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2240:\"\n<h2 class=\"wp-block-heading\">WordPress 6.9.4 is now available</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.org/news/2026/03/wordpress-6-9-2-release/\">WordPress 6.9.2</a> and <a href=\"https://wordpress.org/news/2026/03/wordpress-6-9-3-and-7-0-beta-4/\">WordPress 6.9.3</a> were released yesterday, addressing 10 security issues and a bug that affected template file loading on a limited number of sites.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The WordPress Security Team has discovered that not all of the security fixes were fully applied, therefore 6.9.4 has been released containing the necessary additional fixes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because this is a security release,<strong> it is recommended that you update your sites immediately</strong>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You can <a href=\"https://wordpress.org/wordpress-6.9.4.zip\">download WordPress 6.9.4 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p class=\"wp-block-paragraph\">For more information on WordPress 6.9.4, please visit the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-9-4/\">version page on the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Security updates included in this release</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The security team would like to thank the contributors who reported and investigated this issue, in particular <a href=\"https://profiles.wordpress.org/kraftner\">Thomas Kräftner</a> for his responsible disclosure. The security issues that are resolved in 6.9.4 are:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A PclZip path traversal issue reported independently by <a href=\"https://profiles.wordpress.org/francescocarlucci/\">Francesco Carlucci</a> and <a href=\"https://profiles.wordpress.org/kaminuma/\">kaminuma</a></li>\n\n\n\n<li>An authorization bypass on the Notes feature reported by <a href=\"https://profiles.wordpress.org/kaminuma/\">kaminuma</a></li>\n\n\n\n<li>An XXE in the external getID3 library reported by <a href=\"https://profiles.wordpress.org/regex33/\">Youssef Achtatal</a></li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20184\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Your Browser Becomes Your WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2026/03/announcing-my-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Mar 2026 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=19831\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:341:\"For nearly two decades, WordPress has been known for a simple, powerful idea: that anyone should be able to get online and start creating with minimal friction. The famous five-minute install captured that spirit for an earlier era of the web. Today, we’re introducing my.WordPress.net, a new take on that idea designed for a new [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brandon Payton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15684:\"\n<p class=\"wp-block-paragraph\">For nearly two decades, WordPress has been known for a simple, powerful idea: that anyone should be able to get online and start creating with minimal friction. The famous five-minute install captured that spirit for an earlier era of the web. Today, we’re introducing <strong><a href=\"https://my.wordpress.net/\">my.WordPress.net</a></strong>, a new take on that idea designed for a new generation of creators.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"421\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/02/image1-revised.png?resize=1024%2C421&#038;ssl=1\" alt=\"\" class=\"wp-image-20049\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/02/image1-revised.png?resize=1024%2C421&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/02/image1-revised.png?resize=300%2C123&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/02/image1-revised.png?resize=768%2C316&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/02/image1-revised.png?resize=1536%2C632&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/02/image1-revised.png?w=1999&amp;ssl=1 1999w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">With my.WordPress.net, WordPress runs entirely and persistently in your browser. There’s no sign-up, no hosting plan, and no domain decision standing between you and getting started. Built on <a href=\"https://wordpress.org/playground/\">WordPress Playground</a>, my.WordPress.net takes the same technology that powers instant WordPress demos and turns it into something permanent and personal. This isn’t a temporary environment meant to be discarded. It’s a WordPress that stays with you.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>New Ways to WordPress</strong></h2>\n\n\n\n<p class=\"wp-block-paragraph\">When you open my.WordPress.net, you’re placed directly into a complete WordPress environment that runs entirely in your browser. What makes this approach meaningful is not just where WordPress runs, but how it changes the relationship between people and the software itself. By removing the need to sign up or make early decisions about hosting and visibility, my.WordPress.net reframes WordPress as a space you can enter and work within, rather than a service you have to configure before you begin.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">“This takes WordPress from being framed as something that is democratizing publishing to democratizing digital sovereignty.” &#8211; <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a></p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Seen through that lens, my.WordPress.net is not just about convenience. As you don’t need to choose a hosting provider, your WordPress belongs entirely to you. In a publishing environment, you’d briefly interact with WordPress as you prepare your next post. In a personal setting, it becomes a place you shape and return to. That change unlocks new ways of thinking about what WordPress can be.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Permanently and Privately Yours</strong></h2>\n\n\n\n<p class=\"wp-block-paragraph\">Because sites on my.WordPress.net are private by default and not accessible from the public internet, they don’t behave like traditional websites. They aren’t optimized for traffic, discovery, or presentation, and they don’t need to be. Instead, WordPress becomes a personal environment where ideas can exist before they are ready to be shared, or where they may never be shared at all.</p>\n\n\n\n<p class=\"wp-block-paragraph\">This changes how WordPress can be used day to day. It becomes a place to think, to draft, to organize, and to experiment without pressure, whether that means writing privately, collecting research, or building small tools for personal use. Learning also fits naturally into this model, since people can explore plugins, themes, and features inside a real WordPress environment where mistakes are expected and recoverable.</p>\n\n\n\n<p class=\"wp-block-paragraph\">This turns WordPress into a personal workspace. It becomes a place for thinking, learning, prototyping, and tinkering, where exploration matters more than outcomes. In that role, WordPress shifts from being something you prepare for others to visit into something you actively work inside, adapting to how you want to create and learn over time.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Sparking Creativity with Apps</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"566\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/02/image4-revised.png?resize=1024%2C566&#038;ssl=1\" alt=\"\" class=\"wp-image-20046\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/02/image4-revised.png?resize=1024%2C566&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/02/image4-revised.png?resize=300%2C166&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/02/image4-revised.png?resize=768%2C425&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/02/image4-revised.png?resize=1536%2C849&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/02/image4-revised.png?w=1999&amp;ssl=1 1999w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">To make these ideas concrete, my.WordPress.net includes an App Catalog with pre-configured experiences designed specifically for personal use, built with <a href=\"https://wordpress.org/plugins/\">WordPress plugins</a>. These examples highlight how WordPress can function when it’s private, persistent, and easy to experiment with. Each app installs with a single click and configures itself automatically.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Personal CRM</strong></h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"531\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/02/image2-revised.png?resize=1024%2C531&#038;ssl=1\" alt=\"\" class=\"wp-image-20048\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/02/image2-revised.png?resize=1024%2C531&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/02/image2-revised.png?resize=300%2C155&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/02/image2-revised.png?resize=768%2C398&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/02/image2-revised.png?resize=1536%2C796&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/02/image2-revised.png?w=1999&amp;ssl=1 1999w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">A private relationship manager designed to help you stay in touch with people who matter to you. Contacts can be grouped, enriched with personal details, and paired with reminders to reconnect. In the demo, this extends to analyzing communication patterns using imported chat data, all stored locally inside WordPress.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Personal RSS Reader</strong></h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"553\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/02/image7-revised.png?resize=1024%2C553&#038;ssl=1\" alt=\"\" class=\"wp-image-20043\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/02/image7-revised.png?resize=1024%2C553&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/02/image7-revised.png?resize=300%2C162&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/02/image7-revised.png?resize=768%2C415&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/02/image7-revised.png?resize=1536%2C829&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2026/02/image7-revised.png?w=1999&amp;ssl=1 1999w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Using the <a href=\"https://wordpress.org/plugins/friends/\">Friends plugin</a>, WordPress becomes a quiet, personal feed reader. Instead of relying on external platforms, you can follow sites and creators inside your own WordPress and read at your own pace, free from algorithms or engagement pressure.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>AI Workspace and Knowledge Base</strong></h3>\n\n\n\n<figure data-wp-context=\"{&quot;galleryId&quot;:&quot;69e0d37f7abb7&quot;}\" data-wp-interactive=\"core/gallery\" class=\"wp-block-gallery has-nested-images columns-default wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f7afac&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f7afac\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"540\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20045\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/02/image5-revised.png?resize=1024%2C540&#038;ssl=1\" alt=\"\" class=\"wp-image-20045\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/02/image5-revised.png?resize=1024%2C540&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/02/image5-revised.png?resize=300%2C158&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/02/image5-revised.png?resize=768%2C405&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/02/image5-revised.png?w=1348&amp;ssl=1 1348w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e0d37f7b594&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69e0d37f7b594\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"539\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"20044\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/02/image6-revised.png?resize=1024%2C539&#038;ssl=1\" alt=\"\" class=\"wp-image-20044\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2026/02/image6-revised.png?resize=1024%2C539&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2026/02/image6-revised.png?resize=300%2C158&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2026/02/image6-revised.png?resize=768%2C404&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2026/02/image6-revised.png?w=1350&amp;ssl=1 1350w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			data-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.thisImage.buttonRight\"\n			data-wp-style--top=\"state.thisImage.buttonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">Because my.WordPress.net is powered by WordPress Playground, an AI assistant can safely modify it, empowering you to customize beyond what you&#8217;re used to. Ask it to modify a plugin to your liking, or create an entirely new one, featuring your desired block. Ask it about the data you have stored in your WordPress. The assistant remembers what it touches and makes it easy to share your changes with others. Over time, WordPress itself can become your personal knowledge base that the AI understands and works with.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Zero Barriers</strong></h2>\n\n\n\n<p class=\"wp-block-paragraph\">my.WordPress.net lowers the barrier to getting started with WordPress to almost nothing. It offers a fast, commitment-free way to explore, learn, and build, whether the result is a long-term personal project or something that eventually moves elsewhere. In that sense, it updates the spirit of the <a href=\"https://developer.wordpress.org/advanced-administration/before-install/howto-install/\">five-minute install</a> for a browser-first web.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What you should know</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Storage starts at roughly 100 MB</li>\n\n\n\n<li>The first launch takes a little longer while WordPress downloads and initializes</li>\n\n\n\n<li>All data stays in your browser and is not uploaded anywhere</li>\n\n\n\n<li>Each device has its own separate installation</li>\n\n\n\n<li>Backups should be downloaded regularly</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Create and explore</strong></h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress has always grown through experimentation. People trying things, breaking things, and discovering new ways to use the platform have shaped what WordPress is today.</p>\n\n\n\n<p class=\"wp-block-paragraph\">my.WordPress.net continues that tradition by making experimentation easier and more personal. It’s an invitation to create without pressure, to explore ideas that may never be published, and to use WordPress in ways that fit your life.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://my.wordpress.net/\">Start exploring at <strong>my.WordPress.net</strong></a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\"><em><a href=\"https://my.wordpress.net/\">my.WordPress.net</a> is built on WordPress Playground technology. Learn more at <a href=\"https://wordpress.org/playground/\">WordPress.org/playground</a> or join the conversation in the #meta-playground channel on <a href=\"https://make.wordpress.org/chat/\">WordPress Slack</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"19831\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"WordPress 6.9.3 and 7.0 beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/news/2026/03/wordpress-6-9-3-and-7-0-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Mar 2026 23:41:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"minor-releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20166\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:361:\"WordPress 6.9.2 was released earlier today and addressed 10 security issues. A few users have subsequently reported an issue where the front end of their site was appearing blank after updating to 6.9.2. The issue has been narrowed down to some themes using an unusual approach to loading template files via &#8220;stringable objects&#8221; instead of [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5985:\"\n<p class=\"wp-block-paragraph\"><a href=\"https://wordpress.org/news/2026/03/wordpress-6-9-2-release/\">WordPress 6.9.2 was released earlier today</a> and addressed 10 security issues.</p>\n\n\n\n<p class=\"wp-block-paragraph\">A few users have subsequently reported an issue where the front end of their site was appearing blank after updating to 6.9.2. The issue has been narrowed down to some themes using an unusual approach to loading template files via &#8220;stringable objects&#8221; instead of primitive strings for file paths.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Although this is is not an officially supported approach to loading template files in WordPress (the <code>template_include</code> filter only accepts a string), it nevertheless caused some sites to break. As a result, the Security Team has decided to address this in a fast follow 6.9.3 release.</p>\n\n\n\n<p class=\"wp-block-paragraph\">As always,<strong> it is recommended that you update your sites to the latest version of WordPress immediately.</strong> This ensures your site is protected by all available security fixes in 6.9.2 and that you will not be affected by the bug fixed in 6.9.3.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Many thanks to those who reported the issue, assisted in narrowing down the problem, and helped with the fix, in particular <a href=\"https://profiles.wordpress.org/josklever/\">Jos Klever</a> who assisted throughout the process.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You can&nbsp;<a href=\"https://wordpress.org/wordpress-6.9.3.zip\">download WordPress 6.9.3 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic background updates, the update process will begin shortly. You don&#8217;t have to do a thing!</p>\n\n\n\n<p class=\"wp-block-paragraph\">For more information on WordPress 6.9.3, please visit the&nbsp;<a href=\"https://wordpress.org/documentation/wordpress-version/version-6-9-3/\">version page on the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 7.0 beta 4</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The next major release of WordPress will be&nbsp;<a href=\"https://make.wordpress.org/core/7-0/\">version 7.0</a>, which is planned for April 9, 2026. The Security Team has decided to package a new beta release (7.0 beta 4) to keep everyone protected from the patched vulnerabilities, including the dedicated members of the community focusing their time and effort on testing the upcoming release.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>This will be an additional beta release in the 7.0 release cycle.</strong> The schedule will remain the same going forward, but with five total beta releases instead of the previously planned four. The next 7.0 beta release is still scheduled for Thursday, March 12th.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>This beta version of the WordPress software is still under development</strong>. Please do not install, run, or test WordPress 7.0 beta versions on production or mission-critical websites. Instead, you should evaluate Beta 4 on a test server and site.</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream.)</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-7.0-beta4.zip\">Beta 4 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command: <br><code>wp core update --version=7.0-beta</code>4</td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href=\"https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn\">WordPress Playground instance</a> to test the software directly in your browser.&nbsp; No setup is required – just click and go!&nbsp;</td></tr></tbody></table></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Beta 4 updates and highlights</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 Beta 4 contains the ten security patches shipped in WordPress 6.9.2, and more than 49 updates and fixes since the Beta 3 release, including 14 in the Editor and 35 in Core.&nbsp;</p>\n\n\n\n<p class=\"wp-block-paragraph\">Each beta cycle focuses on bug fixes. More are on the way, thanks to your help with testing. You can browse the technical details for all issues addressed since Beta 3 at these links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/compare/f4d8a5803aa2fbe26e7d9af4d17e80a622b7bab8...9b8144036fa5faf75de43d4502ff9809fcf689ad\">GitHub commits for 7.0 </a>&nbsp;since March 5, 2026</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F05%2F2026..03%2F10%2F2026&amp;milestone=7.0&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets for 7.0</a> since March 5, 2026</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">As always, a successful release depends on your confirmation during testing. So please download and test!</p>\n\n\n\n<p class=\"has-text-align-right wp-block-paragraph\"><em>Props <a href=\'https://profiles.wordpress.org/peterwilson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>peterwilson</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>, <a href=\'https://profiles.wordpress.org/amykamala/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>amykamala</a> for peer reviewing.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"20166\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 16 Apr 2026 12:21:34 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:37:\"Accept-Encoding, accept, content-type\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Sat, 11 Apr 2026 18:21:14 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}s:5:\"build\";i:1776146362;s:21:\"cache_expiration_time\";i:1776385295;s:23:\"__cache_expiration_time\";i:1776385295;}','off');
INSERT INTO `wp_options` VALUES (1707,'_site_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1776385296','off');
INSERT INTO `wp_options` VALUES (1708,'_site_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1776342096','off');
INSERT INTO `wp_options` VALUES (1709,'_transient_timeout_action_scheduler_last_pastdue_actions_check','1776363696','off');
INSERT INTO `wp_options` VALUES (1710,'_transient_action_scheduler_last_pastdue_actions_check','1776342096','off');
INSERT INTO `wp_options` VALUES (1711,'_site_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1776385298','off');
INSERT INTO `wp_options` VALUES (1712,'_site_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:112:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"Open Channels FM: Podcasting 2.0: The Open Source Movement Reshaping How We Create and Consume Audio\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2552870\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://openchannels.fm/podcasting-2-0-the-open-source-movement-reshaping-how-we-create-and-consume-audio/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:157:\"This episode explores Podcasting 2.0, highlighting community-driven enhancements to RSS, the balance of distribution platforms, and evolving podcast formats.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Apr 2026 09:34:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Gutenberg Times: Building a block theme from scratch – Workshop resources\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=45222\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://gutenbergtimes.com/building-a-block-theme-from-scratch-workshop-resources/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8643:\"<p class=\"wp-block-paragraph\">It was great fun to conduct a Workshop at WordCamp Asia contributor day. Roughly 100 students were in the class and it was a great interactive session. I also know that there were quite a few of you who didn&#8217;t get to join us because there wasn&#8217;t enough room. </p>\n\n\n\n<p class=\"has-light-background-background-color has-background has-small-font-size wp-block-paragraph\">Birgit Pauli-Haack workshop on the block editor and full-site editing was a highlight of the entire event. Her depth of knowledge and infectious enthusiasm for the future of WordPress left me inspired and ready to dive deeper. &#8211; <a href=\"https://www.linkedin.com/in/web-developer-kinjal-dwivedi?miniProfileUrn=urn%3Ali%3Afsd_profile%3AACoAACgywxYBuG3MU5Yxf0kyyfzjDhx6yfZufKU\">Kinjal Dwivedi</a> </p>\n\n\n\n<p class=\"wp-block-paragraph\">If you attended the <strong>Block Theme Development</strong> workshop at WordCamp Asia 2026 in Mumbai and want to revisit the exercises, or if you couldn&#8217;t make it but want to work through it on your own, the complete <a href=\"https://github.com/bph/workshop\">workshop bundle is available on GitHub</a>. Everything you need to follow along is included: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>the reference theme, </li>\n\n\n\n<li>demo content with media, </li>\n\n\n\n<li>step-by-step instructions to start your theme, and </li>\n\n\n\n<li>a blueprint to set up a local site with WordPress Studio or with WordPress Playground. </li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">You can get started within minutes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have used the Site Editor to customize a theme but have not yet built one from scratch, this workshop is a great next step. The exercises stay entirely within the visual editor. By the end, you will have a working portfolio theme and a solid understanding of how template parts, patterns, global styles, and custom templates fit together. Using the <a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block theme plugin</a>, you can save all your changes in the new theme files, export it and use it on other websites. </p>\n\n\n\n<h3 class=\"wp-block-heading\">A quick primer before you start</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Before jumping into the exercises, it is worth reviewing the <a href=\"https://docs.google.com/presentation/d/1PhgUSe6gyjPxXFq315yCH-zavA2rZHQD34nVmnGgC1I/edit?slide=id.p1#slide=id.p1\">workshop slide deck</a>. If you are coming from classic WordPress themes, the mental model is different. A block theme replaces PHP template files with HTML templates built from block markup, and it replaces scattered CSS with a single <code>theme.json</code> file that defines your colors, typography, spacing, and layout in one place. Templates and template parts live in their own folders, and every piece of them is made of blocks.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The Site Editor is where it all comes together. It gives you a visual canvas for designing templates, setting global styles, and previewing changes in real time. Developers ship defaults through <code>theme.json</code>; site owners customize through the Site Editor. When a user makes a change in the editor, it takes precedence over the theme default. Understand that layering is key before you dive into the exercises.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What the workshop covers</h3>\n\n\n\n<p class=\"wp-block-paragraph\">The workshop walks you through building <em>Concrete &amp; Light</em>, a block theme for a fictional heritage architecture studio based in Mumbai. Rather than starting from theory, you start from a working site with real content — five pages and three project posts — and progressively shape the design through the Site Editor.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"Reference theme for the Building block theme from scratch Concrete &amp; Light. \" class=\"wp-image-45230\" height=\"489\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/04/screenshot.png?resize=652%2C489&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Three guided exercises take you from basics to custom templates:</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Exercise 1: Styling the Header.</strong> You install fonts (Jost and Playfair Display), set up a semantic color palette, configure typography presets, and transform the default header into a dark, minimal navigation bar with uppercase text and an accent border. This is where you get comfortable with global styles and template parts.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Exercise 2: Footer and Global Elements.</strong> You build a four-column footer with studio branding, page links, social channels, and addresses. Then you style headings, links, and buttons across the entire site to ensure design consistency. By the end, you understand how global element styles cascade through your theme.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Exercise 3: Page Templates.</strong> This is where it gets interesting. You create a Landing Page template with a full-viewport hero image, a 40% overlay, and a dynamically pulled page title — no hardcoded text. Then you build a Category Projects template with a three-column query loop grid, giving you hands-on experience with archive templates and dynamic content.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You use the visual tools WordPress provides and see the results immediately. The <a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme</a> plugin is pre-installed so you can export your modifications as a proper theme at any point.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Getting started on your own</h3>\n\n\n\n<p class=\"wp-block-paragraph\">You have three options for setting up your site:  </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A visual app, <a href=\"https://developer.wordpress.com/studio/\">WordPress Studio</a> can import the included blueprint and have your site ready in a couple of minutes. </li>\n\n\n\n<li>Using the command line, the Studio CLI will do the same thing with a single command. </li>\n\n\n\n<li>Or skip the install entirely, <a href=\"https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/bph/workshop/main/blueprint-studioapp.json\">open the workshop site directly in WordPress Playground</a> — it loads right in your browser with all the content and plugins already in place. </li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://gutenbergtimes.com/wordcamp-asia-2026-workshop/\" id=\"44811\" type=\"page\">Instructions</a> for installing WordPress Studio or using the Studio CLI for the workshop are also available. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Whichever route you choose, the blueprint automatically installs WordPress, activates the required plugins, imports all demo content and media, and configures the site settings.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Once your site is running, open the <a href=\"https://github.com/bph/workshop/tree/main/instructions\">exercise instructions on GitHub</a> and work through them at your own pace. The instructions include color references, specific block settings, and enough context that you should not get stuck even without a workshop facilitator in the room.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The <a href=\"https://github.com/bph/workshop\">full workshop bundle</a> is on GitHub. Fork it, clone it, or just download the ZIP. And if you build something with it, we would love to hear about it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have trouble or run into problems, email pauli@gutenbergtimes.com or ping me on WP Slack or create an issue or discussion on GitHub </p>\n\n\n\n<h2 class=\"wp-block-heading\">Resources to learn more</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://docs.google.com/presentation/d/1PhgUSe6gyjPxXFq315yCH-zavA2rZHQD34nVmnGgC1I/edit?slide=id.p1#slide=id.p1\">Slidedeck: Building a block theme from scratch</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/\">Theme Handbook</a> on WordPress.org </li>\n\n\n\n<li><a href=\"https://gutenbergtimes.com/wordcamp-asia-2026-workshop/\">Setup Instructions</a> </li>\n\n\n\n<li><a href=\"https://href.li/?https://github.com/bph/workshop\">GitHub Repo</a> with instructions for the workshop</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/page/2/?s=theme.json&amp;post_type=post\">List of tutorials on theme.json </a>on the WordPress developer blog</li>\n\n\n\n<li><a href=\"https://fullsiteediting.com/courses/full-site-editing-for-theme-developers/\">Full site editing for theme developers </a>by Carolina Nymark</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Apr 2026 09:23:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: #212 – Anne Bovelett on How Web Accessibility Boosts Traffic, SEO, and Revenue\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=203467\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/podcast/212-anne-bovelett-on-how-web-accessibility-boosts-traffic-seo-and-revenue\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:57574:\"<details>Transcript<div>\n<p class=\"wp-block-paragraph\">[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:00:26] Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes, and in this case how web accessibility boosts traffic, SEO, and revenue.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:00:39] If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:00:56] If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you or your idea featured on the show. Head to wptavern.com/contact/jukebox and use the form there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:01:13] So on the podcast today we have Anne Bovelett.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:01:16] Anne is a seasoned accessibility strategist with many years of experience in the tech industry. Her journey into accessible design began several years ago, and since then, she&#8217;s become a passionate advocate for making the web a more inclusive place. Especially for WordPress users and developers. Drawing from her background in consulting, training, and her own experiences, Anne&#8217;s work focuses on the intersection of accessibility, universal design, and tangible business outcomes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:01:46] This episode explores accessibility, not just as a moral imperative, but as a strategic advantage for website owners and businesses. Anne explains how neglecting accessibility means you are leaving serious money on the table, referencing compelling research from a variety of credible sources. These studies reveal practical data. Compliant sites enjoy increases in organic traffic, a boost in keyword rankings, stronger authority, and significant financial opportunities, sometimes running into millions and even billions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:02:22] Anne talks about why accessibility hasn&#8217;t always been prioritised on the web, using analogies of the physical world, and the history of web development. She gets into the technical side as well, but this conversation is specifically geared towards the real world, bottom line, business benefits of accessible websites. Reach more users, boost revenue, and even reduce support costs.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:02:46] If you&#8217;re a website owner, developer, or digital business leader who&#8217;s ever wondered whether accessibility is worth it, this episode is for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:02:57] If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:07] And so without further delay, I bring you Anne Bovelett.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:17] I am joined on the podcast by Anne Bovelett. Hello Anne.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:20] <strong>Anne Bovelett:</strong> Hi Nathan. Thank you for having me today.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:23] <strong>Nathan Wrigley:</strong> You are very welcome. Anne and I have been talking for quite a long time before we hit record and we&#8217;ve covered a lot of ground. But the ground that we&#8217;re going to cover today is all to do with accessibility, your WordPress website and why, well, why you are leaving money on the table if you are not pursuing the accessibility goals that you probably should be in the year 2026.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:43] Before we begin that, I guess it would be a good idea for you, Anne, to give us your credentials. Tell us a little bit about you and how come you get to speak authoritatively about accessibility in WordPress. So over to you, give us your bio.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:55] <strong>Anne Bovelett:</strong> It&#8217;s the most dangerous thing to ask me ever, right? Because I always talk too much.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:01] So let me do it differently this time. When I started figuring out about accessibility, about six years ago, I quickly realised that it&#8217;s not that complex to learn accessible coding. It&#8217;s not that complex to learn universal design principles. But what is hard for a lot of people working in accessibility is that many of them have this very social way of acting. I do too. I&#8217;m in it for the right reason, I think, because I want everybody to have freedom and also the freedom to make the same mistakes that we do, but also not to be constrained in any way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:46] And then I was speaking to accessibility specialists, remediators, and in every layer of businesses, and I realised that they were being punched upon by organisations because they were just getting too many roles in one. The expectations were insane. So companies were 2 &#8211; 3000 people working for them, outputting I don&#8217;t know what kinds of digital products and websites, would expect one person to be the accessibility person to guard the compliance. And I mean this is a recipe for burnout 101.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:21] And one thing I don&#8217;t have a lack of is a big mouth. And one of the reasons why I started working for myself is because of that big mouth. I was not material to be hired, even though I managed to work for 22 years in employment. I realised at some point, if I ask a good fee, for some reason people take me seriously. Have you ever noticed that, Nathan? The more money you ask for, the more serious they&#8217;re going to take you. It&#8217;s absolutely ridiculous. But that&#8217;s what&#8217;s happening.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:05:59] And so I was trying to find my way in accessibility, like where do I fit in best? And then I thought, I&#8217;m going to be the flag bearer and I want to teach companies. And one of the things I like to do is to beat them with their own stick. Because I don&#8217;t care why someone makes whatever product, or whatever service they have accessible, I just care that they do. So if the stick that says money works, I&#8217;ll beat that. I&#8217;ll beat with that. It&#8217;s no doubt.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:35] And that&#8217;s where my career started changing, and especially since the past one and a half years. Someone said, you should change your job title. You should turn it into Accessibility Strategist. Well, here we are. I don&#8217;t care much for titles, but apparently that pretty much describes what I do.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:57] <strong>Nathan Wrigley:</strong> It&#8217;s kind of curious to me that if you were to, I say this phrase quite a lot on this podcast because there&#8217;s a lot of introspection going on and a lot of gazing back in time. It&#8217;s kind of curious that the accessibility bit never got importance from the get-go. And I mean right back from when the internet began.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:18] There was this great promise that suddenly great swathes of information, which would&#8217;ve been hither to unavailable to an awful lot of people, would suddenly be able to be parachuted into your living room via a computer and increasingly, you know, into your hand with a mobile phone.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:34] And yet the technology developed, the browsers developed, the web design industry developed, and it never got that importance. I&#8217;m genuinely puzzled by how that occurred. How it is that we all ignored that. And it really is probably only within the last 3, 4, 5 years that this clarion call for accessibility has become mainstream. I know that there&#8217;s people that have been banging the gong probably right from the beginning, but it has been largely ignored and I find that really curious.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:07] <strong>Anne Bovelett:</strong> I think that is due to two things. First of all, because people approach this as a purely social issue that needs to be resolved, and that people can&#8217;t imagine that they have certain users, which is arrogance at its finest. But, you know, that&#8217;s another topic.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:27] The other thing is good intentions. Like they say, the road to hell is paved with good intentions, right? Because in the beginning of the internet, when things got more colour, I always say this is the point, where things got more colourful, when Google was still small, when Alta Vista was still a thing and Yahoo and you remember, and I think we had four digit or five digit numbers for ICQ members. Actually the HTML, the sites were pretty ugly, right? They were fugly, I would say. I remember we had to build with tables and stuff, and then jump through hoops to make something look the way we wanted to.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:08] But the thing is, around that time, all we had was semantic HTML. We still have that, but back then it&#8217;s all we had. And because we were using semantic HTML, it was great for screen reader users, for example, and other assistive technology. But then everybody always wants to improve. They want to do better. And there is a German word for it, and I haven&#8217;t found the equivalent for that in English. We call it verschlimmbesserung. It literally means, instead of improving it, maybe down proving it. It&#8217;s like over-engineering.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:09:48] So this is what happened. And then people always want to work faster and they love building tools that help others, because in a sense, we are a social species, if you like it or not. We&#8217;re just social in the wrong things often, I think as a society. And from that perspective, there&#8217;ve been developers that had a great idea, said, let&#8217;s make frameworks, and then let&#8217;s make things easier for our fellow designers and developers.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:10:13] And very fast, at some point, semantic HTML was not a thing anymore because people were coding with div and span. And the div and span are the chameleons, the useless chameleons if you talk about accessibility, because you can make a div look like something, but you can&#8217;t make it behave like something until you put a ton of JavaScript on it. Div is like tofu without seasoning, right?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:10:41] And the same is with span. And because semantic elements like a button is challenging to style for some, a lot of frameworks came that used div and span a lot. And then they&#8217;re relying on JavaScript. And then these frameworks were growing and then at some point people were like, oh, this is the biggest framework used by everybody, so it must be good. That&#8217;s like saying the opinion of the majority is the truth. Unfortunately it&#8217;s not.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:11:15] That is my theory. I&#8217;m saying this more often. There was this time when everybody was doing Duolingo and then making big messages on social media, look, I&#8217;m on a 682.5 day streak in Duolingo, developers, right? And I&#8217;m like, why are you telling me about your streak for that but you can&#8217;t remember 50 semantic HTML elements? That&#8217;s very much also bashing the developer, which is pretty unfair because the problem is, with accessibility is, it&#8217;s not taken into account from the beginning.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:11:59] Let me compare that with another situation. So our family home burnt down to the ground and we had to rebuild, and then we got the chance to improve some things because we got modern stuff. And then, because we were building this community seminar centre at the same time, we needed to think about how we&#8217;re going to build the toilets, right? And then we had to go, and here, because the architect that helped us, he was nice guy, but he didn&#8217;t think about wheelchairs, about accessibility.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:32] At that time, I wasn&#8217;t thinking about accessibility or digital accessibility at all. But I was like, what if someone comes in with a wheelchair? Or what if we have a guest that weighs over 190 kilos? Will our toilet survive that? What kind of toilet do we need? And just close your eyes and go into that little toilet room, bathroom you call it, probably, and then close your eyes and imagine, okay, I have trouble moving, I have pain, I have rheumatism. I don&#8217;t but, you know, and I&#8217;m on a stick. Where do I put my stick? Do I have a place to put that in the corner? Can I reach for the paper?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:13] All these practical things. These are decisions that you take before you even start building the room. And it&#8217;s the same thing with anything else. Digital applications, terminals, elevators. I don&#8217;t know, anything. And the thing is, the better you do it, the less people have to ask questions afterwards about, how does this work?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:39] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s kind of interesting because in the real world, I know that in the part of the world where I live, and I&#8217;ve made this comparison on different podcasts in the past. It&#8217;s so self-evident when somebody, for example, who&#8217;s using a wheelchair. It&#8217;s so self-evident when they can&#8217;t get in the building because, well, there they are at the door with some impediment. Maybe there&#8217;s three steps that are just unachievable. And it&#8217;s really obvious. There they are in the real world. You walk past and you notice it. It&#8217;s right there in front of you. Look, there&#8217;s a problem that needs to be solved.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:13] And so for the real world, the legislation in the part of the world where I am, came into effect many years ago. And so, for example, the ramps came in and all the premises that are publicly trading things must have ramps and so on and so forth.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:14:26] However, the internet is a different animal in that most of us are browsing in the comfort of our own home. Nobody has any idea what you are browsing. Nobody&#8217;s got any idea where it is failing for you because they&#8217;re not staring over your shoulder. And even if they were staring over their shoulder, it would be fairly hard for them to determine that, again, to use the metaphor of getting in the building, they wouldn&#8217;t see that you couldn&#8217;t get in the building even if they were watching your phone. It has to be reported by you, the user that can&#8217;t achieve the things. And so there&#8217;s this real kind of difficulty in matching it up.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:03] And also because a website kind of looks finished when it looks finished to most people, then you just put the tools away. There&#8217;s the website. It looks finished, so it is finished. We&#8217;re done. And of course, there&#8217;s this whole increasingly vocal cohort of people who, and we&#8217;ll get into them in a moment, who are not able to access these things, but they have to self-report.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:31] And who do you even report to? If I can&#8217;t access a building on my high street, let&#8217;s say the local library, I could probably even go to the police in all honesty. There&#8217;s a central place. I could go to the police, go to the council, and I could say, this must be fixed. And it, sure enough, it will be fixed. There is no equivalence here. Who would I go to to report a problem so that it will definitely be fixed.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:15:53] So there&#8217;s this whole sort of strange disconnect, which presents the problem of today. How do we encourage people who don&#8217;t get the self-reporting, that it&#8217;s a jolly good idea to fix the problems in advance?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:08] <strong>Anne Bovelett:</strong> Make it hurt.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:08] <strong>Nathan Wrigley:</strong> Or make it valuable, make the fix valuable. And in the scenario that you are describing today, we&#8217;re going to talk about some articles, one of which you&#8217;ve written, but also one which has been done by accessibilitychecker.org. We&#8217;re going to look into those. This is making the economic argument for doing it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:26] <strong>Anne Bovelett:</strong> I&#8217;m sorry for interrupting you, but it was not just accessibilitychecker.org because then everybody&#8217;s going to go, oh, yeah, another accessibility site. This was Semrush. Semrush people. They did this together with accessibilitychecker.org.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:41] <strong>Nathan Wrigley:</strong> Sorry, I&#8217;m reading out the URL where I located it, so yeah. But the point being that there&#8217;s an economic imperative. And that kind of cuts through a lot, doesn&#8217;t it? You know, if you go to a business and you say to them, if we were to make this minor tweak with your business, we could increase your revenue by 0.5 of a percent. If we make these other tweaks, we can increase you by 8%, 9%, or what have you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:04] Any business owner who hears those words is going to be curious. Okay, right, you&#8217;ve got my attention, now what? And although it kind of misses out the whole moral argument, like we should be making sites accessible just because that&#8217;s morally the right thing to do. Put that to one side. Let&#8217;s go with the economic imperative.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:23] So I will link in the show notes to anything that we mention today. So I&#8217;ll just drop that in. Go to wptavern.com, search for the episode with Anne, and all the links will be provided there, as well, I might add with a transcript of everything that we say today.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:38] Tell us the sort of headline pieces that you found curious in the accessibilitychecker.org piece, which is obviously, as you said, created by Semrush amongst others.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:47] <strong>Anne Bovelett:</strong> I&#8217;m just looking at the first page from Semrush itself. And it was interesting because they actually have an infographic on it that says, summary of findings. That&#8217;s not accessible at all, but we used it in our Hackathon project last year. But they tested 10,000 websites. And this is actually what I, and many of the people in my line of work have been waiting for, data, data, data. Because this is what companies care about. And I understand that. You know, they are responsible for people&#8217;s salaries, not just the revenue and the turnover, but also for the people that they employ, right?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:27] And so in this research it showed, after 10,000 websites, that 70% of the sites were not compliant. Well, that&#8217;s not news, right? But the thing is, they found a 23% traffic increase tied to higher compliance. 27% more keywords ranked with accessibility improvement. So this is major, but here&#8217;s the biggest one. 90% boost in authority score for compliant sites.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:59] And the thing is, when I read people, wow, we&#8217;ve been celebrating last Friday because we had a 0.5 increase in our click rates, for example. That&#8217;s another one. I&#8217;m like, that could be 10% or 15%. I&#8217;m happy to see that it now becomes clear that accessibility affects everything.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:21] And the thing is, people approach or companies approach accessibility from a technical standpoint. Like, what do we have to change technically? But accessibility is about people. It&#8217;s the same thing with all these solutions, the overlays, the whatever. They&#8217;re trying to approach it as a digital problem. But this is a human-centric problem. This is how people use the web.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:48] And now if you go back to SEO, one thing I learned a long time ago, I mean you can tell me about Google and other search engines, whatever you want, I don&#8217;t care how technical you are, their biggest customer is the people who search on the web, not the ones who pay them to show their stuff. And so this is what search engines are looking for.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:16] And now with AI, I&#8217;m having a blast because I see people writing stuff like, oh, we have to tell the AI to understand our website. But you are leaving your fate in SEO in the hands of something that is going to interpret what you are doing there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:36] I&#8217;m not going to name the names. It would be unfair because I&#8217;m going to confront them with that before. But, there is a massive event that has a fantastic, big website. I find it hard to navigate, but that&#8217;s a personal thing. And that is a JavaScript invested monster. And just for fun of it, I just asked AI, can you find this and this and this for me on that page? And AI was like, no, I can&#8217;t. It&#8217;s rendering JavaScript. I can&#8217;t read this. What do you think that does to a screen reader or, because they&#8217;re all using the same technology to read it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:10] <strong>Nathan Wrigley:</strong> Yeah. When I&#8217;ve done podcast episodes about accessibility in the past, we&#8217;ve often dwelled not on this side, in fact, I don&#8217;t think we&#8217;ve ever touched sort of like the SEO and traffic benefit of it. It&#8217;s always been from the point of view of, what can you do? As an engineer, as a web developer, what can you do to go in in the weeds and fix things?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:28] We are just going to brush that aside. You can find that information out. You know, go and talk to Anne, for example, if you want to learn how to do it. But the principle here is more about the SEO and therefore the traffic side of things, on the flip side of doing the work. So you imagine, the work is not done. It&#8217;s poorer in terms of SEO and poorer in terms of reach, poorer in terms of search engine ranking, poorer in terms of revenue through your e-commerce platform or what have you. And then if you do do the work, all of those things increase incrementally.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:59] And in some cases the data shows fairly substantially. And so I&#8217;m just going to drill into each of those statistics one at a time because I feel it needs a little bit of like teasing out a little bit. So the first one is, well, there&#8217;s many statistics, but the first of the three that I&#8217;m going to mention, which you already have mentioned is organic traffic.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:17] So again, this is making the assumption that the work has been done. You&#8217;ve achieved the accessibility goals, presumably, which were many. You&#8217;ve jumped through all those hoops and you&#8217;ve got this benefit on the other side. And here&#8217;s some possible benefits.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:29] Organic traffic increased by an average of 23% as a site&#8217;s accessibility compliance score increased. So can I ask you, is that one directly related to search engines then? Because it feels like it is. You know, you did the accessibility work and a byproduct of that is that you became more visible on search engines. Have I got that right?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:50] <strong>Anne Bovelett:</strong> Yeah, of course because if assistive technology can&#8217;t read your site, the search engines probably can&#8217;t either.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:59] <strong>Nathan Wrigley:</strong> Yeah. It&#8217;s kind of interesting though that you get that much of a boost. You&#8217;d think if you had improved things, you might see, I don&#8217;t know, a few percent here and there, but this figure of 23%. I mean imagine saying that to a marketing person, or the growth person inside of a company, 23% is possible. The word average in that sentence is bolded. So it&#8217;s an average of 23%. So presumably there&#8217;s a few that are lower and there&#8217;s a few that are higher, but an average increase of 23%. So I don&#8217;t ever use the phrase win-win.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:32] <strong>Anne Bovelett:</strong> It is win-win. It&#8217;s win-win on sides. Maybe that&#8217;s a little bit the dark side in me, but I go to business dinners, meetings, entrepreneur get togethers, blah, blah, blah. And then I always hear, at some point I hear people say, I don&#8217;t get it. We are paying our SEO companies so much money, and we are not getting better results. And we have had a redesign on our website. And then I look at their website like, hmm, yeah, sure.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:01] And then they will fix the site at some point, maybe they will improve the site, where the design goes, where the user flow goes. But still, it&#8217;s not ranking better, and still it&#8217;s not ranking better. And I wonder when SEO companies are going to become so smart that they&#8217;re going to tell their customer, hey customer, stop writing click here everywhere.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:25] <strong>Nathan Wrigley:</strong> That&#8217;s a great, concrete example of what you&#8217;re talking about, because I was going to drill into the next one because honestly, the next point does confuse me a little bit. Again, I&#8217;ll link to it in the show notes, but point 4, I&#8217;ll just read it here, is websites ranked for an average of 27% more organic keywords with a higher accessibility score.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:45] Can you tease that out for me? Because I&#8217;m genuinely puzzled by what that even means. I&#8217;m not sure how there&#8217;s this overlap between accessibility compliance, and the keywords and how the search engine would pick them up. So that&#8217;s me being ignorant.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:59] <strong>Anne Bovelett:</strong> I would say, set the compliance story on fire. Torch it, and throw it away because compliance is what makes people do the bare minimum. And I think, I know they had to use this term in the report because they&#8217;ve been checking it if the site is compliant. And then you will get lulled into a false sense of security when your score says, like Google does in Lighthouse, ooh, you are 97% accessible. And like, yeah, but the 3% that you say it&#8217;s not, is what&#8217;s blocking about 80% of a group of potential visitors that you are not having.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:40] But again, it&#8217;s about, in my opinion, it&#8217;s about the way things have been coded and the way things have been written. For example, what happens is buttons that aren&#8217;t buttons that are not really saying, how do you say it? It&#8217;s the same thing. It&#8217;s the read more thing again. I have to be careful that I don&#8217;t go into the rabbit hole here too much. But it&#8217;s the read more thing. It is text where links are actually named properly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:08] And just to give you an example, I see a lot of people who try to do affiliate marketing. Let&#8217;s say food bloggers. They make humongous sites. They love using WordPress. I know that. There are tons of plugins also for food bloggers to play out the, what do you call that in English? The nutritional values of this and that. All right. And then these bloggers, people complain about it like, oh, why do they have to write their life stories and that of the spider in the corner on the ceiling before they give me the recipe? Well, that is because they&#8217;re trying to get caught in the search engines, right?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:26:44] And then they have all these links. Like, someone creates a great meal with a fantastic expensive pan and a pot, and I don&#8217;t know what, and they have all these articles from Amazon. And all they have is click here, click here, click here, click here. And then imagine someone who is using that. I mean I love, I have a nice little, what do you call that, extension in Chrome? I&#8217;ve been speaking German all morning. This is why my English is so rusty right now. I have this extension and it just, in a big article, if I want to know, oh, what was that tool that she was using again? I&#8217;ll go get the link list with that little extension there, or I&#8217;ll just run the screen reader and get the link list, because that&#8217;s easy for me to do. And then all I see is click here, click here, click here. So I&#8217;m not finding the link through that pan, and so I&#8217;m not buying it through her link.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:35] Affiliate websites could make so much more money if they would just do the right thing in their content. Let&#8217;s forget about the code of the theme that they chose, just the content. If that is played out correctly, and it&#8217;s not some JavaScript generated hoo-ha, which doesn&#8217;t happen in WordPress Core, they would make a lot more money.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:58] <strong>Nathan Wrigley:</strong> Because I haven&#8217;t really been following the SEO industry for a very long time, I really don&#8217;t have much intelligence around what search engines these days look for. You know, back in the day when I was building websites, there was a, almost like a playbook that you could go through. And if you did these things, you could achieve reasonable results in SEO.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:18] And that was the state of the internet 15 years ago when algorithms were less sophisticated, and people were just beginning to kind of get online and use things like Google all the time. But it sounds to me as if we&#8217;ve got to a point with search engines, as if they&#8217;re able to, I&#8217;m maybe going to overstate this, it feels like the more human you have become as a website, the more likely Google will favour you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:48] I&#8217;m not really encapsulating that very well, but what I mean is, if you put content on there, which is human readable. If you make it obvious where to click to do the thing, rather than stop it with keywords and things which, you know, is not really in the best intentions of humans, that&#8217;s clearly done for the algorithm only, it does sound like you are saying that the search engines favour, I&#8217;m doing air quotes here, humanity.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:15] <strong>Anne Bovelett:</strong> They always have. Let me circle back to what I said before. We, as the people who use search engines, and nowadays they&#8217;re AI in whatever they do, we are the biggest customer for them. Because if we&#8217;re not there to search, to use them, they can&#8217;t sell their services to the people paying to be found.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:37] I might be, how do you say that, unorthodox in this approach, but I&#8217;ve seen it. I have a friend, Manuela van Prooijen, she&#8217;s the owner of a company called Weblish. In the Netherlands she trains people in how to set up businesses with WordPress and how to build with WordPress. And you wouldn&#8217;t expect it when someone is just focused on that, but she&#8217;s got a very broad perspective of things. And she dove into SEO in a way that I&#8217;ve never seen before. And some of the SEO experts that I know, and we know together, were like, why didn&#8217;t we ever think of that? And it had to do with structured data. And of course, everything she builds is accessible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:24] <strong>Nathan Wrigley:</strong> Okay, so I&#8217;m going to pivot slightly. However, I think we&#8217;ve made the case that if you are endeavouring to make your website more accessible, I think by reading that piece, you will understand that there are definite benefits in terms of traffic and search engine rankings and so on. So let&#8217;s just take that one as a given.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:43] And then I&#8217;m going to move over to a piece which you yourself wrote, not that long ago actually. Almost exactly a year ago, March 4th, 2025. It&#8217;s on your website, annebovelett.eu. It&#8217;s called The E-commerce Industry&#8217;s Billion Pound Mistake. And in here you make the argument, and you bind it to money, to actual dollar terms and things like that, which is quite interesting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:05] So I&#8217;m wondering if you&#8217;d just paint the numbers around what you were saying here, if you can remember. I know it&#8217;s a year ago now that you wrote it. But broadly speaking, what was the economic case that you were making?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:13] <strong>Anne Bovelett:</strong> It&#8217;s actually, this is based on a British report, actually. It&#8217;s called the Click Away Pound Report. It was brought in 2019. And that actually measures how much revenue people left lying on the street by not making their shops, their online shops, accessible. And the economic case is, we say in Dutch, you thief your own wallet, if you&#8217;re not doing it. And again, these are, this is data, these are numbers.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:31:48] So in 2016, for example, the click away pound increased by 45%. Let me just throw around some numbers, right? So in 2016, the money that people left lying on the street by not making their eshops accessible was 11.75 billion. Billion, not million, billion pounds. In 2019, that was already up to 17 billion. Really, I don&#8217;t know if they&#8217;re going to do another Click Away Pound Report again at some point, but I think we&#8217;re going to be shocked. Because since 2019, the state of the internet actually worsened because of all this technology. And it&#8217;s getting worse because of all this vibe coding voodoo, where they&#8217;re using AI that is trained on inaccessible code. But that&#8217;s another thing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:32:45] So there&#8217;s another article that I have. I think it is so much money that people leave lying on the street, this is larger than the Chinese economy, that amount. It&#8217;s in an article I wrote about e-commerce in 2022, where I was criticising CMSs, including WooCommerce, who actually did a great job. Now WooCommerce Core is now accessible. And said, okay, if your system sucks, the people using your system are going to lose without being able to help it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:18] <strong>Nathan Wrigley:</strong> If you send me the link to that piece, I will obviously add that into the show notes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:22] <strong>Anne Bovelett:</strong> It seems I&#8217;m on the cold side of accessibility because that is something that forever stuck with me. Someone called me cold hearted, because I&#8217;m talking about the commercial side of accessibility all the time. But, you know, there was a time, this is maybe a strange segway, but there was a time where I weighed way over a hundred kilos. I was so heavy. I had trouble moving, I was in pain, I was uncomfortable. And for me, buying clothes became an uncomfortable exercise. Going into these shops, especially these nice boutique shops, with their very small cabins, you know, trying to turn around and not being able to step into a pair of pants or whatever. Just uncomfortable.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:34:13] But the most uncomfortable thing about it for me was that I got blatantly ignored by the ladies that were selling the clothes in the stores. And three years after that, I had lost about 37 kilos. And I came into that one store where it was very, very apparent that they really weren&#8217;t interested in talking to me at all. I came in and they immediately jumped me, both of them, the shop owner and her assistant. And I got madder and madder and madder and madder.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:34:49] And at some point I said, you know what? Keep your clothes, just tell me don&#8217;t you remember me? Don&#8217;t you know who I am? No, we don&#8217;t remember you. And I was like, well, here&#8217;s the picture. Oh yeah, I&#8217;ve seen you before. And you know what, the fact, at that time I was thinking, maybe it&#8217;s because you&#8217;re too busy or you are, you know, I don&#8217;t know. But the fact that you jumped me right now with the same amount of people in the place tells me something else.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:15] Now, why am I telling this story? This is how a lot of people that need assistive technology feel, and also how older people feel on the web. I mean, I don&#8217;t know about the UK, but in the Netherlands, you can&#8217;t do your taxes without a couple of apps on a phone. Well, if you jump through a million hoops, maybe you can send it in on paper still, but it&#8217;s almost impossible. If apps like that don&#8217;t work correctly, you&#8217;re putting people&#8217;s fate in someone else&#8217;s hand, because you&#8217;re working with their tax number.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:54] I don&#8217;t know in the UK, in the Netherlands, your personal tax number, never ever give that to someone. Never. Your social security number, don&#8217;t do it. And then you&#8217;re like, maybe 60, 70-year-old, and you&#8217;re right before that stage where the technology&#8217;s getting too hard for you, but apps to do these things are too difficult.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:36:17] There is a local tax office in the Netherlands that had a full accessibility redesign done by Level Level in Rotterdam. And for them, the support requests went down, I think by 30% or something. I couldn&#8217;t find the case on their website anymore.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:36:35] But this is because people are being empowered to do things by themselves. That&#8217;s what they want. And for example, in Germany, there are statistics about that. This is an article that I actually published today that, I think it says like 90% of all German users will always try to first solve something by themselves, and if it doesn&#8217;t work they&#8217;ll walk away.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:36:58] <strong>Nathan Wrigley:</strong> That&#8217;s one of the curious things that come out of the article. The first part of this conversation was all about SEO and what have you. We didn&#8217;t really talk much about the person experiencing the problem. It was more about search engines and maybe how you would technically fix things. But this is so interesting. In your piece, you, and I&#8217;m just going to quote it because that&#8217;s going to be the easiest way to get the information into the record.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:37:20] And it says, a shocking 75% of disabled customers have willingly paid more for a product from an accessible website, rather than struggle with a cheaper inaccessible one. And that kind of sums up the whole thing really for me, that if you are faced with a struggle to do something, let&#8217;s say, I dont know, you want to buy a widget and it&#8217;s $100. The calculus that you are going through is, I could spend an hour and a half trying to get that $100 widget, or I could go to this other website and pay $120 for it and be done in three minutes. Well, that&#8217;s obvious, I know which one I&#8217;m going to do, which is really interesting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:38:02] <strong>Anne Bovelett:</strong> Yeah, yeah. And there&#8217;s another thing. People are always like, oh, accessibility is only for the blind. No. The people that go forgotten in that, and I have to tell you, disabilities rarely come alone, right? I&#8217;m just going to take myself as an example. I have ADHD on steroids. I&#8217;m in the spectrum. I&#8217;m old. I need two pairs of glasses, one for my computer, one for my regular stuff. I&#8217;m starting to lose my hearing in certain regions. I am the target group. If I need to go and order, and I&#8217;m B2B, right? I&#8217;m a business.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:38:41] I will order B2B because then I can deduct the VAT. And I have to buy hardware. And I always try to buy the best. I will go to a store, maybe, and it&#8217;s B2B and I will go online. If I can&#8217;t figure out their stuff, I&#8217;m leaving. If I need to look at a manual, a video manual, that has background music while someone is talking, but there is no subtitles, I&#8217;m gone. I can&#8217;t follow it. My brain won&#8217;t let me.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:15] <strong>Nathan Wrigley:</strong> Yeah, I mean the analogy in my head is kind of, I don&#8217;t know, you&#8217;re going into a clothes shop or something like that and you need a new pair of shoes or something, and you discover that all the shoes are in a locked cupboard in a corner. And in order to get to the shoes, you need to ask a receptionist for the key. And then they go and find the key, and then they give you the wrong key and the key doesn&#8217;t work. And then they don&#8217;t point out where the box of shoes is, so you&#8217;re completely confused.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:36] That whole thing is just avoided by going to the next shop along the street where all the shoes are right there for you to pick up and try on and what have you. You&#8217;ve made the journey easy, and it turns out that price isn&#8217;t necessarily the prime mover here, which is really interesting. I find that statistic fascinating, that people will pay accordingly if they can get what they need out of it. I mean I know it sounds like common sense, but having it painted in those stark colours is.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:40:04] <strong>Anne Bovelett:</strong> Yeah, yeah. This is one of the things I did want to mention as well. I have the privilege of talking to Mark Weisbrod a lot from Greyd. You know him? He&#8217;s the CEO of Greyd. I think he&#8217;s unique, especially in the world of WordPress because he&#8217;s looking at things solely from a business perspective. He&#8217;s not distracted by technical issues or whatsoever. He will get it from there. He&#8217;s someone who often says to me like, okay, I like the story now show me the data.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:40:39] But then at some point, I remember it was before the European Accessibility Act was coming into effect, I think. So this, we&#8217;re talking about this in 2023 or something. And then I said, I don&#8217;t get it. Why is everybody so focused on the European Accessibility Act? Look at how much money they can make by leaving people their dignity. Because that&#8217;s basically what it is by making your stuff accessible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:41:06] If you get past the stupid idea that if something is accessible, it can&#8217;t look nice. I mean, go to github.com without being logged in, that&#8217;s accessible. It&#8217;s a wonderful website. And then I said, where is the common sense? Why, if I talk to the C-suite of a company in one of those business things, and I say, listen, if you would make this and this and this more accessible in your web shop, your turn over would go up by so many percent, why are they not like, we&#8217;ve got to invest this money right now?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:41:39] And then he said, no matter what, people will always think with their wallet today and tomorrow. They&#8217;re not thinking about next week. Only the most visionary leaders in the industries think way more. And this is something I say now, because he said, he was telling me about they were selling, in a company he worked for, they were selling solar systems. And these systems would save the buyers so much money on the long run, but it was very hard to sell them because it was in the long run.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:42:20] And if a CEO or a CFO, I mean I know it sounds offending, I don&#8217;t mean it that way, but in large corporations it&#8217;s to eat or to be eaten. Managers are always afraid of their managers kicking down on them and the others kicking up, and they&#8217;re always trying to defend their own spot in the business. It&#8217;s only in smaller companies that people can have more leverage. So there are always so many powers at play in a company that if you start talking to a company about, it&#8217;s for the greater good of your company, it&#8217;s the same argument as it&#8217;s for the greater good of humanity.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:42:59] And I&#8217;ll just give you another number for example. Based on the Click Away Pound Report, and some other data that I have, I&#8217;ve been working on building a calculator. You tell me which country your web shop is in, you tell me how much turnover you have per year and then that calculator is going to tell you how much potential revenue you are walking away from by not making it accessible. I did this for very, very big supermarket chain in Switzerland, and the outcome was you could make 0.94% more revenue. And then you&#8217;re like, yeah, less than 1%. Yeah, sure. Ah, it&#8217;s still 350 million Swiss Francs.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:43:43] <strong>Nathan Wrigley:</strong> Yeah. Less than 1% but still that kind of money, wow.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:43:47] <strong>Anne Bovelett:</strong> Yes. And then you get this perspective thing. Because I&#8217;m pretty sure the day that this knowledge seeps through to the unions of the employees of this company, the employees are going to go like, why do we have to save money, or why do we not get a raise where you don&#8217;t take the opportunity to make that much more turnover? And then someone else with other interests in the company says, yeah, but the stakeholders, you know, or the investors, this is why this is not happening. I mean, we all think common sense is the greatest good in the world. People do not have common sense, period.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:44:33] <strong>Nathan Wrigley:</strong> It&#8217;s that sort of invisible layer to people who don&#8217;t experience any of the accessibility problems that the industry is trying to tackle. For example, you&#8217;re fully sighted, you can use your legs and walk about and use a mouse and use regular computer and use a regular screen and your ears are working fine and all those kind of things. All of that stuff is just sort of hidden from you, and so it just somehow doesn&#8217;t drive itself to the front of your consciousness.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:44:56] Which is why this is so interesting because, although you said you&#8217;ve kind of been berated in the accessibility community for banging the gong about money all the time, it&#8217;s a great way to cut through, isn&#8217;t it? You can go to the CEO of a company and make the economic argument, I would imagine, much more readily than you can do with the moral argument.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:45:16] <strong>Anne Bovelett:</strong> I&#8217;ve been thinking about this a lot, about writing up a profile for a position in companies that I don&#8217;t think exists yet. Because normally, we call it the sheep with five legs in Dutch. It&#8217;s very hard to find that sheep with five legs. If someone is an accessibility officer in a big company, they are being banged on for compliance. If someone is working on accessibility in a lower rank, they&#8217;re getting overworked because people have so many expectations or they just don&#8217;t do things.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:45:52] It&#8217;s always, this person is screaming in the desert like, hey, this is happening. I&#8217;ve seen this happen, I was guiding a company with more than I think 13 or 14 development teams, over 85 people, and they didn&#8217;t talk to each other. Design, didn&#8217;t talk to development, development didn&#8217;t talk to development in other areas, because that was how the company was structured.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:46:18] And I think people need to be educated in two ways to have this position that doesn&#8217;t exist yet. It&#8217;s a position where you are able to kick the shins of the C-suite in a professional manner, of course, but also sit down with development, design, and content teams and make them communicate with each other in a way that works.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:46:48] And for that, you have to understand these processes. And normally, I&#8217;m absolutely not for people in managing positions that know the job that the people they&#8217;re managing is doing, because they very often become that, how do you say that, the driver on the carriage running in front of the horses? You know, that&#8217;s really dangerous. You shouldn&#8217;t interfere into detail level too much.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:47:15] But if you understand it on a detail level, from design content and development, you can get these people to talk to each other and help each other. Because there&#8217;s absolutely nothing wrong with a developer that sees a design and is like, woah, that design, the way that is made, that&#8217;s going to cause some accessibility issues. Those are issues.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:47:39] And normally they will just, no, no, I was asked to develop this. I&#8217;ll develop it. Instead, you need to raise a culture where people go to the designer and say, hey, I noticed this. What is your thought behind this? And they can&#8217;t. And if they had a middle person for that where they could go to and say, look, I got this, I&#8217;m not sure about it, then you would have a fantastic flow in a company to make things accessible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:48:06] Because this goes through so much more. So an article that I published today is about how much money you lose in support. It&#8217;s the same thing. If a support, people doing support are not used to really listen and someone says, I&#8217;m hard of hearing, or someone says, I have dyslexia. When you&#8217;re saying, yeah, go read it, it&#8217;s on that page on our website. If this person calls you because he couldn&#8217;t find, or understand the page, and then you force this person into vulnerability by admitting that he or she has dyslexia. And that is going to leave a very bad taste in someone&#8217;s mouth. And what happens? They&#8217;re going to walk away. If you&#8217;re not some government thing that everybody needs like, I don&#8217;t know, taxes, because otherwise they&#8217;ll come and rob you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:48:54] <strong>Nathan Wrigley:</strong> It is genuinely so interesting because a lot of the content that I&#8217;ve made in the past has been definitely about the ways to fix your website. So here&#8217;s the WCAG guidelines, go figure. This episode&#8217;s been really entirely different.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:49:07] So first of all, looking at Semrush, and the data. Just sort of painting the picture of the improvements that you can get in terms of traffic and visibility across search engines should you go down the accessibility route. But also then getting into the financial bit, which it sounds like is your thing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:49:27] So I think that&#8217;s hopefully of interest to some people who perhaps have just always thought about accessibility as a, I&#8217;m a web developer, there&#8217;s another job that I&#8217;ve got to do. Well, now you&#8217;re kind of armoured with things that you could maybe even approach clients with. You know, you&#8217;ve got a website, we haven&#8217;t looked at it in a few years, you are always looking for ways to make more revenue out of your website. Well, look, I&#8217;ve got this thing in my back pocket. This is a really credible way that we can do some tweaks. I know what I need to do. There&#8217;s guidelines that I can follow. Let&#8217;s do that and see if we can improve the revenue.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:50:00] I think we&#8217;ve probably covered that. And so with that in mind, Anne, just before we end, I&#8217;m going to try and link to the piece that you mentioned. I&#8217;ll certainly, anything that we&#8217;ve mentioned in this podcast, I&#8217;ll try and link to in the show notes on WP Tavern. Do you just want to tell us where we can find you? I did reference your website at one point during the podcast, but do you just want to give us that again, or maybe social networks or something like that where you hang out?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:50:23] <strong>Anne Bovelett:</strong> If you remember how to spell my name, just put it in Google, you&#8217;ll find me everywhere. Okay. No. So it&#8217;s Anne and then Bovelett, which is B from Bernard, B-O-V-E-L-E-T-T. You can find me on LinkedIn a lot. I&#8217;m there a lot because I talk shop a lot.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:50:44] Very active on X, Twitter. So that&#8217;s where you find me. And don&#8217;t be afraid to approach me. Just, if you send me LinkedIn DMs, it can take a while because sometimes I get too many, and then I&#8217;m overwhelmed and, yeah. But the best thing is to send me an email. Just go to the contact page on my website.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:51:06] <strong>Nathan Wrigley:</strong> All that it remains for me to do is to say, Anne Bovelett, thank you for chatting to me today. That was really interesting. Thank you so much.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:51:12] <strong>Anne Bovelett:</strong> Thank you for having me and giving me the platform.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:51:13] <strong>Nathan Wrigley:</strong> You are very welcome.</p>\n</div></details>\n\n\n\n<p class=\"wp-block-paragraph\">On the podcast today we have <a href=\"https://x.com/Bovelett\">Anne Bovelett</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Anne is a seasoned accessibility strategist with many years of experience in the tech industry. Her journey into accessible design began several years ago, and since then she’s become a passionate advocate for making the web a more inclusive place, especially for WordPress users and developers. Drawing from her background in consulting, training, and her own experiences, Anne’s work focuses on the intersection of accessibility, universal design, and tangible business outcomes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">This episode explores accessibility, not just as a moral imperative, but as a strategic advantage for website owners and businesses. Anne explains how neglecting accessibility means you’re leaving serious money on the table, referencing compelling research from a variety of credible sources. These studies reveal practical data. Compliant sites enjoy increases in organic traffic, a boost in keyword rankings, stronger authority, and significant financial opportunities, sometimes running into millions and even billions.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Anne talks about why accessibility hasn’t always been prioritised on the web, using analogies of the physical world and the history of web development. She gets into the technical side as well, but this conversation is specifically geared toward the real-world, bottom-line business benefits of accessible websites, reach more users, boost revenue, and even reduce support costs.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re a website owner, developer, or digital business leader who’s ever wondered whether accessibility work is ‘worth it’ this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.semrush.com\">Semrush</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.accessibilitychecker.org\">Accessibility Checker website</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"> Manuela van Prooijen&#8217;s <a href=\"https://weblish.nl\">Weblish</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://annebovelett.eu/the-e-commerce-industrys-billion-pound-mistake/\">The e-commerce industry’s billion-pound mistake</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.clickawaypound.com\">Click-Away Pound Report</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.linkedin.com/in/bovelett/\">Anne on LinkedIn</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://x.com/Bovelett\">Anne on X</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Apr 2026 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Open Channels FM: The Imperative of Layered Security in Modern Web Hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2551968\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://openchannels.fm/the-imperative-of-layered-security-in-modern-web-hosting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:232:\"Cybersecurity in web hosting is increasingly complex, requiring a layered security approach. Diverse threats demand specialized defenses, with ongoing challenges balancing protection and usability against evolving AI-driven attacks.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Apr 2026 13:01:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Open Channels FM: Open Channels FM and Keep It Open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2552847\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://openchannels.fm/open-channels-fm-and-keep-it-open/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:387:\"In this episode, Bob introduces &#8220;Keep It Open,&#8221; a new initiative dedicated to supporting independent, honest conversations around the open web. He shares the importance of community contributions, sponsorships, and how listeners can get involved in keeping the web open and free here at Open Channels FM. Takeaways The significance of maintaining an independent and [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Apr 2026 10:37:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Open Channels FM: Lessons from Two Decades of Open Source and the Social Internet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2552807\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://openchannels.fm/lessons-from-two-decades-of-open-source-and-the-social-internet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:275:\"In this episode, host Matthias Pfefferle chats with software engineer Will Norris, discussing his extensive contributions to open standards, federated identity, and open source, particularly within the WordPress ecosystem and the evolution of decentralized social networking.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Apr 2026 09:21:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Riad Benguella: Meet Studio Code: I redesigned my WordPress site in 2 hours\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://riad.blog/?p=57250\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://riad.blog/2026/04/13/meet-studio-code-i-redesigned-my-wordpress-site-in-a-2-hours/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3204:\"<p class=\"wp-block-paragraph\"><strong>The shoemaker’s children go barefoot</strong> or, as we say in French, <strong>Les cordonniers sont toujours les plus mal chaussés. </strong>That’s been me for years. As a developer working on WordPress, I’ve long neglected the design of my site. This ends today.</p>\n\n\n\n<p class=\"wp-block-paragraph\">We’ve recently released a new tool called <strong>Studio Code</strong>, think of it as Claude Code but tailored for WordPress. A tool you can install by running <code>npm -g install wp-studio</code> and invoke using <code>studio code</code> locally. Or you can try directly using <code>npx wp-studio code</code>. I took this as an opportunity to see what it’s capable of, and oh boy! I’m mind-blown 🤯</p>\n\n\n\n<p class=\"wp-block-paragraph\">It took me:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>1 tiny prompt to pull the site locally</li>\n\n\n\n<li>1 main redesign prompt and 3 or 4 follow-up prompts to get everything redesigned and sorted out.</li>\n\n\n\n<li>1 last tiny prompt to push the site online</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">The whole process lasted about a couple of hours during the weekend, while watching yet another <a href=\"https://www.atptour.com/en/news/alcaraz-sinner-monte-carlo-2026-final\" rel=\"noreferrer noopener\" target=\"_blank\">Sinner-Alcaraz</a> match on TV.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>(Ok, I’m lying a bit. The push didn’t work the first time because I had discovered a bug that had since been fixed.)</em></p>\n\n\n\n<p class=\"wp-block-paragraph\">There are a lot of things that made the experience so enjoyable for me. I can see myself switching how I work with WordPress sites entirely to this process:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>All it took to get access to all my remote sites was to login to <a href=\"http://wp.com/\" rel=\"noreferrer noopener\" target=\"_blank\">WP.com</a> prompted by the tool itself.</li>\n\n\n\n<li>I didn’t have to think much or configure anything. I didn’t have to install any MCP, or provide any specific instructions. It just worked.</li>\n\n\n\n<li>I really enjoyed the feeling of freedom it gives you to iterate on your designs, content, and explore wild ideas. It feels like everything is possible, your ideas are the limit.</li>\n\n\n\n<li>I really enjoyed the safety net of the local development. I can change anything, break whatever I want, yet it’s still local and won’t impact my live site until I decide.</li>\n\n\n\n<li>I literally just said “push my site back to riad.blog” and that was it.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Nonetheless, the tool still has some rough edges, but we’re shipping early and iterating fast. We want you to test it and please share any feedback you have with us. We have a lot of ideas and you can also bring your own, it’s all <a href=\"https://github.com/Automattic/studio\" rel=\"noreferrer noopener\" target=\"_blank\">Open Source</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"wp-block-paragraph\">I forgot, what do you think about my new design? I wanted something minimal but gives you a small “hacker” feeling. Don’t be too harsh on me.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Apr 2026 15:48:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Riad Benguella\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Open Channels FM: Collaborative Publishing in Modern WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2551706\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://openchannels.fm/collaborative-publishing-in-modern-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:189:\"Real-time collaboration in WordPress enhances team efficiency by allowing simultaneous editing, though initial limitations exist. Future improvements aim for smoother, scalable experiences.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Apr 2026 12:15:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"Donncha: Media Picker for Immich: Self-Hosted Photos in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://odd.blog/?p=89592706\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://odd.blog/2026/04/12/media-picker-for-immich-self-hosted-photos-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4160:\"<p>I&#8217;ve just released Media Picker for Immich on the WordPress.org plugin directory. It connects WordPress to a self-hosted <a href=\"https://immich.app/\">Immich</a> server so you can browse, search, and insert your photos and videos into posts without copying files around.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Immich</h3>\n\n\n\n<p>I run Immich at home. It&#8217;s where my photos now live. They&#8217;re  organised, searchable, with facial recognition and AI search. My WordPress uploads directory is where photos used to go, and the two never talked to each other. This plugin fixes that.</p>\n\n\n\n<h3 class=\"wp-block-heading\">How it works</h3>\n\n\n\n<p>Point the plugin at your Immich server and give it an API key. You can set a site-wide key or let each user configure their own to connect to their own Immich account.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img alt=\"Screenshot 1: Settings → Immich:\nServer address and blank site-wide API key, default cache settings\" class=\"wp-image-89592707 not-transparent\" height=\"478\" src=\"https://odd.blog/files/2026/04/immich-settings-page.avif\" width=\"727\" /></figure>\n</div>\n\n\n<p>If the site-wide key is blank, each user adds their own key on their profile page. All Immich API calls happen server-side.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img alt=\"Screenshot 2: User Profile page, Immich API Key field showing *******.\" class=\"wp-image-89592708 not-transparent\" height=\"194\" src=\"https://odd.blog/files/2026/04/immich-user-profile-settings.avif\" width=\"607\" /></figure>\n</div>\n\n\n<h3 class=\"wp-block-heading\">Two ways to add media</h3>\n\n\n\n<p>Once configured, an Immich tab appears in two places.</p>\n\n\n\n<p>The first is the Media Library grid. Switch to the Immich view and you can search, filter by person, and either Use or Copy assets into WordPress.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img alt=\"Screenshot 3: Media → Library, Immich view.\" class=\"wp-image-89592710 not-transparent\" height=\"717\" src=\"https://odd.blog/files/2026/04/media-picker2-1.avif\" width=\"1385\" /></figure>\n</div>\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Use</strong> creates a virtual attachment. Nothing is copied; WordPress proxies the media from Immich on demand and caches it locally on first request. Your uploads directory stays lean.</li>\n\n\n\n<li><strong>Copy</strong> downloads the original file into wp-content/uploads/ as a normal attachment.</li>\n</ul>\n\n\n\n<p>The same tab shows up in the &#8220;Select or Upload Media&#8221; dialog inside the post editor, so you can pull an Immich photo straight into a post without leaving the editor.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img alt=\"Screenshot 4: Select or Upload Media dialog, Immich tab.\" class=\"wp-image-89592711 not-transparent\" height=\"1115\" src=\"https://odd.blog/files/2026/04/media-picker1.avif\" width=\"1369\" /></figure>\n</div>\n\n\n<h3 class=\"wp-block-heading\">A few details worth mentioning</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Videos work too. Proxied videos stream with seek support.</li>\n\n\n\n<li>Lightbox. Proxied Immich images in posts open a full-resolution lightbox on click.</li>\n\n\n\n<li>Local cache. Proxied media is cached to wp-content/cache/immich/ after the first fetch. Optional cleanup with a configurable lifetime.</li>\n\n\n\n<li>Your server stays private. Immich only needs to be reachable from WordPress — not from the public internet. Visitors never connect to Immich directly.</li>\n\n\n\n<li>When images are copied over, virtually or otherwise, you can insert them into a post like any other image, which also includes adding them to galleries in posts.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Get it</h3>\n\n\n\n<p>Install it from the <a href=\"https://wordpress.org/plugins/media-picker-for-immich/\">WordPress plugin directory</a> or search for &#8220;media picker for Immich&#8221; in the plugins page in WordPress.</p>\n\n\n\n<p>Feedback and bug reports are welcome. Development is done on GitHub <a href=\"https://github.com/donnchawp/media-picker-for-immich\">here</a>.</p>\n\n#Immich #WordPress #WordPressplugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 12 Apr 2026 18:07:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WordPress.org blog: Celebrating Community at WordCamp Asia 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20385\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2026/04/celebrating-wcasia-2026/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27872:\"<p class=\"wp-block-paragraph\">WordCamp Asia 2026 brought the global WordPress community to Mumbai, India, from April 9–11, gathering contributors, organizers, sponsors, speakers, and attendees at the Jio World Convention Centre for three days of learning, collaboration, and community. With 2,281 attendees, the event reflected the scale of the WordPress community and the strong turnout throughout the event.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The event unfolded across Contributor Day and two conference days, with a program that moved from technical sessions and workshops to hallway conversations, shared meals, and joyful moments of connection across the venue. From first-time attendees to longtime contributors, WordCamp Asia 2026 reflected the breadth of the WordPress ecosystem and the many ways people shaped and sustained it.</p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-7387b849 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-pullquote\"><blockquote><p><br />WordPress is not a company. It is a shared commitment to keeping the web open.</p><cite>Mary Hubbard, Executive Director, WordPress</cite></blockquote></figure>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Throughout the event, WordCamp Asia 2026 balanced formal programming with the conversations happening around it. Sessions and workshops set the pace, while morning networking, tea breaks, lunch, the family photo, the sponsor’s raffle, and the after party in Jasmine Hall helped make the event feel welcoming, social, and connected.<br /></p>\n\n\n\n<h2 class=\"wp-block-heading\">How WordCamp Asia 2026 Took Shape</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Bringing together contribution, practical learning, and forward-looking conversation in one shared program. Across Contributor Day and the conference sessions that followed, attendees moved between hands-on work, technical talks, workshops, and broader discussions about AI, education, enterprise, community growth, and the open web.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The result was a WordCamp that felt expansive without losing its sense of connection. Different rooms with topics as themes, helping different audiences, and different forms of participation all fed into the same larger picture: a community actively building what comes next for WordPress as a feeling that something bigger was happening: not just a schedule being delivered, but a community showing up for one another and for the future of WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day: Building WordPress Together</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Contributor Day opened WordCamp Asia 2026 with one of the clearest expressions of what makes the project special: people coming together to move WordPress forward by working on it. More than 1,500 participants joined 38 table leads across more than 20 contribution tables, creating a day that was expansive in scale and grounded in real work. For some, it was a return to familiar teams and longtime collaborators. For others, it was the beginning of their contributor journey.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The day moved between structured learning and hands-on participation. Alongside contributor sessions, attendees joined workshops, visited the <a href=\"https://asia.wordcamp.org/2026/contributor-day/open-source-library/\">Open Source Library</a>, took part in <a href=\"https://asia.wordcamp.org/2026/youthcamp-is-back-at-wordcamp-asia-2026/\">YouthCamp</a>, and attended <em>The Making of a WordPress Release: Conversations with Past Release Squad Members</em>, a featured panel that added depth and perspective to the work of building and sustaining WordPress.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<p class=\"wp-block-paragraph\">What made Contributor Day stand out was not only the number of people in the room, but the range of ways they could take part. Workshops created space for skill-building. YouthCamp brought younger participants into the experience and widened the event’s reach in a meaningful way. The day felt welcoming, energetic, and full of possibility.</p>\n\n\n\n<p class=\"wp-block-paragraph\">By the end, the impact was already visible across teams. Polyglots contributors suggested more than 7,000 strings and reviewed 3,200 of them. Photo contributors uploaded 76 images. The Test team worked on more than 20 tickets, and 55 contributors joined Training. Those numbers told only part of the story, but they pointed to what Contributor Day continued to do so well: turn a large gathering into shared work that strengthened the project in real time.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped has-black-background-color has-background wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width: 20px; border-radius: 2px;\">\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20392\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08818.jpg?resize=683%2C1024&#038;ssl=1\" width=\"683\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20390\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08792-2.jpg?resize=683%2C1024&#038;ssl=1\" width=\"683\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20391\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0468.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20393\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_1085.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20394\" height=\"575\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_0106.jpg?resize=1024%2C575&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20395\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSC04422.jpg?resize=1024%2C576&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20396\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08957.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20397\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08902.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20399\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0500-1.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20400\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9404.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20401\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_0682.jpg?resize=768%2C1024&#038;ssl=1\" width=\"768\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20398\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSC08899.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20389\" height=\"536\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/FamilyPhoto-Framed.png?resize=1024%2C536&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<h2 class=\"wp-block-heading\">Conference Sessions Take Shape</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Across the conference days, WordCamp Asia 2026 covered a wide range of topics, from technical development and hands-on workshops to business strategy and the open web. Sessions took place across the Foundation, Growth, and Enterprise tracks, with workshops running alongside the main program.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One of the opening sessions was James LePage’s <em>WordPress and AI</em>, which introduced a theme that appeared throughout the conference: how WordPress is responding to changes in AI, publishing, and developer workflows. That topic continued in later sessions focused on AI-driven development, autonomous testing, plugin maintenance, and automation.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Later that morning, a fireside chat with Mary Hubbard and Shilpa Shah shifted the focus toward trust, security, and the longer-term questions shaping open source publishing. Coming early in the program, the conversation gave the conference an important center of gravity, pairing technical change with questions of stewardship, resilience, and what people needed from WordPress as the web continued to evolve. Rather than pulling away from the event’s technical momentum, it deepened it, bringing a human perspective to the pace of change and reminding the audience that progress in open source is not only about what gets built, but about how communities guide, challenge, and sustain that work over time.<br /></p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<p class=\"wp-block-paragraph\">From there, the conference widened into a program that balanced developer-focused talks with sessions on the <a href=\"https://asia.wordcamp.org/2026/session/from-static-to-dynamic-mastering-the-interactivity-api/\">Interactivity API</a>, the <a href=\"https://asia.wordcamp.org/2026/session/parsing-html-without-pain-real-world-use-cases-for-wordpress-html-api/\">HTML API</a>, <a href=\"https://asia.wordcamp.org/2026/session/building-better-wordpress-experiences-with-ai-driven-development-workflows/\">AI-driven development workflows</a>, <a href=\"https://asia.wordcamp.org/2026/session/education-initiatives-in-the-wordpress-ecosystem/\">education initiatives</a>, <a href=\"https://asia.wordcamp.org/2026/session/from-reactive-to-proactive-modern-observability-for-wordpress/\">observability</a>, <a href=\"https://asia.wordcamp.org/2026/session/ten-times-the-value-why-automation-is-worth-the-investment-in-open-source/\">automation</a>, and <a href=\"https://asia.wordcamp.org/2026/session/wordpress-for-startup-founders-the-advantages-are-real-and-so-are-the-traps/\">startup strategy</a>. On the final day, those threads continued through talks on <a href=\"https://asia.wordcamp.org/2026/session/the-invisible-gotchas-of-wp-translation/\">WP translation</a>, <a href=\"https://asia.wordcamp.org/2026/session/building-wordpress-communities-the-ugandan-story/\">community building</a>, <a href=\"https://asia.wordcamp.org/2026/session/wordpress-playground-ai-building-autonomous-testing-pipelines/\">WordPress Playground</a>, <a href=\"https://asia.wordcamp.org/2026/session/wordpress-org-analytics-data-engineering-starter-project/\">data engineering</a>, <a href=\"https://asia.wordcamp.org/2026/session/enterprise-wordpress-isnt-just-bigger-wordpress-lessons-from-the-field/\">enterprise WordPress</a>, and <a href=\"https://asia.wordcamp.org/2026/session/panel-journalism-on-the-open-web/\">journalism on the open web</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Together, the two conference days made clear that WordCamp Asia 2026 was designed not for one kind of attendee, but for many. Developers, founders, marketers, contributors, organizers, and people finding their place in WordPress for the first time all found something that spoke directly to their work and interests. The breadth of the program was striking, but so was the feeling that these conversations mattered now.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Building What Comes Next</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Asia 2026 closed with reflections from Mary Hubbard, following an opening announcement from Chenda Ngak that WordCamp India will join the calendar in 2027 as the fourth flagship WordPress event.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Mary’s remarks tied together several threads that had already surfaced throughout the event: India’s long-standing role in the WordPress project, the growth of programs like Campus Connect and WordPress Credits, the energy of YouthCamp, and the significance of WordPress 7.0. One of the clearest ideas in the session was that WordPress is entering a new phase shaped by real-time collaboration, AI infrastructure, and global contributor growth. That framing gave the closing session a strong sense of direction without losing sight of the community work that made it possible.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The session then shifted into a panel discussion about the current state of WordPress and where the project is headed next. Peter Wilson and Sergey Biryukov joined Hubbard on stage, while audience questions brought the conversation back to many of the themes that had shaped the event across all three days. Even from afar, Ma.tt Mullenweg remained part of the discussion, following along remotely and sending written responses during the live Q&amp;A.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Those questions touched on contributor growth, AI, plugins, local communities, product direction, and the long-term health of the open web. What stood out was how often the answers returned to the same core idea: WordPress continues to grow through open discussion, shared responsibility, and the people who keep showing up to build it together.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Lasting Momentum</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Over three days in Mumbai, WordCamp Asia 2026 brought together contribution, learning, and community. From Contributor Day through the closing keynote, the event balanced hands-on work with bigger conversations about publishing, technology, education, and the open web.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The event also created space for many kinds of participation. Some attendees contributed to Core, Training, Polyglots, Photos, and other teams. Others came for the conference program, workshops, or the chance to reconnect with collaborators and meet new people. Across session rooms, tea breaks, shared meals, sponsor hall conversations, and the after party, the community side of the event remained just as important as the formal program.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped has-black-background-color has-background wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width: 20px; border-radius: 2px;\">\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20408\" height=\"575\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9030.jpg?resize=1024%2C575&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20410\" height=\"575\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/Copy-of-IMG_0065.jpg?resize=1024%2C575&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20409\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/shilpa-mary.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20416\" height=\"769\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/WordPress-AI-6-2.jpg?resize=1024%2C769&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20413\" height=\"575\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9040.jpg?resize=1024%2C575&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20412\" height=\"769\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/WordPress-AI-1-21.jpg?resize=1024%2C769&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20417\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9803.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20415\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/DSCF0499.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20414\" height=\"575\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9045.jpg?resize=1024%2C575&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-20407\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/IMG_9867-1-scaled-2.webp?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">Thank you to the organizers, volunteers, speakers, sponsors, attendees, and everyone who joined online. WordCamp Asia 2026 was a reminder that WordPress continues to grow through the people who show up to contribute and build together.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There is still more to look forward to this year. The community will gather again at <a href=\"https://europe.wordcamp.org/2026/\">WordCamp Europe 2026 in Kraków, Poland</a> from June 4–6, followed by <a href=\"https://us.wordcamp.org/2026/\">WordCamp US 2026 in Phoenix, Arizona</a> from August 16–19.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Apr 2026 18:21:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Open Channels FM: How AI Is Reshaping Release Communication in Open Source Projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2551276\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://openchannels.fm/how-ai-is-reshaping-release-communication-in-open-source-projects/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:184:\"AI is revolutionizing release communication for open source projects by automating updates, enhancing clarity, and maintaining human oversight, ensuring effective information delivery.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Apr 2026 08:47:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Gary: Claudaborative Editing 0.4: Twice the fun!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://pento.net/?p=5741\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://pento.net/2026/04/10/claudaborative-editing-0-4-twice-the-fun/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5369:\"<p class=\"wp-block-paragraph\">I&#8217;ve been taking an iterative approach to building Claudaborative Editing: build something to prove that the underlying concept works, then evolve on top of that. The first two iterations were answering a question I had: <a href=\"https://pento.net/2026/03/28/claudaborative-editing-0-2-now-with-500-more-collaboration/\">can an LLM genuinely improve the writing process</a>? Along the way, I found a more important question: <a href=\"https://pento.net/2026/04/07/the-human-in-the-loop/\">can it be done without contributing to the masses of generated slop we see</a>? </p>\n\n\n\n<p class=\"wp-block-paragraph\">Having seen the underlying idea working, I needed to answer the next question: can it be brought into the actual writing environment? Can it be useful, but keep out of the way?</p>\n\n\n\n<p class=\"wp-block-paragraph\">Can you talk to an LLM from within WordPress, and have it talk back? I think I&#8217;m onto something, and it&#8217;s <a href=\"https://core.trac.wordpress.org/ticket/60000\">alot</a> of fun.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Coming to a WordPress Near You</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Naturally, the next step was to build a WordPress plugin that provided a straightforward interface to the LLM backend. You still install the tool to run with your local copy of Claude Code, but once it&#8217;s running, you can do everything directly from the block editor. The plugin is waiting to be approved for the WordPress.org plugin directory, but you can <a href=\"https://github.com/pento/claudaborative-editing/releases\">download it directly from the GitHub repo now</a>.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-4 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img alt=\"A screenshot of the Collaborative Editing Menu. It shows 5 options: Compose, Proofread, Review, Edit, and Translate.\" class=\"wp-image-5779\" height=\"682\" src=\"https://pento.net/wp-content/uploads/2026/04/menu.png\" width=\"640\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"A screenshot of the Edit box, where a user can have the LLM make broad changes to their post.\" class=\"wp-image-5778\" height=\"865\" src=\"https://pento.net/wp-content/uploads/2026/04/edit-1024x865.png\" width=\"1024\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"A screenshot of the Translate box, where the user can have the LLM translate their post into other languages. Because this is a freeform field, they\'re not limited to the normal options: they can also translate into weird languages, like &quot;pirate&quot;, or &quot;emoji&quot;.\" class=\"wp-image-5777\" height=\"838\" src=\"https://pento.net/wp-content/uploads/2026/04/translate-1024x838.png\" width=\"1024\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"A screenshot of the pre-publish panel, showing the featured image, a suggested excerpt, and suggestions for new and existing tags and categories to use.\" class=\"wp-image-5794\" height=\"1024\" src=\"https://pento.net/wp-content/uploads/2026/04/pre-publish-419x1024.png\" width=\"419\" /></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">Tools are easily accessible when you need them, but otherwise stay out of your way. You choose how much input you want the LLM to have in your writing: it can fix things up for you, or you can ask it to just leave notes and you&#8217;ll decide how you want to proceed. Personally, I prefer to do the work myself, but everyone can choose their level of comfort.</p>\n\n\n\n<p class=\"wp-block-paragraph\">That said, one of the things I often forget to do when writing a post is to tag it properly. If I do remember, I&#8217;m never sure what to tag it with. By the time I get to publishing, I&#8217;m impatient just to get it out in the world! So, now there&#8217;s a button that&#8217;ll give suggestions right before publishing, letting you pick and choose which suggestions to use, and what to drop.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Planning is a Conversation</h2>\n\n\n\n<p class=\"wp-block-paragraph\">I always start Claude Code in planning mode, and I wanted that for posts, too. That&#8217;s where I started this post, and I can absolutely see myself using this every time I need to write a post. Not to do the writing for me, but to help me organise my thoughts. I opened the Compose mode in the sidebar, I had it summarise the changes that I&#8217;ve made in the last 2 weeks, and present a few options for how to collate them. Some I kept, some I dropped.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In a lot of ways, it&#8217;s more like a very advanced <a href=\"https://en.wikipedia.org/wiki/ELIZA\">ELIZA</a>, though rather than just reflecting your words back, it reflects your ideas back in a more structured form.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s next</h2>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;ll be honest, I&#8217;m really happy with how this has turned out so far! I&#8217;d love to hear your feedback as you use it. What would you like to see here? I&#8217;ve already noted down a bunch of ideas that came up just while I was writing this post, so there are definitely more things to come!</p>\n\n\n\n<p class=\"wp-block-paragraph\">Go ahead and give it a shot now:</p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>npx claudaborative-editing start</code></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Apr 2026 05:40:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"Open Channels FM: How Hosting Companies Empower Agencies Through Effective Partnerships\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2552187\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://openchannels.fm/how-hosting-companies-empower-agencies-through-effective-partnerships/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"In this episode, Adam Weeks and Carrie Smaha discuss agency partner programs, emphasizing ongoing commissions, risk management, and building trust.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Apr 2026 10:33:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Greg Ziółkowski: Research: Architecting Tools for AI Agents at Scale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://gziolo.pl/?p=14544\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://gziolo.pl/2026/04/09/research-architecting-tools-for-ai-agents-at-scale/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:420:\"Loading all available tools into an LLM&#8217;s context simultaneously is one of the most consequential architectural mistakes teams make when building AI integrations. The solution isn&#8217;t bigger context windows, and it&#8217;s progressive tool exposure: dynamically presenting only the tools relevant to each interaction. This post surveys the major patterns for doing so, drawn from production servers, [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Apr 2026 05:04:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Greg Ziółkowski\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"Weston Ruter: Adding an MCP Server to the WordPress Core Development Environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://weston.ruter.net/?p=39124\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://weston.ruter.net/2026/04/08/adding-an-mcp-server-to-the-wordpress-core-development-environment/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13938:\"<p class=\"wp-block-paragraph\">I wanted to hook up Claude Code to be able to interact with my local <a href=\"https://github.com/WordPress/wordpress-develop\">wordpress-develop</a> core development environment via MCP (Model Context Protocol). I couldn&#8217;t find documentation specifically for doing this, so I&#8217;m sharing how I did it here.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Assuming you have <a href=\"https://github.com/WordPress/wordpress-develop#getting-started\">set up the environment</a> (with Docker) and started it via <code>npm run env:start</code>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">1. Install &amp; Activate the MCP Adapter plugin</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The MCP adapter is not currently available as a plugin to install from the plugin directory. You instead have to obtain it from GitHub and <a href=\"https://github.com/WordPress/mcp-adapter#installation\">install</a> it from the command line. I <a href=\"https://github.com/WordPress/mcp-adapter#as-a-plugin-alternative-method\">installed it as a plugin</a> instead of as a Composer package:</p>\n\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs language-shell\">cd src/wp-content/plugins\ngit clone https://github.com/WordPress/mcp-adapter\ncd mcp-adapter\ncomposer install</code></span></pre>\n\n\n<p class=\"wp-block-paragraph\">Next,  activate the plugin. Naturally, you can also just activate the “MCP Adapter” plugin from the WP admin. You can also activate it via WP-CLI (but from the project root working directory, since you can&#8217;t run this command from inside of the <code>mcp-adapter</code> directory:</p>\n\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs language-shell\">npm run env:cli -- plugin activate mcp-adapter</code></span></pre>\n\n\n<h2 class=\"wp-block-heading\">2. Register the MCP server with Claude</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s the command I used to register the <code>wordpress-develop</code> MCP server with Claude:</p>\n\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs language-shell shcb-wrap-lines\">claude mcp add-json wordpress-develop --scope user \'{\"command\":\"npm\", \"args\":&#91;\"--prefix\", \"~/repos/wordpress-develop/\", \"run\", \"env:cli\", \"--\", \"mcp-adapter\", \"serve\", \"--server=mcp-adapter-default-server\", \"--user=admin\"]}\'</code></span></pre>\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s the JSON with formatting:</p>\n\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs language-json\">{\n	<span class=\"hljs-attr\">\"command\"</span>: <span class=\"hljs-string\">\"npm\"</span>,\n	<span class=\"hljs-attr\">\"args\"</span>: &#91;\n		<span class=\"hljs-string\">\"--prefix\"</span>,\n		<span class=\"hljs-string\">\"~/repos/wordpress-develop/\"</span>,\n		<span class=\"hljs-string\">\"run\"</span>,\n		<span class=\"hljs-string\">\"env:cli\"</span>,\n		<span class=\"hljs-string\">\"--\"</span>,\n		<span class=\"hljs-string\">\"mcp-adapter\"</span>,\n		<span class=\"hljs-string\">\"serve\"</span>,\n		<span class=\"hljs-string\">\"--server=mcp-adapter-default-server\"</span>,\n		<span class=\"hljs-string\">\"--user=admin\"</span>\n	]\n}</code></span></pre>\n\n\n<p class=\"wp-block-paragraph\">You may want to remove <code>--scope user</code> if you just want to register the MCP server for the one project. I tend to re-use the same WP environment for multiple projects (core and plugins), so I think it may make it easier for me to install at the user level instead.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You will also need to change the <code>--prefix</code> arg&#8217;s <code>~/repos/wordpress-develop/</code> value to correspond to where the repo is actually cloned on your system. I include this arg here so that when I start <code>claude</code> inside of a plugin project (e.g. inside <code>src/wp-content/plugins/performance</code>), it is able to successfully run the <code>npm</code> command in the <code>package.json</code> in the ancestor directory. You can remove this <code>--prefix</code> arg if this is not relevant to you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Change the user from <code>admin</code> according to your needs.</p>\n\n\n\n<h2 class=\"wp-block-heading\">3. Expose all abilities to MCP</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Registered abilities are not exposed to MCP by default. This is a safety measure so that AI agents have to be explicitly allowed to perform potentially sensitive actions. So without any plugins active other than the MCP Adapter, prompting Claude with “discover abilities” results in:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">No abilities found. The MCP server connection may be unstable. Try reconnecting again with <code>/mcp</code>.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">However, since this is a local development environment, there is no concern about this (for me at least). To opt in all abilities to be exposed to MCP by default, you can use the following plugin code:</p>\n\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs language-php\">add_filter(\n	<span class=\"hljs-string\">\'wp_register_ability_args\'</span>,\n	<span class=\"hljs-keyword\">static</span> <span class=\"hljs-function\"><span class=\"hljs-keyword\">function</span> <span class=\"hljs-params\">( array $args, string $ability_id )</span>: <span class=\"hljs-title\">array</span> </span>{\n		<span class=\"hljs-keyword\">if</span> (\n			<span class=\"hljs-comment\">// Prevent exposing abilities in MCP except on a local dev environment.</span>\n			wp_get_environment_type() === <span class=\"hljs-string\">\'local\'</span>\n			&amp;&amp;\n			<span class=\"hljs-comment\">// Omit abilities which the MCP Adapter already makes available itself.</span>\n			! str_starts_with( $ability_id, <span class=\"hljs-string\">\'mcp-adapter/\'</span> )\n		) {\n			$args&#91;<span class=\"hljs-string\">\'meta\'</span>]&#91;<span class=\"hljs-string\">\'mcp\'</span>]&#91;<span class=\"hljs-string\">\'public\'</span>] = <span class=\"hljs-keyword\">true</span>;\n		}\n		<span class=\"hljs-keyword\">return</span> $args;\n	},\n	<span class=\"hljs-number\">10</span>,\n	<span class=\"hljs-number\">2</span>\n);</code></span></pre>\n\n\n<p class=\"wp-block-paragraph\">This is also available in a <a href=\"https://gist.github.com/westonruter/3a37d35ef66cdd58315a7c1347d92560\">gist</a> to facilitate installation via <a href=\"https://git-updater.com/\">Git Updater</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Note: This filter does not currently apply if your ability is registered by extending <code>Abstract_Ability</code> in the AI plugin.</p>\n\n\n\n<p class=\"wp-block-paragraph\">At this point, I can now open Claude (or re-connect to the MCP server) and see that it is able to see all (er, most) abilities that are registered on my wordpress-develop env with the same prompt “discover abilities”:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>3 WordPress abilities</strong> available:</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>core/get-environment-info</strong> — Returns runtime context (PHP, database, WordPress version) with the ability name.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>core/get-site-info</strong> — Returns site information (all fields or filtered subset)</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>core/get-user-info</strong> — Returns current user profile details</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">When I prompt “what&#8217;s the environment info?” it executes the <code>core/get-environment-info</code> ability via MCP and prints out:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li><strong>Environment</strong>: local</li>\n\n\n\n<li><strong>PHP Version</strong>: 8.3.26</li>\n\n\n\n<li><strong>Database Server</strong>: 8.4.8 (MySQL)</li>\n\n\n\n<li><strong>WordPress Version</strong>: 7.1-alpha-62161-src</li>\n</ul>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Now the environment just needs more abilities! I&#8217;ve filed a Performance Lab <a href=\"https://github.com/WordPress/performance/issues/2441\">issue</a> for us at the Core Performance table to work on adding abilities during <a href=\"https://asia.wordcamp.org/2026/contributor-day/\">Contributor Day</a> at <a href=\"https://asia.wordcamp.org/2026/\">WordCamp Asia</a> tomorrow.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Where I&#8217;ve shared this:</p>\n\n\n\n<ul class=\"wp-block-social-links is-layout-flex wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-linkedin  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://www.linkedin.com/posts/westonruter_adding-an-mcp-server-to-the-wordpress-core-share-7447717681786617856-Fo0y?utm_source=share&#038;utm_medium=member_desktop&#038;rcm=ACoAAACIeJ0BUsdEu-G5aiGg1JkXrMQ-C6tbCsI\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">LinkedIn</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://x.com/westonruter/status/2041952919378129271\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-bluesky  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://bsky.app/profile/weston.ruter.net/post/3miyxsxvnek2y\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.3,4.2c2.3,1.7,4.8,5.3,5.7,7.2.9-1.9,3.4-5.4,5.7-7.2,1.7-1.3,4.3-2.2,4.3.9s-.4,5.2-.6,5.9c-.7,2.6-3.3,3.2-5.6,2.8,4,.7,5.1,3,2.9,5.3-5,5.2-6.7-2.8-6.7-2.8,0,0-1.7,8-6.7,2.8-2.2-2.3-1.2-4.6,2.9-5.3-2.3.4-4.9-.3-5.6-2.8-.2-.7-.6-5.3-.6-5.9,0-3.1,2.7-2.1,4.3-.9h0Z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bluesky</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-threads  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://www.threads.com/@westonruter/post/DW4atcEDsCO?xmt=AQF09yVgY9426bf4GJZXdKIDdfPxO-IOSdR_WbrxXdA6Ew\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16.3 11.3c-.1 0-.2-.1-.2-.1-.1-2.6-1.5-4-3.9-4-1.4 0-2.6.6-3.3 1.7l1.3.9c.5-.8 1.4-1 2-1 .8 0 1.4.2 1.7.7.3.3.5.8.5 1.3-.7-.1-1.4-.2-2.2-.1-2.2.1-3.7 1.4-3.6 3.2 0 .9.5 1.7 1.3 2.2.7.4 1.5.6 2.4.6 1.2-.1 2.1-.5 2.7-1.3.5-.6.8-1.4.9-2.4.6.3 1 .8 1.2 1.3.4.9.4 2.4-.8 3.6-1.1 1.1-2.3 1.5-4.3 1.5-2.1 0-3.8-.7-4.8-2S5.7 14.3 5.7 12c0-2.3.5-4.1 1.5-5.4 1.1-1.3 2.7-2 4.8-2 2.2 0 3.8.7 4.9 2 .5.7.9 1.5 1.2 2.5l1.5-.4c-.3-1.2-.8-2.2-1.5-3.1-1.3-1.7-3.3-2.6-6-2.6-2.6 0-4.7.9-6 2.6C4.9 7.2 4.3 9.3 4.3 12s.6 4.8 1.9 6.4c1.4 1.7 3.4 2.6 6 2.6 2.3 0 4-.6 5.3-2 1.8-1.8 1.7-4 1.1-5.4-.4-.9-1.2-1.7-2.3-2.3zm-4 3.8c-1 .1-2-.4-2-1.3 0-.7.5-1.5 2.1-1.6h.5c.6 0 1.1.1 1.6.2-.2 2.3-1.3 2.7-2.2 2.7z\"></svg><span class=\"wp-block-social-link-label screen-reader-text\">Threads</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-mastodon  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://mastodon.social/@westonruter/116370617285521944\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23.193 7.879c0-5.206-3.411-6.732-3.411-6.732C18.062.357 15.108.025 12.041 0h-.076c-3.068.025-6.02.357-7.74 1.147 0 0-3.411 1.526-3.411 6.732 0 1.192-.023 2.618.015 4.129.124 5.092.934 10.109 5.641 11.355 2.17.574 4.034.695 5.535.612 2.722-.15 4.25-.972 4.25-.972l-.09-1.975s-1.945.613-4.129.539c-2.165-.074-4.449-.233-4.799-2.891a5.499 5.499 0 0 1-.048-.745s2.125.52 4.817.643c1.646.075 3.19-.097 4.758-.283 3.007-.359 5.625-2.212 5.954-3.905.517-2.665.475-6.507.475-6.507zm-4.024 6.709h-2.497V8.469c0-1.29-.543-1.944-1.628-1.944-1.2 0-1.802.776-1.802 2.312v3.349h-2.483v-3.35c0-1.536-.602-2.312-1.802-2.312-1.085 0-1.628.655-1.628 1.944v6.119H4.832V8.284c0-1.289.328-2.313.987-3.07.68-.758 1.569-1.146 2.674-1.146 1.278 0 2.246.491 2.886 1.474L12 6.585l.622-1.043c.64-.983 1.608-1.474 2.886-1.474 1.104 0 1.994.388 2.674 1.146.658.757.986 1.781.986 3.07v6.304z\"></svg><span class=\"wp-block-social-link-label screen-reader-text\">Mastodon</span></a></li></ul>\n<p>The post <a href=\"https://weston.ruter.net/2026/04/08/adding-an-mcp-server-to-the-wordpress-core-development-environment/\">Adding an MCP Server to the WordPress Core Development Environment</a> appeared first on <a href=\"https://weston.ruter.net\">Weston Ruter</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Apr 2026 18:41:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Open Channels FM: IndieWeb: Protocol or Philosophy?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2551556\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://openchannels.fm/indieweb-protocol-or-philosophy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"Matthias Pfefferle and Ryan Barrett discuss the Indie Web\'s dual nature as both a philosophy and a protocol, emphasizing website ownership and the role of open standards like RSS.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Apr 2026 12:27:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Open Channels FM: The Evergreen Platform\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2552208\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://openchannels.fm/the-evergreen-platform/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:259:\"In this episode, Adam Weeks discusses a partnership between Servebolt and Crowd Favorite, focusing on innovative enterprise solutions. The partnership aims to address complex technological challenges, enabling businesses to prioritize growth over maintenance.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Apr 2026 09:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WordPress.org blog: How to Watch WordCamp Asia 2026 Live\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20368\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2026/04/watch-wc-asia-2026-live/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5496:\"<p class=\"wp-block-paragraph\">WordCamp Asia 2026 will be available to watch live across three days of streaming, making it easy for the global WordPress community to follow along from anywhere. This year’s live streamed programming begins with a special Contributor Day broadcast, followed by two full conference days of presentations from across the WordPress community.</p>\n\n\n\n<p class=\"wp-block-paragraph\">This post gathers each official stream in one place so you can quickly find the right broadcast for each day. Bookmark this page and return throughout the event to watch live.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Day One: The Making of a WordPress Release</strong></h2>\n\n\n\n<p class=\"wp-block-paragraph\">Go behind the scenes of a WordPress release in this special Contributor Day live stream from WordCamp Asia 2026. Past release squad members come together to share stories, reflect on their experience, and talk about what it takes to bring a WordPress release to life. The Panel will go live at <strong>4:30 am UTC</strong>.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Day Two: Conference Livestreams</strong></h2>\n\n\n\n<p class=\"wp-block-paragraph\">Watch the second day of WordCamp Asia 2026 live for a full day of presentations and sessions. beginning at <strong>4:00 am UTC</strong>, including a Fireside chat with Mary Hubbard, which will begin at <strong>5:00 am UTC</strong> over on the Growth Stream.<br /></p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Foundation</h3>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Growth</h3>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Enterprise</h3>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Day Three: Conference Livestreams</strong></h2>\n\n\n\n<p class=\"wp-block-paragraph\">Watch the third day and final day of WordCamp Asia 2026 live, beginning at <strong>4:00 am UTC</strong> for another full day of presentations from across the community. Don’t forget to watch Ma.tt Mullenweg give the final keynote, which will begin on the Growth stream at <strong>10:00 am UTC</strong>.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Foundation</h3>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Growth</h3>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">Enterprise</h3>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">You can also explore the <a href=\"https://asia.wordcamp.org/2026/schedule/\"><strong>full schedule</strong></a> to see what is coming up across the event and plan your viewing. However you join, we hope you will follow along and be part of WordCamp Asia 2026.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-20372\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/20250220-DSC07465-scaled-2.webp?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Apr 2026 13:57:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Open Channels FM: Professionalizing Pricing Models for Open Source CMS Businesses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2552157\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://openchannels.fm/professionalizing-pricing-models-for-open-source-cms-businesses/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:172:\"In this episode, Anne Bovelett chats with Dr. Christian Kurze discuss strategies for startups in open source CMS, emphasizing structured sales and sustainable monetization.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Apr 2026 09:05:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Gary: The Human in the Loop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://pento.net/?p=5716\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://pento.net/2026/04/07/the-human-in-the-loop/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6682:\"<p class=\"wp-block-paragraph\">If you&#8217;ve been paying attention to LLM-based coding tools in the past few months, you&#8217;ll have seen a seismic shift in how they&#8217;re being used. Even 12 months ago, they were little more than glorified auto-complete tools: useful for quickly repeating patterns, but terrible at producing well structured, thoughtful, maintainable code. More recently, however, there seems to have been a new equilibrium reached, where an experienced engineer can guide these tools to consistently produce high quality code. Small course adjustments seem to have an outsized effect, resulting in the &#8220;Human in the Loop&#8221; paradigm that&#8217;s become so popular.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Why It Works</h2>\n\n\n\n<p class=\"wp-block-paragraph\">&#8220;Code is Poetry&#8221; has been my approach to writing code for as long as I can remember. Software is a form of expression, and the way you create that expression is through code. So, to make beautiful software, you need to write beautiful code. But, what happens when you don&#8217;t need to write code to create the software?</p>\n\n\n\n<p class=\"wp-block-paragraph\">Suddenly, the code becomes entirely about outcomes. It needs to be correct, functional, and maintainable, but it doesn&#8217;t need to be seen as a form of expression itself. Instead, the creative decisions move further up the stack, to the architectural level. You can write beautiful software by writing thoughtful specifications, instead.</p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s not to say that technical abilities are suddenly obsolete. You still need to know what&#8217;s possible and realistic to be able to tell the LLM what to build, and to redirect it when it goes in a different direction. You need to be able to read and comprehend the code, you just don&#8217;t need to memorise every function signature.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Temptation</h2>\n\n\n\n<p class=\"wp-block-paragraph\">So, if an LLM can write code for me, what else can it do? Marketing copy? Emails? Opinion blog posts? I could ask Claude to write 10 paragraphs on the &#8220;The Human in the Loop&#8221;, but would you have even read this far if you thought this post was LLM generated? Of course not! I can promise you that every word of this post (and every other post on my blog) was written by me.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Respect for the Reader</h2>\n\n\n\n<p class=\"wp-block-paragraph\">If I want you to read this post, and seriously consider the arguments I&#8217;m making, the least I can do is write it myself. It goes beyond that, however. LLMs can write functional code, but they can&#8217;t write beautiful software. When the text <em>is</em> the creative act, there&#8217;s no way for the LLM to write the text without compromising your creativity. If you&#8217;re the Human in the Loop for a blog post, you&#8217;re not injecting your voice, your perspective, or your personality into the post: you&#8217;re rubber stamping whatever feels good enough, and that&#8217;s a very low bar to clear.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">&#8220;Good enough&#8221; isn&#8217;t actually good enough. </p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">A measure of the complexity of a written piece of text is called &#8220;perplexity&#8221;. It measures the randomness of how the text flows, and it&#8217;s probably the thing you&#8217;re noticing when you know you&#8217;re reading LLM-generated text, but you can&#8217;t quite articulate why. It&#8217;s an uncanny valley thing: it looks like writing, it reads like writing, it might even flow like writing, but the vibes are off.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The good news is, you&#8217;re not going insane, recent research shows that <a href=\"https://www.researchgate.net/publication/395972099_How_Well_Do_LLMs_Imitate_Human_Writing_Style\">there is a measurable difference between human written text, and LLM generated text</a>. LLM generated text is inherently less random, which makes sense when you remember that LLMs are, at their core, giant statistical models that are really good at figuring out &#8220;what&#8217;s the most likely bit of text to come next&#8221;.</p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-css wp-custom-css-20396e00\"><img alt=\"\" class=\"wp-image-5720\" height=\"1024\" src=\"https://pento.net/wp-content/uploads/2026/04/Screenshot-2026-04-07-at-3.01.26-pm-333x1024.png\" width=\"333\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">The LLM as the Assistant</h2>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s not to say that LLMs are completely useless when it comes to writing, but we need to use them the right way. While they shouldn&#8217;t be generating text, they can absolutely be used to help you write. Over the last month or so, I&#8217;ve been working on <a href=\"https://pento.net/2026/03/28/claudaborative-editing-0-2-now-with-500-more-collaboration/\">Claudaborative Editing</a>, an experiment to see exactly how much they can help with the writing process. I&#8217;ve been building it directly into the WordPress editor, allowing me to plan, write, review, and publish this post from the one place. An LLM assisted, but <em>every word of it was written by me alone</em>. My goal isn&#8217;t to replace the author, or to make it easier to fill the web with LLM-generated dreck, it&#8217;s to help me (and hopefully you, too!) improve your writing, while still keeping it fundamentally yours.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Where Does Creativity Live?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">When you&#8217;re evaluating these tools, &#8220;can an LLM do this?&#8221; isn&#8217;t the question you need to ask. Instead, think about where the creative part of the process lives. For software, that&#8217;s in the design decisions and the architecture, the final product is the expression of that creativity. The specifics of the implementation don&#8217;t really matter. For a blog post, or any writing for that matter, the creativity lives in the act of writing. To delegate that to an LLM is to delegate your own creativity.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s what I believe: the best uses of LLM tools are when they augment humans, rather than try to replace them. They enhance the inherent creativity of their human operator, they don&#8217;t suppress it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">This belief guides how I use LLMs, and how I build tools that help others use LLMs, too. I&#8217;ll be pushing out a new release of Claudaborative Editing in the next few days, I hope you&#8217;ll give it a go!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Apr 2026 06:38:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Matt: TheOpenSource\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151870\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://ma.tt/2026/04/theopensource/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:603:\"<p class=\"wp-block-paragraph\">It&#8217;s very cool to see <a href=\"https://t3.gg/\">Theo / t3.gg</a>&#8216;s open source arc.</p>\n\n\n\n<figure class=\"wp-block-embed alignwide is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Just in general, with people creating more software than ever, it&#8217;s so exciting to see an explosion of open source and a growing understanding of why working together on open source makes so much sense for the future we want to build.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Apr 2026 00:01:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Open Channels FM: Finding Balance: The Importance of Downtime at Conferences\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2551269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://openchannels.fm/finding-balance-the-importance-of-downtime-at-conferences/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"Conferences are hectic, but experts say taking breaks is key for success. Pausing helps recharge, absorb info, and connect meaningfully with others. Balance is everything!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Apr 2026 08:27:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Easter Thoughts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151842\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2026/04/easter-thoughts/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3604:\"<p class=\"wp-block-paragraph\">You call yourself a Christian engineer, but you haven’t given your life to Open Source? Huh.</p>\n\n\n\n<p class=\"wp-block-paragraph\">What license would Jesus choose? I don’t know if it’s GPL or MIT, but sure as heck it isn’t proprietary.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Letting proprietary code dictate your life is like following a Bible you’re not allowed to read. Beware those who would seek to mediate your relationship to the divine.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Happy Easter, y’all. <img alt=\"🙏\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f64f.png\" style=\"height: 1em;\" /><img alt=\"🐰\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f430.png\" style=\"height: 1em;\" /><img alt=\"🌈\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f308.png\" style=\"height: 1em;\" /> </p>\n\n\n\n<p class=\"wp-block-paragraph\">Update: BTW, the above would probably be a lot better if I spoke it, because people would hear <em>a very humorous tone, but that&#8217;s not clear from the text! So some have said I come off pretty jerky,</em> and some said blasphemous. Fair! I&#8217;m also not saying it&#8217;s literally funny, it just would be a little clearer I was trying. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Also, I mean examples as possible metaphors or parallels and not literally, but never say that up front. Also as thought experiment, not literally as judgey. &#8220;No&#8221; or &#8220;it is totally fine&#8221; are valid answers to the first question, lots of more possibilities — the &#8220;Huh&#8221; is meant more out of curiosity than judgment, a conversation starter, not an ender.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Finally the ender <strong>&#8220;Happy Easter, y&#8217;all)&#8221;</strong> <em>in my Houston culture and context</em> / the South  would be pretty clear as actually happy, friendly and playful. But said in a different tone or without that context, the opposite!  I have friends in NYC for whom that would read deep sarcasm, a big FU and rude bye. I didn&#8217;t think of that!</p>\n\n\n\n<p class=\"wp-block-paragraph\">Anyway, I&#8217;ve learned a lot from the feedback, will probably still learn more, and want to deeply appreciate the people who care enough to give it to me and spend time explaining and answering my questions. Thanks, y&#8217;all! (Not sarcastic <img alt=\"🙂\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png\" style=\"height: 1em;\" /> <img alt=\"🙂\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png\" style=\"height: 1em;\" /> <img alt=\"🙂\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png\" style=\"height: 1em;\" /> &lt;&#8212; Real smiles and gratitude, not smug.) </p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m not thanking all the Twitter / X trolls, though, and I&#8217;m not going to engage any more because the real or perceived trolling makes it almost impossible to change, nor do I harbor any illusions of changing some minds. I&#8217;ve devoted hundreds of hours to it in the past, but it didn&#8217;t help, and that took a lot of time away from my favorite people and loved ones.</p>\n\n\n\n<p class=\"wp-block-paragraph\">(Also, I think something has changed; in open source and WordPress, we&#8217;d fight like crazy, but ended up coming together or having a meal afterward before diving back in. Social media I think has made that rarer and harder.)</p>\n\n\n\n<p class=\"wp-block-paragraph\">(and the new Spring colors are on the site.)</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 05 Apr 2026 15:40:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Turn Every Page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151827\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2026/04/turn-every-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:504:\"<p class=\"wp-block-paragraph\">If you&#8217;re looking for a good watch this weekend, I couldn&#8217;t recommend more the documentary <a href=\"https://www.google.com/search?q=turn+every+page\">Turn Every Page – The Adventures of Robert Caro and Robert Gottlieb</a>. The craft of research, writing, and editing is presented in the most beautiful way possible. Around 400,000 words were removed from <a href=\"https://amzn.to/4sdRYn6\">The Power Broker</a>, which was ultimately published as 1,162 pages.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 05 Apr 2026 01:14:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Pedro Franceschi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151811\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2026/04/pedro-franceschi/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:428:\"<p class=\"wp-block-paragraph\">This <a href=\"https://www.ashleevance.com/\">Ashlee Vance</a> interview of Pedro Franceschi from Brex contains so many interesting stories it might cause you to reconsider what it means to be a CEO.</p>\n\n\n\n<figure class=\"wp-block-embed alignwide is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Apr 2026 19:07:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Open Channels FM: Self-hosted WordPress Optimized Runtime on Docker (SWORD)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2551797\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://openchannels.fm/self-hosted-wordpress-optimized-runtime-on-docker-sword/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:182:\"In the CloudFest Hackathon, Jan Willem shared his team\'s project, SWORD, a self-hosted control panel for WordPress, highlighting collaboration, technical challenges, and team spirit.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Apr 2026 10:18:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Open Channels FM: WEB Responsibility Scanner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2551824\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://openchannels.fm/web-responsibility-scanner/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:209:\"Ekaterina Streltsova introduced the BEP Responsibility Scanner at CloudFest Hackathon, addressing web sustainability, accessibility issues, and legal compliance, emphasizing the need for open-source solutions.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Apr 2026 09:07:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Open Channels FM: WP Plugin Insight\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2551774\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://openchannels.fm/wp-plugin-insight/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:178:\"Javier Casares and Mark Heijnen discuss WP Plugin Insight, a project enhancing WordPress plugin discovery through AI-driven analysis of compatibility, security, and translations.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Apr 2026 07:45:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: EmDash Feedback\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151783\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2026/04/emdash-feedback/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6962:\"<p class=\"wp-block-paragraph\">So, two other Matts at <a href=\"https://www.cloudflare.com/\">Cloudflare</a> announced <a href=\"https://blog.cloudflare.com/emdash-wordpress/\">EmDash — the spiritual successor to WordPress that solves plugin security</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">(Is it <a href=\"https://en.wikipedia.org/wiki/Nominative_determinism\">nominative determinism</a> or a simulation glitch that everyone trying to terraform the web has some variation of &#8220;Matthew&#8221; in their name? I was in a call set up by Matthew Prince, talking to Matt Taylor and Matt Kane, with my right hand there, <a href=\"https://matiasventura.com/\">Matías</a>.)</p>\n\n\n\n<p class=\"wp-block-paragraph\">First, I&#8217;m going to tell you why this isn&#8217;t spiritually tied to WordPress at all, then why they haven&#8217;t solved plugin security, and finally offer some suggestions.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Spirit of WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress exists to democratize publishing. That means we put it <a href=\"https://ma.tt/2026/03/wordpress-everywhere/\">everywhere</a>. You can run WordPress on a Raspberry Pi, on your phone, on your desktop, on a random web host in Indonesia charging 99 cents a month, and you can run it scaled up on AWS or across multiple datacenters. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The same code. When you download <a href=\"https://wordpress.org/playground/\">WordPress Playground</a> you&#8217;re running the same code that&#8217;s being attacked a thousand times a second at <a href=\"https://www.whitehouse.gov/\">WhiteHouse.gov</a>. That&#8217;s what we mean when we say <em>democratization</em>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s all built on open source and web standards. You can run it anywhere; there&#8217;s no lock-in.</p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s why we do what we do. It&#8217;s really hard. You can come after our users, but please don&#8217;t claim to be our spiritual successor without understanding our spirit.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Spirit of EmDash</h2>\n\n\n\n<p class=\"wp-block-paragraph\">I think EmDash was created to sell more Cloudflare services. And that&#8217;s okay! It can kinda run on Netlify or Vercel, but good stuff works best on Cloudflare. This is where I&#8217;m going to stop and say, I really like Cloudflare! I think they&#8217;re one of the top engineering organizations on the planet; they run incredible infrastructure, and their public stock is one of the few I own. And I love that this is open source! That&#8217;s more important than anything. I will never belittle a fellow open source CMS; I only hate the proprietary ones.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you want to adopt a CMS that will work seamlessly with Cloudflare and make it hard for you to ever switch vendors, EmDash is an incredible choice.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Claimed Plugin Security</h2>\n\n\n\n<p class=\"wp-block-paragraph\">In another example of them not understanding the spirit of WordPress, the fact that plugins can change every aspect of your WordPress experience is a feature, not a bug! And their sandboxing breaks down as soon as you look at what most WordPress plugins do. </p>\n\n\n\n<p class=\"wp-block-paragraph\">I know we get a bad rep because there are 62k plugins with wildly variable engineering quality, and more every day, and when one installed on 0.01% of our user base has a vulnerability, a bunch of websites write breathless articles that get clicks saying &#8220;122,000 WordPress Sites Vulnerable!&#8221;</p>\n\n\n\n<p class=\"wp-block-paragraph\">That, by the way, I think we&#8217;ll be able to fix in the next 18 months with AI. The plugin security <strong>only</strong> works on Cloudflare.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Critical Feedback</h2>\n\n\n\n<p class=\"wp-block-paragraph\">As I said, we had a call with Cloudflare on March 23rd, where they asked for feedback on this thing they built but didn&#8217;t tell us the name, said it would probably launch in their developer week towards the end of April, and some top colleagues and I offered to help. I wish I could say the things I&#8217;m saying in this blog post on that call, and if they had just shared the announcement post I could have, but in the spirit of open source here&#8217;s what I would have said:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>If they had said the name I would have asked if they had any other options because I have an <a href=\"https://emdash.codes/\">amazing colleague named Emdash</a> who is doing some of the most exciting stuff with WordPress and AI. (BTW I think our Em will have more impact on the web than this in five years.)</li>\n\n\n\n<li>I actually think the product is very solid, there&#8217;s some excellent engineering, migration tools, it&#8217;s very fast, and the Astro integration is nice.</li>\n\n\n\n<li>I&#8217;d be surprised if this doesn&#8217;t get tens of thousands of sites on it.</li>\n\n\n\n<li>The UI is in the <a href=\"https://en.wikipedia.org/wiki/Uncanny_valley\">uncanny valley</a> of being sorta-WordPress sorta-not. I know it wasn&#8217;t a weekend vibecode project, but it has some of that smell. Stuff breaks at the edges.</li>\n\n\n\n<li>I think using TinyMCE is a regression, and they should adopt <a href=\"https://github.com/wordpress/gutenberg\">Gutenberg</a>, which we licensed and created to be used by other CMSes. (Correction: They use <a href=\"https://www.portabletext.org/\">Portable Text</a> not TinyMCE, but same UI criticism applies.)</li>\n\n\n\n<li><a href=\"https://github.com/emdash-cms/emdash/tree/main/skills\">The Skills are amazing</a>, a brilliant strategy, and we need to do the same as soon as possible. I&#8217;ve been working on something similar and got some good ideas from their implementation.</li>\n\n\n\n<li>I&#8217;m not going to say which parts, but they copied a lot of things we&#8217;re planning to kill. Build from first principles. Make it better. Skate to where the puck is going.</li>\n</ol>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s a new CMS every other day. And that&#8217;s great! I love building CMSes and I totally get why other people do, too.</p>\n\n\n\n<h2 class=\"wp-block-heading\">In Conclusion</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Some day, there may be a spiritual successor to WordPress that is even more open. When that happens, I hope we learn from it and grow together. [removed &#8220;out of your mouth&#8221; sentence, too spicy for Western palates.] I&#8217;ve mostly focused on this post on just the software, but WordPress is also so much about the community — the meetups, the WordCamps, the art, the college programs, the tattoos, the books&#8230; The closest thing I&#8217;ve seen to a spiritual successor isn&#8217;t another CMS, it&#8217;s been <a href=\"https://openclaw.ai/\">OpenClaw</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Thanks to colleague <a href=\"https://bt.hn/\">Batuhan İçöz</a> for helping review this.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Apr 2026 01:32:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WordPress.org blog: From AI to Open Source at WordCamp Asia 2026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20341\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2026/04/wcasia-2026-sessions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10931:\"<p class=\"wp-block-paragraph\"><strong>April 9-11, 2026 | Jio World Convention Centre, Mumbai, India</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\">WordCamp Asia 2026 brings the WordPress community to Mumbai, India, from April 9 to 11, with a schedule shaped around artificial intelligence, enterprise WordPress, developer workflows, product strategy, and open source collaboration. For attendees planning their time, the program offers a useful view of the ideas, tools, and practical challenges shaping WordPress today.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-82d461e8 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https://asia.wordcamp.org/2026/event-pass/\" rel=\"noreferrer noopener\" target=\"_blank\">Get Your Event Pass</a></div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https://asia.wordcamp.org/2026/schedule/\" rel=\"noreferrer noopener\" target=\"_blank\">WC Asia Schedule</a></div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https://asia.wordcamp.org/2026/\" rel=\"noreferrer noopener\" target=\"_blank\">About WordCamp Asia</a></div>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-19211\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/10/20250220-DSC_1853-scaled-1.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Keynotes to Set the Stage</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The keynote sessions at WordCamp Asia 2026 help frame some of the biggest conversations at this year’s event.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-20366\" height=\"1076\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/04/Screenshot-2026-04-02-at-11.31.10-am.png?resize=1078%2C1076&#038;ssl=1\" width=\"1078\" /><figcaption class=\"wp-element-caption\"><a href=\"https://asia.wordcamp.org/2026/speaker/matt-mullenweg/\">Ma.tt Mullenweg</a>, co-founder of WordPress and CEO of Automattic, is expected to speak about the future of the open web and the ever-evolving role that WordPress plays.</figcaption></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-20346\" height=\"986\" src=\"https://i0.wp.com/wordpress.org/news/files/2026/03/Screenshot-2026-03-31-at-11.47.01-am.png?resize=984%2C986&#038;ssl=1\" width=\"984\" /><figcaption class=\"wp-element-caption\"><a href=\"https://asia.wordcamp.org/2026/speaker/mary-hubbard/\">Mary Hubbard</a>, Executive Director of WordPress, will also join a fireside chat moderated by <a href=\"https://asia.wordcamp.org/2026/speaker/shilpa-shah/\">Shilpa Shah</a>, focusing on leadership, education initiatives, artificial intelligence, and community growth.</figcaption></figure>\n</div>\n</div>\n\n\n\n<p class=\"wp-block-paragraph\">Together, they offer an early view of the themes and discussions unfolding across WordPress in 2026.<br /></p>\n\n\n\n<h2 class=\"wp-block-heading\">AI, Automation, and the Future of WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Artificial intelligence is one of the clearest threads running through the program. Sessions from <a href=\"https://asia.wordcamp.org/2026/speaker/fellyph-cintra/\">Fellyph Cintra</a>, <a href=\"https://asia.wordcamp.org/2026/speaker/fumiki-takahashi/\">Fumiki Takahashi</a>, and <a href=\"https://asia.wordcamp.org/2026/speaker/nirav-mehta/\">Nirav Mehta</a> examine how AI is already influencing WordPress through Core discussions, testing workflows, plugin development, and day-to-day implementation. That same theme continues in sessions on marketing and content strategy, including <a href=\"https://asia.wordcamp.org/2026/speaker/adeline-dahal/\">Adeline Dahal’s</a> work on structuring WordPress content to make it more machine-readable. </p>\n\n\n\n<p class=\"wp-block-paragraph\">This cross-section of presentations shows how automation is moving from concept to practice. From autonomous testing with WordPress Playground to AI-supported development workflows, these sessions highlight applicable tools and skills that teams can start using right away, not just concepts. For attendees interested in where WordPress is heading, this is one of the strongest themes across the event.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Enterprise WordPress and Scalability</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Enterprise sessions take that discussion further by focusing on scale, architecture, and operational complexity. <a href=\"https://asia.wordcamp.org/2026/speaker/rahul-bansal/\">Rahul Bansal</a>, <a href=\"https://asia.wordcamp.org/2026/speaker/james-giroux/\">James Giroux</a>, Anirban Mukherji, and Abid Murshed are among the speakers exploring how WordPress supports larger organizations, more complex commerce systems, and demanding digital environments. Their sessions look at growth, implementation, and the kinds of decisions that matter when WordPress is supporting business-critical work.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Other talks in this track focus on the realities of enterprise operations, including migration risk, observability, and long-term performance. Together, they show how WordPress continues to adapt to larger systems and more complex digital ecosystems without losing the flexibility that makes it widely used in the first place.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Developer Experience and Modern Practices</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The developer track stays grounded in both Core tools and everyday engineering practice. <a href=\"https://asia.wordcamp.org/2026/speaker/ryan-welcher/\">Ryan Welcher</a> will cover the Interactivity API, <a href=\"https://asia.wordcamp.org/2026/speaker/jonathan-desrosiers/\">Jonathan Desrosiers</a> will look at automation in open source, and <a href=\"https://asia.wordcamp.org/2026/speaker/takayuki-miyoshi/\">Takayuki Miyoshi</a> will introduce a schema-sharing approach to form management. These sessions point to a broader shift toward building WordPress systems that are more dynamic, maintainable, and easier to scale over time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">These more technical presentations also include sessions on the WordPress HTML API, Content Security Policy, open source data pipelines, and evolving plugin standards. Rather than focusing on a single type of builder, this part of the schedule addresses developers working across infrastructure, security, front-end experiences, and long-term platform health.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Community, Education, and Open Source</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The schedule also makes space for the people and ideas that support WordPress beyond engineering alone. A panel featuring <a href=\"https://asia.wordcamp.org/2026/speaker/anand-upadhyay/\">Anand Upadhyay</a> and <a href=\"https://asia.wordcamp.org/2026/speaker/maciej-pilarski/\">Maciej Pilarski</a>, moderated by <a href=\"https://asia.wordcamp.org/2026/speaker/destiny-kanno/\">Destiny Kanno</a>, looks at education initiatives and student pathways into open source. <a href=\"https://asia.wordcamp.org/2026/speaker/kazuko-kaneuchi/\">Kazuko Kaneuchi</a> will reflect on the story of Wapuu and the culture of contribution around WordPress. At the same time, <a href=\"https://asia.wordcamp.org/2026/speaker/kotaro-kitamura/\">Kotaro Kitamura</a> and <a href=\"https://asia.wordcamp.org/2026/speaker/chiharu-nagatomi/\">Chiharu Nagatomi</a> will share how WordPress and its community shaped their professional journeys.</p>\n\n\n\n<p class=\"wp-block-paragraph\">That wider perspective continues in sessions on product thinking, marketing, career growth, and business strategy. <span style=\"margin: 0px; padding: 0px;\">Speakers, including <a href=\"https://asia.wordcamp.org/2026/speaker/nabin-jaiswal/\" rel=\"noreferrer noopener\" target=\"_blank\">Nabin Jaiswal</a>, <a href=\"https://asia.wordcamp.org/2026/speaker/himani-kankaria/\" rel=\"noreferrer noopener\" target=\"_blank\">Himani Kankaria</a>, <a href=\"https://asia.wordcamp.org/2026/speaker/julian-song/\" rel=\"noreferrer noopener\" target=\"_blank\">Julian Song</a>, <a href=\"https://asia.wordcamp.org/2026/speaker/karishma-sundaram/\" rel=\"noreferrer noopener\" target=\"_blank\">Karishma Sundaram</a>, <a href=\"https://asia.wordcamp.org/2026/speaker/sandeep-kelvadi/\" rel=\"noreferrer noopener\" target=\"_blank\">Sandeep Kelvadi</a>, <a href=\"https://asia.wordcamp.org/2026/speaker/aviral-mittal/\" rel=\"noreferrer noopener\" target=\"_blank\">Aviral Mittal</a>, <a href=\"https://asia.wordcamp.org/2026/speaker/anh-tran/\" rel=\"noreferrer noopener\" target=\"_blank\">Anh Tran</a>, and <a href=\"https://asia.wordcamp.org/2026/speaker/anna-hurko/\" rel=\"noreferrer noopener\" target=\"_blank\">Anna Hurko,</a> explore how WordPress works an</span>d connects with decision-making, discoverability, professional development, and organizational growth. Taken together, these sessions reflect one of WordPress’s long-standing strengths: its ability to connect software, learning, and community in the same space.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Hands-on Workshops</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Hands-on workshops round out the schedule, offering practical sessions for attendees who want to move from ideas to implementation. They include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>From On-Demand to Cloud: Automate WordPress Installations Like a Pro</li>\n\n\n\n<li>AI + MCP to build, manage, and automate WordPress end-to-end</li>\n\n\n\n<li>Building AI Agents with self-editing memory</li>\n\n\n\n<li>Building Better WordPress Experiences with AI-Driven Development Workflows</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Explore the <strong><a href=\"https://asia.wordcamp.org/2026/schedule/\">full schedule</a></strong> to plan your sessions, and get your <strong><a href=\"https://asia.wordcamp.org/2026/event-pass/\">event pass</a></strong> to join WordCamp Asia 2026 in Mumbai.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-19213\" height=\"754\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/10/wordcamp-asia-2025-family-photo.webp?resize=1024%2C754&#038;ssl=1\" width=\"1024\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Mumbai is calling. See you at WordCamp Asia 2026! </p>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>Note: </strong>Much of the credit belongs to <a href=\"https://profiles.wordpress.org/webtechpooja/\">@webtechpooja</a> (<a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a>) for help in writing this piece.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Apr 2026 16:10:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Open Channels FM: FAIR Package Management for TYPO3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2551748\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://openchannels.fm/fair-package-management-for-typo3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:186:\"Key figures from the FAIR TYPO3 hackathon discuss the platform-agnostic FAIR protocol, its integration with TYPO3, and advancements in digital goods distribution across multiple systems.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Apr 2026 10:49:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Matt: Taxonomist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151765\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://ma.tt/2026/04/taxonomist/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6072:\"<p class=\"wp-block-paragraph\">I&#8217;m really excited to introduce a project I worked on with various AI agents the other night, which I think represents a new way we might build things in the future.</p>\n\n\n\n<p class=\"wp-block-paragraph\">First, the problem: My WordPress site has 5,600+ posts going back decades, and I had some categories that were old and I didn&#8217;t really use anymore, and I wasn&#8217;t happy with the structure. Every time I made a new post, it irked me a little, and I had this long-standing itch to go back and clean up all my categories, but I knew it was going to be a slog.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Let me present<span style=\"margin: 0px; padding: 0px;\"> <a href=\"https://github.com/m/taxonomist\" target=\"_blank\">Taxonomist</a>, a new open-source tool you can run with one copy-and-paste</span> command line that solves this problem. Here&#8217;s the idea:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>You run this code in your terminal, and it spins up a Claude Code instance that asks you for your URL.</li>\n\n\n\n<li>Then it takes that and figures out what type of site you have, which APIs are available, and starts downloading all your posts locally for analysis.</li>\n\n\n\n<li>Sub-agents analyze every post against your current categories and thinks about suggesting new ones.</li>\n\n\n\n<li>It previews all the changes.</li>\n\n\n\n<li>Tries a variety of ways to authenticate against your site and make all the changes.</li>\n\n\n\n<li>Logs everything locally, so anything is reversible later.</li>\n</ol>\n\n\n\n<p class=\"wp-block-paragraph\">THIS IS VERY ALPHA. PROBABLY BUGGY. BE CAREFUL WITH IT. PATCHES WELCOME. MAYBE MAKE A BACKUP OF YOUR SITE BEFORE YOU CHANGE IT.</p>\n\n\n\n<p class=\"wp-block-paragraph\">It kind of just worked. I ran it live against ma.tt and it cleaned up a ton of stuff pretty much exactly how I wanted. But there&#8217;s a lot of weird stuff happening here, so I don&#8217;t know quite what this is yet.</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>It&#8217;s very non-deterministic! There is some pre-written code, and probably could be more, but a lot of the code is generated on the fly by your agent. This creates interesting bugs where people testing with less powerful models had some odd behavior.</li>\n\n\n\n<li>I kind of want a directory of these useful AI agents on WordPress.org, but also, there&#8217;s something a little strange about trusting a remote shell script to run on your machine.</li>\n\n\n\n<li>I tested this with Claude, but there&#8217;s no reason Codex couldn&#8217;t use the repo in the exact same way, and I&#8217;d love to improve the quick start script to start by detecting all the agents you have, asking which you&#8217;d like to use, and also which directory you&#8217;d like to work in. I think we could kill the <code>cd taxonomist-main &amp;&amp; claude \"start\"</code> part of it.</li>\n\n\n\n<li>Because much of the code and commands are generated on the fly from prompts, it&#8217;s very resilient! I&#8217;ve seen people try it, and it ran into errors with libraries or whatever, but it just figured out how to work around them.</li>\n\n\n\n<li>I&#8217;d love it if, at the end of every session, there was a moment for self-reflection where the agent would take the repository and suggest upstream issues and PRs based on anything that went wrong. Then this could recursively self-improve very quickly.</li>\n\n\n\n<li>There are some obvious improvements to this, for example, doing this for tags. Sometimes it creates too many categories when you might only want 3-5 for your theme.</li>\n\n\n\n<li>One fun thing is a bunch of the work of this just uses public WordPress APIs, so you can run it against any site! I like using <a href=\"https://distributed.blog/\">distributed.blog</a> as a demo. It&#8217;ll still do all the fun downloading and analysis and everything, you just won&#8217;t be able to make changes.</li>\n\n\n\n<li>I now have a local cache of all my WordPress posts I can do other interesting things with, and that&#8217;s cool.</li>\n\n\n\n<li>The logging and reverting probably still has some bugs in it.</li>\n\n\n\n<li>You can riff with it along the way, so for example, it suggested I get rid of my <a href=\"https://ma.tt/category/audrey/\">Audrey category</a> because it didn&#8217;t have enough posts, and I asked it to look at all the companies on <a href=\"https://audrey.co/\">Audrey.co website</a> and categorize any posts that talk about them as Audrey, which created like 50 more.</li>\n\n\n\n<li>I want to check the GitHub repo for any updates before it starts, and maybe periodically, because it&#8217;s iterating and improving really fast.</li>\n\n\n\n<li>It&#8217;s not the default but the entire thing is way more pleasant if you run it with skip-permissions. So testing I usually run the one-liner, exit, resume with skip.</li>\n\n\n\n<li>You can see some of my prompt history in the Github but I apologize it&#8217;s not comprehensive, I also used Gemini and Codex with this and got lots of value from them.</li>\n</ol>\n\n\n\n<p class=\"wp-block-paragraph\">So, not sure what this is, but please check it out, play with it, submit improvements or ideas, and think about what&#8217;s next. Might host a Zoom or something to brainstorm.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The final thing I say is that this was a very different process of writing software for me. Instead of staying at the computer the entire time, I found myself going away for a bit, napping and dreaming about the code, coming back with new ideas and riffing on them. Maybe I&#8217;ll return to my <a href=\"https://en.wikipedia.org/wiki/Polyphasic_sleep\">Uberman polyphasic sleep days</a>? Nap-driven development?</p>\n\n\n\n<p class=\"wp-block-paragraph\">BTW I have lots of thoughts and feedback for <a href=\"https://github.com/emdash-cms/emdash\">Emdash</a> but I thought this was more interesting, will try to get that out later tonight. One preview: TinyMCE is a regression; they should use <a href=\"https://github.com/wordpress/gutenberg\">Gutenberg</a>! We designed it for other CMSes and would be fun to have some common ground to jam on.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Apr 2026 00:14:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: #211 – Elliott Richmond on WordPress Content Creation, Education, and Pizza Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=203465\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wptavern.com/podcast/211-elliott-richmond-on-wordpress-content-creation-education-and-pizza-plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:60931:\"<details>Transcript<div>\n<p class=\"wp-block-paragraph\">[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes, and in this case, WordPress content creation, education, and the unexpected diversion into a pizza plugin.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So on the podcast today we have Elliott Richmond. Elliott&#8217;s been deep in the WordPress community for over 20 years, developing since the early days, back when WordPress was yet to be forked from b2. He&#8217;s freelanced, built with multiple CMS systems, and has contributed creatively to the community, including releasing a WordPress advent calendar way back in 2013.</p>\n\n\n\n<p class=\"wp-block-paragraph\">He is an active WordPress developer, content creator on YouTube, and unexpectedly a part-time pizza vendor running a thriving pizza business powered entirely by WordPress tools.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Many listeners will know Elliott for his technical videos, but today we discuss how WordPress has served as the glue for unexpected ventures, like scaling a local pizza business during lockdown, using WooCommerce, Jetpack, and custom plugins. Elliott&#8217;s experience showcases just how flexible WordPress can be, whether for websites, unique ordering systems, or even streamlining business processes for other niches.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Recently, Elliott has been asked by Automattic to create content around wordpress.com, giving him early access to features, and allowing him to share his workflow and insights with a broader audience. He talks about his approach to content creation, balancing scripting versus improvisation, and details his low tech kit from iPhone cameras to DIY lighting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Throughout the episode, Elliott shares how community connections and feedback loops, especially via YouTube comments, shape his work, and he discusses the new opportunities for content creators within the WordPress ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re interested in WordPress beyond websites, curious about how to turn technical, know-how into educational video content, or just want to hear about WordPress powered pizza, and who doesn&#8217;t, this episode is for you.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d like to find out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so without further delay, I bring you Elliott Richmond.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I am joined on the podcast by Elliott Richmond. Hello Elliott.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:35] <strong>Elliott Richmond:</strong> Hello. How you doing? Thanks for having me.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:03:37] <strong>Nathan Wrigley:</strong> You&#8217;re so welcome. Elliott and I have had a little bit of a chat prior to hitting the record button.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Elliott&#8217;s one of those people who has been in my world for many years, because I&#8217;ve been vicariously watching what, this is going to sound a rather sinister. I&#8217;ve been watching what Elliott&#8217;s been doing for several years. And we&#8217;ll get into some of that in a moment. It&#8217;s a pleasure to have you on the podcast anyway. I feel like I know more about you than you will do about me, that&#8217;s for sure anyway. But welcome to the podcast.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:08] <strong>Elliott Richmond:</strong> Thank you. Yeah, thank you for having me. I think if you put yourself out there, you are bound to attract stalking of some form.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:14] <strong>Nathan Wrigley:</strong> That&#8217;s right. Okay. I hope it doesn&#8217;t come across as that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:18] <strong>Elliott Richmond:</strong> No, not at all. Not at all.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:19] <strong>Nathan Wrigley:</strong> But will you just give us a little bit of your background? Obviously this is a WordPress specific podcast, so you can dip into your early childhood if you like, but maybe if we constrain it to WordPressy things.</p>\n\n\n\n<p class=\"wp-block-paragraph\">How long have you been using WordPress? What do you do at the moment? And then we can get into some of the fun things you&#8217;re going to be doing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:04:36] <strong>Elliott Richmond:</strong> Yeah, sure. So I&#8217;ve been using, or developing with, wordPress for over 20 years. So pretty much as old as WordPress is, but I was developing before that, building stuff. I&#8217;m self-taught developer, but I was building stuff in the early nineties for bands and stuff that I was in, creating music and just putting stuff out on the web.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But then I realised, when I was working at an agency, it was a design agency, that there was definitely a market for the web effectively, but the company I was working for didn&#8217;t really want to get into it. So eventually when I went freelance, I was able to sort of self-teach myself all of the things I was interested in, which was web development. So I used all of the kind of CMSs like Joomla, Drupal, and eventually found b2 which was forked, ended up being WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So, yeah, started seeing lots of communities popping up, meetups and I just reached out to people. And I&#8217;ve actually featured on WP Tavern before because of releasing an advent calendar I think it was, back in 2013, I think it was Christmas time. And it was basically just reaching out to other developers and asking them for code snippets. It was back in the day when WordPress was kind of, it was a blog but developers were using it in really creative ways like portfolios, and product databases where you had to use the category and tagging system to actually make things work, and then manipulate the templates.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So there was lots of code snippets sort of flying about. So yeah, I just reached out to community and got about 30 developers submitting code, and then just released them as advent calendars.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So, today I am still a developer and develop for WordPress, very passionate about WordPress. I&#8217;m a content creator, create stuff on YouTube, and I&#8217;m also a part-time Pizzaiolo. And if you don&#8217;t know what that is, that&#8217;s basically somebody who makes pizzas.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:06:22] <strong>Nathan Wrigley:</strong> I can&#8217;t ignore that, and we&#8217;re going to get into that in a moment. But I&#8217;ve been having people on a variety of different podcasts for over a decade now, and you are the first, actually, that&#8217;s not true. I was about to say that you are the only person that I&#8217;ve ever interviewed who&#8217;s actually used b2 prior to it becoming WordPress. You are not, because I interviewed Matt Mullenweg once, and of course he, along with Mike Little, definitely used b2 because they forked it to become WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But that really does give me an illustration of, you are right at the beginning. So you were one of the kind of founding members of the community, if you like, and goodness only knows, I&#8217;m sure you had no anticipation of what it was going to become.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:02] <strong>Elliott Richmond:</strong> No, not at all. Yeah, Kubrick.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:05] <strong>Nathan Wrigley:</strong> Old school. If you know what Elliott&#8217;s talking about, you can join the, what&#8217;s the word for somebody who&#8217;s been around in the community for a really long time? Well, anyway, one of those.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So tell us a little bit about the pizza thing. I don&#8217;t want to dwell on it for too long, if you don&#8217;t mind, but this is such an interesting little story. And curiously, it does have a WordPress spin at the end. So yeah, make sure to get that in as well because that&#8217;s fascinating.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:07:28] <strong>Elliott Richmond:</strong> Yeah, so during COVID, during lockdown, my wife and I just started a pizza delivery thing. Because all the kind of delivery shops were closing down and we have a community in our village and it was like, they&#8217;ve tried my pizzas before. So we thought, well, we&#8217;ll just roll it out and set it up. And people were saying, yeah, send me a pizza. So we thought, okay, well we can sell them to the rest of the community as well. And it was just going to be a temporary thing. Five years later, we employ five staff and it&#8217;s still going strong and we sell it as a licence to other people.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But the WordPress thing is, I mean in a million years I wouldn&#8217;t know that I&#8217;d be doing this five years later, but it&#8217;s all because of WordPress that has allowed me to do this. You know, it uses all WordPress products, it&#8217;s WooCommerce, WordPress itself, and some Jetpack stuff with the WooCommerce app. It glues everything together and it helps us to run a sort of micro business like that. And what has turned into a weekend, temporary thing has turned into a full-time business. So, yeah, it&#8217;s a, I don&#8217;t know if I can tell you any more about it really.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:28] <strong>Nathan Wrigley:</strong> Well, you can, you mentioned that you&#8217;ve got a plugin that&#8217;s coming out fairly soon, aligned with people who wish to replicate your pizza business, but in their own locale.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:08:40] <strong>Elliott Richmond:</strong> Yeah, so to just give you the bigger picture, my wife is kind of like a bit of a marketing guru, and she sees opportunities where I can&#8217;t see them. She sees all the blind spots. So this whole model can be replicated by anybody. She didn&#8217;t force me, I was willing to do it, but she made me film all of my steps to make pizzas. So if you don&#8217;t know how to make pizza, there&#8217;s a full course to make it. There&#8217;s a whole module of the marketing that we use. There&#8217;s all secret little tips in there about doing stuff on social media, which I don&#8217;t do. My wife does all that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But I&#8217;ve developed a plugin that works with WordPress and WooCommerce and it stitches everything together. So it&#8217;s got an ordering system, it&#8217;s got a slot system, it&#8217;s got a time-based system, so you can only put certain slots within certain times, and then it&#8217;s got a radius distance. So if you were outside of that radius based on your postcode, you can&#8217;t order pizzas, but you can collect them. And we do get people collecting from miles away that were passing last year, and they&#8217;ve driven a hundred miles to come down for the weekend because they&#8217;re passing to pick up a pizza. Honestly, you wouldn&#8217;t believe it. But I think the furthest somebody&#8217;s come is something like 120 miles. It&#8217;s crazy.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Yeah, so people have been in touch with me like from, last chap was in Norway asking about his, could he use it for his brother&#8217;s bakery? And I said, yeah, absolutely. So anything that&#8217;s got like a restricted delivery zone, and maybe you want to just do it at certain times, you can do it. But you don&#8217;t even need to use the slot system, but you can set the radius distance. So if you want to do local deliveries, you can set a four mile radius, five mile, ten mile, whatever you want to set. Anything is doable really. Yeah, you can use the plugin.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So that&#8217;s kind of like the freemium Pizza Pilot. And then there&#8217;s a Pro version that we actually will bundle with our licensees. And we&#8217;ve got, it&#8217;s not like a franchise, it&#8217;s, you know, they buy the whole model once, and then they get the plugin bundled in. And, yeah, I&#8217;m just kind of like fine tuning it so that I can manage it. So if pizza does take over my life, I&#8217;m still, got my foot in WordPress and developing this product. So I&#8217;m happy about that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:10:37] <strong>Nathan Wrigley:</strong> That&#8217;s so interesting that you have WordPress as the sort of fulcrum of this entirely different side of your life, really. And it feels like it&#8217;s more than like a hobby project at the moment. It feels like it&#8217;s the underpinnings of a lot of what you do, albeit maybe the WordPress community don&#8217;t know about it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But also curious that, and again, I might be reading between the lines, maybe you launch the pizza business and then kind of retrofit your procedures into your own dog fooding plugin, which now you are deciding to sell.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But the fact that the technology stack that you knew inside out was able to facilitate that, you know, and a website can handle things like geolocation, that a website can handle things like payment, and the ability to add ingredients and things like that. All of that enabled you to launch that business, which is just so interesting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because most people who use WordPress, I doubt ever have that experience in life. You know, maybe they&#8217;re building things for clients, or they try a little hobby project. But you&#8217;ve got, I don&#8217;t know, it just sort of perfectly slotted in and, well, serendipity seems like the right word. Everything just sort of seems to slot in perfectly, and how wonderful.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:11:46] <strong>Elliott Richmond:</strong> Yeah, I think it all kind of happened at the same time, because I just mentioned to Rachel about, you know, during lockdown these businesses are shutting down and people are going to pivot. Because I was talking to the WordPress community and they were talking about how their businesses were pivoting, like their restaurants. And I said, I could set this up as a website. So it all came together kind of all at once really.</p>\n\n\n\n<p class=\"wp-block-paragraph\">One thing I&#8217;d have to say is that I like doing complex things with WordPress, and I&#8217;m really interested in the way that people do stuff with WordPress. So we have somebody that comes to our Meetup that is a gardener, and they come religiously to our Meetup. You&#8217;d think, well, why is a gardener coming to the Meetup? Well, it&#8217;s because they run their whole invoicing system and business, the gardening business, through WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So it&#8217;s like, oh, that&#8217;s interesting. So there&#8217;s so many different things you can do with WordPress. So the one thing I&#8217;m grateful for is all of my experience that WordPress has given me and the opportunities in terms of my career, being able to sell, you know, development packages to clients, and picking up complex jobs in that sense. Because without, it wouldn&#8217;t be the glue for the pizza thing, and it wouldn&#8217;t have happened that easily.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:12:49] <strong>Nathan Wrigley:</strong> Right. Genuinely, absolutely fascinating. I think we could probably do the entire podcast about that, but there is another story to tell. As I said, I&#8217;ve been looking at Elliott online for quite a while and then, I don&#8217;t know when it was, but it was certainly quite recently, we are recording this in March, 2026, quite recently that I learned that you are going to be working with Automattic. I don&#8217;t know if it&#8217;s for Automattic, but certainly for the wordpress.com side of things. I could spoil what you are doing and misrepresent what it is. Probably best to just hand it over to you, and tell us what this gig is, this project that you&#8217;ve got running through 2026.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:13:27] <strong>Elliott Richmond:</strong> Yeah, so I have to shout out to Michelle Frechette because she basically reached out to me and suggested an introduction with Stacey Carlson, who is Automattic&#8217;s Affiliate and Influencer Director. And she&#8217;s obviously picked up some of my videos and she just said to me that, do you fancy us sponsoring a video or two about wordpress.com and how I felt about Automattic products? I said, yeah, why not? I use them all the time, every day. So it&#8217;s definitely up my street.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So I put some stuff together and she basically just told me that the Automattic leadership team, which directly is Matt down, were broadly supporting content creators. So yeah, I was on board with it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And my mind just went on overdrive. Basically, Stacey said to me, would you like to do this thing? And I was like, yeah. She said, okay, well, we&#8217;ll have a chat in a couple of days or whatever. And I was like, I put concepts together and I sent about three or four different ideas. And it was like, yeah, okay, let&#8217;s do this. And it&#8217;s basically how I use WordPress, what I did, the whole pizza thing, what I do from day to day.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I put these videos together and then it created another opportunity and another introduction to a lady called Brit Solata, who&#8217;s head of Influence Marketing. Big inspiration for me is another guy called Jamie Marsland, who&#8217;s actually the head of the wordpress.com YouTube channel, because he basically raised his profile by using WordPress and turning hard concepts like using the Block Editor into really easy to understand videos.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And he had the genius idea of creating the speed challenge, which was kind of viral. Again, he lives down the road from me, believe it or not, less than five, six miles away. So there&#8217;s a funny story behind that. We&#8217;ve known each other for like 15 years, connected through social media and whatever channels there are that we used to use. And we actually met for the first time, face to face, at WordCamp Europe in Greece. And it always tickles me because the first thing he said is like, we&#8217;ve known each other for years, but this is the first time we&#8217;ve met, and we have to come over the other side of Europe. So it&#8217;s not great for our carbon footprint, which always makes me chuckle.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Yeah, he was a great inspiration. And since then we went out for a coffee or two and he inspired me really to start doing my YouTube stuff. And I think that&#8217;s really what got me recognised through Michelle, Stacy, and Brit. And then Britt suggested that we do something for the rest of this year. So I&#8217;m going to be doing videos about wordpress.com, what&#8217;s coming up.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress has always been a moving target. It uses multiple different types of technology, right? So there&#8217;s always different things happening and changing. And with the advent of AI, there&#8217;s a lot of stuff coming into the whole project. So, yeah, that&#8217;s kind of where we&#8217;re at.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:16:09] <strong>Nathan Wrigley:</strong> I have a lot of questions around that actually. So the first thing I&#8217;m going to ask is, is the intention to make long form content, or are you hoping to make more short form content? And really behind that question is what you just said about the fact that WordPress is in a real period of flux. On the .org side, we&#8217;ve got WordPress 7 coming around, which is going to be transformational, but I also feel that any video that gets made to coincide with 7 is quickly going to go out of date because we&#8217;re in such a rapid period of flux.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So just conscious about that, really, whether or not the content that you are going to be creating, and forgive me for using this word, is more disposable, if you know what I mean? So the kind of content that you&#8217;ll throw together in the anticipation that in 4, 3, 2 months time, you might have to reshoot it again. So, yeah, just wondering what the constraints are on the kind of content that you&#8217;re going to be making?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:17:01] <strong>Elliott Richmond:</strong> There aren&#8217;t really constraints in that sense, but I think the whole nature of WordPress is ideal for that kind of scenario. So we are going to do long form content and then spinoff of that is going to be the short form as well, because you can just do that with the modern tech that you can use today anyway.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But yes, I think if you&#8217;re working in the Core team and you&#8217;re doing documentation, and it&#8217;s always been a thing, getting documentation out has always been a problematic thing. And if you&#8217;re working on something and you&#8217;re deep into it, it&#8217;s difficult to get that stuff out.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I think over the years it&#8217;s got better because you&#8217;ve got prominent people in Core, in the team, working at Automattic that are pumping stuff out. Justin Tadlock and the other chaps and Birgit is putting stuff out with Gutenberg Times and things like that. So it has got a lot better, but definitely there is an opportunity for content creators to fill a gap in terms of new things that are coming, what&#8217;s going to be changing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And also the way that people consume that content because YouTube and all the social, other social platforms, not that they&#8217;re great, TikToks and all that, but there&#8217;s definitely an opportunity for that content to be absorbed by different people. So there&#8217;s definitely a gap there for content creators to make people aware about those changes and new developments that are coming to WordPress.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:18:22] <strong>Nathan Wrigley:</strong> I&#8217;m in the lucky position in that for this podcast there isn&#8217;t really a laundry list of things that I have to cover. It&#8217;s very much up to me what I wish to have on the podcast. So you are an example, you know, decided to do this, and here we are doing it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But I did wonder if you were, you know, you mentioned some names there over at Automattic. I don&#8217;t know if there&#8217;s going to be some things that they will require you to do because that&#8217;s in line with what .com has just released or what have you. Or if you really are, you know, the reins are off, do what you like Elliott and just make sure that you post us and tell us what&#8217;s going on.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m imagining there will be some sort of guidance and, okay, this thing&#8217;s about to launch, it would be really welcome if you produce the piece of content explaining why we&#8217;ve done it, and how it works and so on.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:19:03] <strong>Elliott Richmond:</strong> There&#8217;s no guardrails in that sense. It feels very fluid and flexible. Yes, there are kind of like things, we&#8217;d love you to do this, and I&#8217;m more than happy to do that because it&#8217;s definitely on my street anyway.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The products that are sort of being talked about are products that I use every day, so it has synergy, you know? It&#8217;s not like I&#8217;m having to do something that I wouldn&#8217;t be comfortable doing. It&#8217;s stuff I love doing and I love teaching other people anyway. So in terms of that whole community thing, I think when communities come together, the most I get out of it is actually learning from other people, not just teaching them.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And actually just by teaching somebody, or telling somebody about something, they give you feedback and the feedback loop there is super important, especially for a project like WordPress. Without that feedback loop, potentially, it&#8217;s not going to be a thing that anyone will use anyway. So just by doing something with the community or publishing something is useful feedback.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There may be something that is sort of created and developed that I don&#8217;t necessarily agree with, but I can still put it out there, say whether I like it or don&#8217;t like it, and then ask somebody, you know, what&#8217;s your feeling? Have you used it? What&#8217;s your feedback? Get some comments. That is feedback. And that&#8217;s how you improve things.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:20:14] <strong>Nathan Wrigley:</strong> YouTube is a phenomenal feedback loop actually. I mean, I know you&#8217;ll probably be getting feedback from within Automttic and what have you as well, but I long for the comments on a WordPress blog to be like the comments on a YouTube video. It seems that everybody&#8217;s quite willing to get the keyboard out and hammer out thousands of replies on a YouTube video. It really does capture that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so, especially if during the content you provoke the audience to comment, and to give you feedback, because you may well be making another piece of content, which will be guided by the comments and what have you. I think it&#8217;s amazing for that. And kind of like pretty, pretty untapped. Usually when you watch content, it is just, okay, I&#8217;ve decided what I&#8217;m going to do. There it is. It&#8217;s an isolated, atomised piece of content. But the idea of going and asking for, what shall I do next? Or something akin to that is really great. And I hope that works out for you. I fully anticipate that it will, because like I said, the comments are usually fairly voluminous.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:09] <strong>Elliott Richmond:</strong> Yeah, it&#8217;s interesting because some of the comments actually inspire you to create your next piece of content. So it&#8217;s always good. Sometimes it is difficult because you can see that it&#8217;s negative feedback. But actually I think that negative feedback is a positive thing because you can respond in a positive way. Or you can just take that feedback and then feed it back into the ecosystem and that&#8217;s how things get changed. So any negativity is a positivity in my book.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:21:35] <strong>Nathan Wrigley:</strong> Yeah, nice. I think you have to armour yourself with things like that when you go on social media and post content, don&#8217;t you? Because it doesn&#8217;t matter how perfect it is, and how well aligned it is, there&#8217;s always somebody lurking somewhere who is willing to derail your day with a comment like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Are you going to be doing this then on official, so you&#8217;ve made the content, you&#8217;ve created the video, and yada yada. We can get into the process of that in a moment. I&#8217;d be kind of interested to know what you do. Are you going to be posting this on official WordPress channels, or is this that you are being hired to create the content and then put it out on your own channels? Or is it, does it come with the official stamp of the wordpress.com YouTube channel or something like that?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:13] <strong>Elliott Richmond:</strong> No, it&#8217;s on my channel for my audience. So I&#8217;m free to do whatever I want really. I can do my own stuff but there is a, kind of an agreement we have to meet certain months and content that will be aligned with whatever&#8217;s happening at wordpress.com or at Automattic. But yeah, there&#8217;s no restriction. It&#8217;s kind of on my channel to my audience.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:33] <strong>Nathan Wrigley:</strong> Is it very much then going to be YouTube, like screen shares of the kind of things that you&#8217;ve been doing with a code editor or in the backend of WordPress, or a plugin that you&#8217;ve installed and have played with or what have you? But obviously on the .com side of things as opposed to the .org side of things.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:22:47] <strong>Elliott Richmond:</strong> I don&#8217;t want to give too much away, but I&#8217;m given kind of a little bit of early access to stuff that, I found it difficult to find it but it is available, you can get to it, but I needed some pointers. But it&#8217;s going to be a mix of technical stuff. You&#8217;ve seen my stuff, I&#8217;d like to get technical content simplified and I use graphics. And, I mean, if I look at my first stuff, it was nowhere near as polished as it is today. but I like to use animation.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s difficult concepts to get over, especially with templating and patterns and template parts and things like that. And if you can simplify that to users, to use this stuff with more knowledge. But there&#8217;s also stuff about AI that&#8217;s, I mean it even confuses me today, like MCPs and, what&#8217;s that? And it&#8217;s like large language models and things like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So there&#8217;s complex stuff that I&#8217;m really looking forward to getting my teeth into because I can try and simplify it. And that&#8217;s what I like doing in terms of like graphics and analogies. And hopefully it makes sense to people.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:23:46] <strong>Nathan Wrigley:</strong> So it&#8217;s going to be, I guess the one word that maybe I would encapsulate it as is educational. The idea is that you come in, learn a thing, or multiple things, and then go away. It&#8217;s not just that, oh look, here&#8217;s the latest new feature that&#8217;s shipping. It&#8217;s more, look, here&#8217;s the feature, but also here&#8217;s how you get to it and how you navigate it and what it does. And if you want to implement it, you must do this, yada, yada, that kind of thing. So educational.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:12] <strong>Elliott Richmond:</strong> Yeah, absolutely. There&#8217;s lots of other things happening as well that are specifically for developers and not necessarily for wordpress.com. But yeah, engineering those things and putting those together to make something work in the way that you want it to, there is a technical barrier to that. So if I can simplify that and help others to get up and running, then great.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But there&#8217;s things like Xdebug that are not enabled by default in the Studio app that I think are really useful. Now I&#8217;ve used Xdebug for debugging my code for many years and I honestly cannot do without it. And I didn&#8217;t even know it was there, you know, that&#8217;s how hidden it was, until I saw a tweet like the other day, and it was, I think it&#8217;s recently been rolled out, but I&#8217;m like, I am itching to do a video on that, so that I can just let people know how to use it and what it&#8217;s beneficial for.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:24:56] <strong>Nathan Wrigley:</strong> Yeah, you strike me as the kind of character that&#8217;s not going to be short of things to do content about. It&#8217;s more, which comes first. And I think that&#8217;s such a nice gig for you as well, in that you&#8217;re obviously a very curious individual. You know, you&#8217;ve been making videos for, this is going to come out the wrong way, but, you know, for no reason, if you know what I mean? You know, there was nobody prodding you with a stick saying, Elliott, we need another video now because you&#8217;ve been paid for it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You were doing it because that&#8217;s something that you found enjoyable, and you like the experience of doing all of that. And then somebody comes along and says, you know what? I think we could well do with paying you for this. That must have been kind of, almost manna from heaven in a way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:25:34] <strong>Elliott Richmond:</strong> Absolutely. I mean, I feel so fortunate. I&#8217;m so grateful to Michelle Frechette for reaching out to me and making that contact because, yeah, I mean, it&#8217;s right up my street. You&#8217;ve seen, I&#8217;ve got guitars around the studio and I think it&#8217;s like, I&#8217;m the sort of person that I think it&#8217;s good to learn something new every day, regardless of what it is. And yeah, you have to be intrigued by something.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And particularly with code and technology, it&#8217;s changing all the time. You can do things in different ways. Very much the same as just fingering around a fretboard and trying to find that lick, or that nice harmonic tone that you never found before. And you think, ah, I can do this. I&#8217;m going to show my bass player that I can do this, or my guitar player, or whatever. You know, it&#8217;s a bit like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And you get excited about the littlest things that maybe are not so exciting to a lot of people, but they are to me, and that&#8217;s why I do it. And if I can just impart that on somebody, that&#8217;s a bonus to me. And I do get that feedback on YouTube. So I&#8217;m always so grateful when I get positive feedback like that. So, yeah, long may it continue. And I&#8217;m not going to stop doing it because I find it fascinating and I really enjoy it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There are many stages to doing a video. You have to figure out what you&#8217;re going to talk about, the script, which I didn&#8217;t used to do. It was just kind of like, I know this thing, so I&#8217;m just going to jump on. But I now script things, break things down into concepts, and then know when I&#8217;m going to do some motion graphics. Then I do the headshots, and then I do the editing.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And when I&#8217;m done editing, I&#8217;m not done editing in like one day, I just do a couple of hours and I go back into the house and I just tell Rachael, I say, I absolutely love editing. It&#8217;s just like, it just really excites me. So it is just these little things. Not necessarily about WordPress, but yeah, figuring out how to get a concept across. And then I&#8217;ll sit and I&#8217;ll bore the tears off Rachael, try and explain this stuff to her, and she&#8217;s just patiently listening to me, you know, so I can get it out of my head.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:27:19] <strong>Nathan Wrigley:</strong> No, I think that&#8217;s the most credible way of getting to the perfect simulation of what it is you&#8217;re trying to educate people with. Because you trip over yourself, don&#8217;t you? And you realise, okay, that second point should have been the third. And the third should have been the second. And there was a better way of explaining that. I think it&#8217;s great that you do it that way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And I&#8217;m also, pleased is the wrong word, but I&#8217;m curious that you script it as well. Because I know that the temptation is often easy, isn&#8217;t it? It&#8217;s just, okay, I know this stuff inside out, I&#8217;ll just go for it. That extra hour, two hours, three hours, whatever it may be, of disciplining yourself to write it down, I think you go a million more miles with that content. You know, you refine it, you work it through, you cut out the additional words that are not needed, that just sort of demonstrates to me that you are really, really serious about it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:06] <strong>Elliott Richmond:</strong> I say scripted, loosely scripted. It&#8217;s scripted not to the absolute T. It&#8217;s kind of like flashcard prompts.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:10] <strong>Nathan Wrigley:</strong> Oh, no. No, no, no. Sorry. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:13] <strong>Elliott Richmond:</strong> But there&#8217;s the structure, let&#8217;s say. And sometimes I do word for word. But if I go off piste, if I&#8217;m recording, I&#8217;m like, yeah, I&#8217;m just going brush over that. It&#8217;s not that important. It&#8217;s just an um or an ah, or an and and a the that shouldn&#8217;t be there, but whatever. I mean, if I watch back some of my stuff, I&#8217;m like, oh, did I really say that? I&#8217;m my worst critic, I guess.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:31] <strong>Nathan Wrigley:</strong> The trick there is never to watch or listen to your own stuff.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:35] <strong>Elliott Richmond:</strong> Yeah. Yes.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:28:37] <strong>Nathan Wrigley:</strong> The problem is, if you are self editing, you have to listen to yourself, you know, for every hour that I record, I end up listening to myself for probably about four hours. It is purgatory. For example, the sentence that I&#8217;ve just said, I will listen back to and I will be ruing the day that I said it. It&#8217;s curious.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Given that it&#8217;s on the .com side of things, and if, dear listener, you&#8217;re not familiar, we have sort of like this bifurcation, if you like, of WordPress. We have the .org side, which is the way you can go, wordpress.org, and you can download it and put it on a server and put it on your local machine and do what you like with it. And then the .com side, which is where Elliott&#8217;s work is going to be mostly living I guess, is the hosted side. So you go and you pay a monthly fee and you have access to WordPress over there, so you don&#8217;t have to think about the hosting or anything like that, that&#8217;s just taken care of.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Do you get a sense that there&#8217;ll be like commercial pressure there? That&#8217;s maybe getting to territory that you don&#8217;t wish to get into, I don&#8217;t know. But will, for example, you have to create content around certain features because it&#8217;s shiny and new? So instead of it being educational, it might slip into the more promotional, and I&#8217;m doing air quotes as I say that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:29:45] <strong>Elliott Richmond:</strong> In my experience, little experience working with the guys at the moment, there&#8217;s been none of that. It&#8217;s literally, you have the free reign, do what you want. There is a benefit of putting a script together in that sense, because you can iron things out if you need to. But in all honesty, of the 10, 15 scripts I&#8217;ve already sent through, I&#8217;ve only had minimal feedback. They said, great, it looks great. Let&#8217;s go with it. And also, if it&#8217;s a new shiny thing, show me. I want to know about it. I want to tell others about it as well, you know?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:11] <strong>Nathan Wrigley:</strong> Right. So the overlap there is welcome to you, which is quite nice, isn&#8217;t it? It&#8217;s new, it&#8217;s interesting. I would like to mention it anyway.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:17] <strong>Elliott Richmond:</strong> There is also another point. I think there&#8217;s a misconception between wordpress.com and WordPress, the standalone software. Because effectively it&#8217;s the same thing. When you use something like the Studio app, you&#8217;ve still got your local files and you can still develop your own stuff. You can get as complex as you want. You are just literally hosting it with the people that make this software. And you then know that you&#8217;re going to get the performance, you&#8217;re going to get all of the security stuff, you&#8217;re going to get all the benefits of hosting with a, on a platform that know the software. So there&#8217;s a win-win situation there in my opinion.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:30:52] <strong>Nathan Wrigley:</strong> So you were mentioning earlier, Jamie Marsland, just down the road from you, who&#8217;s the head of WordPress YouTube. Obviously kind of a prolific content creator himself, and then got taken on by Automattic to carry on that journey. There&#8217;s obviously now you. I wonder if you&#8217;ve got any thoughts on how WordPress, and you might read Automattic in here or .com or whatever the right word is. I wonder how you view the seriousness with which they&#8217;re taking content creator content.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Because again, if I rewind the clock three or four years ago, it felt that there really wasn&#8217;t much coming out that had that kind of official stamp. We were kind of left to our own devices. We were going into Slack and reading comments, or we were going into GitHub queues for plugin developers and things like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">But it does seem that at some point in the last four or five years, somebody somewhere said, wait, no, video is it. We really have to invest in video. And it feels like you&#8217;ve been caught up in that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s no real question there. It&#8217;s more just an observation that video content by people who obviously are out in the community doing this with a serious intention. It&#8217;s more than just a hobby. It&#8217;s something they&#8217;ve got a track record of doing seriously. I wonder if you&#8217;ve spotted that trend as well.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:32:05] <strong>Elliott Richmond:</strong> Yeah, absolutely. I mean, I often look up stuff on YouTube. It used to be Google. How do I, I don&#8217;t know, mitre some wood together? You can go to YouTube now and you can find all of this stuff. Or how do you make the perfect naan bread or the perfect pizza, let&#8217;s say? So yeah, YouTube is definitely, in the last, I actually don&#8217;t think it, it&#8217;s always been there, but it&#8217;s probably, it&#8217;s only become sort of more prominent on my radar, I guess. So if that&#8217;s a result of what&#8217;s been happening organically, then yeah, I&#8217;ve just been sucked into it. But, yeah, I think it&#8217;s always been there.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You always get from YouTube content creators about how much more difficult it is, I guess, because there&#8217;s more people doing it, so they&#8217;ve got less money to give people. But honestly, I&#8217;m not in it for the financial reward anyway. I mean, I do get paid ads and stuff, but it&#8217;s peanuts every three months, so I&#8217;m not in it for that at all.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So yeah, it&#8217;s definitely on my radar basically. I mean, in terms of editing and software, I still look up stuff. You know, even whether it&#8217;s WordPress or whether it&#8217;s command line stuff. Particularly now, if you drop AI into the title, you&#8217;re going to get loads of stuff.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:33:10] <strong>Nathan Wrigley:</strong> Yeah, I mean, more and more if you go and ask a question of Google, you&#8217;re going to get the AI answer first, but then you&#8217;re just going to get like a big row of YouTube videos. You know, if you ask it a question beginning, how do I, or something along those lines, the AI often comes first.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m actually using a different search engine now. I use one called Kagi, which was actually by coincidence developed by the guy who used to run Manage WP, who then sold it and moved on to make this search engine. There&#8217;s another success story coming from the WordPress space. But if you ask it a question, you get the AI generated sort of response over three or four lines, and then after that, just a cavalcade of YouTube videos. And it really, I think, has become the default.</p>\n\n\n\n<p class=\"wp-block-paragraph\">What I&#8217;m finding interesting about that is, I think that wordpress.com in this case, but you could read Automattic, are kind of putting their money where their mouth is and doing it in an interesting way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">So rather than, let&#8217;s say, employing a team of content creators to do this, this, this, this, and this, they&#8217;re asking people like you to just get on with it. Just do what you were doing. I think that&#8217;s really interesting. And it&#8217;s hard to encapsulate what I&#8217;m saying there, but there&#8217;s a real level of trust. You know that you&#8217;ve got to do things, but nobody&#8217;s micromanaging you to tell you what to do. It sounds like nobody&#8217;s giving you, okay, we want this piece of exact content, and this one and this one and this one. It&#8217;s more, Elliott, you&#8217;ve got a track record, you&#8217;ve proven yourself, now crack on, but we&#8217;ll assist from the financial point of view. I think that&#8217;s a really nice model of allowing people like you to do what you do, and the trust that you&#8217;ve built up is all that was needed to get you started on that journey.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:34:47] <strong>Elliott Richmond:</strong> Yeah, there are kind of, who this is for, what&#8217;s good to do, what isn&#8217;t great to do. So there is, not guardrails as such, you&#8217;re given complete flexibility, but you are given a kind of like a brief, not template, it&#8217;s not template, it&#8217;s a, what&#8217;s this for? What&#8217;s the target?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:03] <strong>Nathan Wrigley:</strong> Like an avatar kind of, something like that.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:05] <strong>Elliott Richmond:</strong> Yeah. Yeah, an avatar. I don&#8217;t find that restrictive in any way. If I did, I wouldn&#8217;t be doing it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:10] <strong>Nathan Wrigley:</strong> No, that&#8217;s really helpful.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:11] <strong>Elliott Richmond:</strong> Yeah, exactly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:12] <strong>Nathan Wrigley:</strong> Yeah. But you&#8217;re given a lot of rope. It does sound like you&#8217;ve got a lot of leeway to do what you like. I mean, maybe there&#8217;s constraints around, you know, let&#8217;s not make content about the UI of Wix or Squarespace or anything like that. You know, that&#8217;s probably out remit.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:28] <strong>Elliott Richmond:</strong> That goes without saying.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:29] <strong>Nathan Wrigley:</strong> Yeah, yeah. But certainly from my point of view, doing this podcast, WP Tavern, I can&#8217;t really sum it up, but I have that same freedom. I can have who I like on, nobody&#8217;s telling me what I can do and when it should be done. It was just a case of, okay Nathan, you&#8217;ve done podcasting, we would like you to do this one. And it sounds like a similar kind of offer was made to you, but on the video side. The trust behind that is hard to communicate, but it feels so nice.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:35:57] <strong>Elliott Richmond:</strong> Yeah, absolutely. I mean, I&#8217;ve always said, because I&#8217;ve worked on my own for such a long time, since I was in my twenties, and I won&#8217;t tell you how old I am, but it&#8217;s been a few decades now, I literally am unemployable. I do work on a remote basis for a company, but it&#8217;s on a very minimal tech lead responsibility kind of arrangement. But I could not go into an office. I&#8217;m just conditioned not to be, someone breathing down my neck. I&#8217;ve just been conditioned to have that freedom and creativity that I love. And definitely without a doubt, I&#8217;ve been given this opportunity in the same respect. So I&#8217;m absolutely stoked about it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:36:34] <strong>Nathan Wrigley:</strong> Yeah, I think that&#8217;s really lovely. You&#8217;ve got that history. And I think we see that in the community a lot. You know, you&#8217;ve got a history, and it&#8217;s your turn to shine, if you like.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Okay, now the nerdy bit, right at the end. I want to know what your process is. Obviously being a content creator myself, I&#8217;ve got a whole load of software that I use and I flit around, but I&#8217;ve kind of stabilised on a few key pieces of software, which enabled me to do that journey.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m sure that there&#8217;s going to be people listening to this who have thought to themselves, I too would like to make videos, and I&#8217;m curious, what is your tech stack? I mean, we don&#8217;t need to go into absolutely everything, but I&#8217;m curious, what are the 3, 4, 5, whatever it may be, essential things that are either on your desk, or on your computer that make the whole thing easy and possible?</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:37:18] <strong>Elliott Richmond:</strong> My tech stack is so low key, it&#8217;s unbelievable. My lights, if I explain my lights to you, I&#8217;ve got basically a cat food pouch box, which is like six inches by four with a hole cut out of it, resting on an LED light with a bit of tissue paper over it. It&#8217;s that low key, low tech.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:37:34] <strong>Nathan Wrigley:</strong> So it&#8217;s like a small shoebox with a hole cut in with tissue paper diffuse the light.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:37:39] <strong>Elliott Richmond:</strong> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:37:40] <strong>Nathan Wrigley:</strong> That&#8217;s so great. That&#8217;s so cottage industry. I love that. Yeah, because you could of course buy the $150 equivalent, but you know, the cat food box is lying around. That&#8217;s brilliant. Oh, I hope this keeps going. I hope you got more of these.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:37:55] <strong>Elliott Richmond:</strong> If I could just turn the camera round. And the other thing is just an iPhone. I just use my iPhone. My iPhone is literally sitting on my computer now. So it&#8217;s good enough to do what I need to do with it. At some point it will upgrade, but for anybody who wants to do this out there, you know, you don&#8217;t need much kit.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In terms of the software, I just use the Notes app and I just jot down my ideas. I actually use the accessibility keyboard shortcut. So I literally, what I do is tap the key and just speak into my mic about the idea that I want to get across. And then that&#8217;s my brain dump. And then I&#8217;ll take that, read it back, break it down. It&#8217;s all in my own words, I then just get AI to polish it a little bit, so it kind of gives me the bare bones of my script. And then that gets me like 60, 70% there. But it&#8217;s literally my brain dump that&#8217;s polished, and then I repolish it again. So that&#8217;s one key bit of legwork that gets me going quickly.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;ve picked up a lot of kit over the years from just producing music. I&#8217;ve got some NS-10s in front of me, studio monitors, so I can do all my sound balancing and stuff. The other key bit of software is DaVinci Resolve, which is, it&#8217;s got all of the motion graphics in it. It is a bit of a head spinner to get into it, but there&#8217;s lots of resources out there that can help you get to where you want to be.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s lots of stuff out there that you can, like library stuff that you can subscribe to and pull in. But I&#8217;m always reluctant to do that because I&#8217;m the sort of guy that, I want to, even if it&#8217;s code, I want to get into it. I want to understand exactly how it works and do it myself. So working with nodes and animation in that sense has been, it&#8217;s been a big learning curve, but I&#8217;ve absolutely loved it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And then just the editing is like DaVinci Resolve. And it has everything in it. I pay a licence for it because I want all the whistles and bells, but you can use the free version and I just cannot believe what you can get away with, with the free version. You get all of the motion graphics, you get all of the audio, you get the colour correction, plus all of the editing suite. It&#8217;s incredible.</p>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;m just looking around to see what other stuff I&#8217;ve got, but yeah, that is literally about it.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:39:52] <strong>Nathan Wrigley:</strong> I think you&#8217;ve encapsulated perfectly. I mean, really you need a computer with a bit of editing software, and there&#8217;s many. Some free, some much more expensive. You can certainly pay a fortune for some editing software. But also camera, a little bit of lighting, I guess a backdrop and a quiet room would help. But that&#8217;s kind of really all that it takes. The key bit, of course, the bit that you are not mentioning of course is that script bit. That&#8217;s where the magic happens.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And people like you are able to turn difficult things into easy to consume things. For people like me who consume it, it all just looks so straightforward and easy. But I&#8217;m well aware that in the background there&#8217;s probably quite a lot of soul searching and rehashing and rethinking and you were saying, explaining to your wife and re-explaining to your wife and so on.</p>\n\n\n\n<p class=\"wp-block-paragraph\">And so whilst the software and the iPhone camera and all of that are necessary to make it happen, I think the bit which makes your stuff, and people of your calibre&#8217;s stuff, stand out is that bit inside your head. The bit which only you can do in the way that you do it, you know? I&#8217;m grateful for all the stuff that you&#8217;ve done for many years, and long may it continue. You&#8217;re carrying on throughout 2026, I think is how it&#8217;s framed at the moment.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:41:02] <strong>Elliott Richmond:</strong> Yep, or up to December at least that&#8217;s the arrangement. But I&#8217;m also allowed to do whatever, you know, my own stuff as well. So if you spot a video about me making pizza or preparing dough, somehow I can thread WordPress into that, I will. I probably can actually because I&#8217;ve got a dough calculator.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:41:20] <strong>Nathan Wrigley:</strong> With your pizza plugin, I&#8217;m sure that there&#8217;ll be ways of getting those messages across. I think we&#8217;ll knock it on the head there, as we say in the UK. Best of luck. I&#8217;m sure luck is not the thing that you need, but I hope it goes well, and I hope that you enjoy it and that obviously the crowd of people who come along gain a lot of knowledge from everything that you&#8217;ve done.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Just before we go, I think we should probably say where we find you online, where that YouTube channel is, or your website, whichever you prefer. Both if you like.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:41:46] <strong>Elliott Richmond:</strong> Yeah, you&#8217;ll find me on YouTube, which is elliottrichmondwp. I do have an Elliott Richmond, which is all of my personal stuff, so don&#8217;t get that confused with the WordPress stuff. It&#8217;s elliottrichmondwp. And you can find my blogs and my brain dumps on elliottrichmond.co.uk. And that is double L, double T by the way.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:42:07] <strong>Nathan Wrigley:</strong> Yeah, as I was typing your name in, subconsciously it always ended up with one T. I don&#8217;t know what was going on there. But all the Elliots in my life have got a single T. E-L-L-I-O-T-T, and then Richmond, as you might imagine.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you go to wptavern.com and you look for the Elliott Richmond episode using the search functionality, then you&#8217;ll get that episode, I&#8217;m sure. And all of the links for anything that we have mentioned, so the YouTube channel and the website, what have you, that will all be in there, one click. Along with a transcript of everything that we&#8217;ve talked about as well. So Elliott Richmond, thank you. Good luck with 2026 and thanks for coming on the podcast.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:42:46] <strong>Elliott Richmond:</strong> You&#8217;re welcome and thank you so much for having me.</p>\n\n\n\n<p class=\"wp-block-paragraph\">[00:42:48] <strong>Nathan Wrigley:</strong> You&#8217;re very welcome.</p>\n</div></details>\n\n\n\n<p class=\"wp-block-paragraph\">On the podcast today we have <a href=\"https://elliottrichmond.co.uk\">Elliott Richmond</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Elliott’s been deep in the WordPress community for over twenty years, developing since the early days, back when WordPress was yet to be forked from b2. He’s freelanced, built with multiple CMS systems, and has contributed creatively to the community, including releasing a WordPress advent calendar way back in 2013. He’s an active WordPress developer, content creator on YouTube, and, unexpectedly, a part-time pizza vendor, running a thriving pizza business powered entirely by WordPress tools.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Many listeners will know Elliott for his technical videos, but today we discuss how WordPress has served as the glue for unexpected ventures, like scaling a local pizza business during lockdown using WooCommerce, Jetpack, and custom plugins. Elliott’s experience showcases just how flexible WordPress can be, whether for websites, unique ordering systems, or even streamlining business processes for other niches.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Recently, Elliott has been asked by Automattic to create educational content around WordPress.com, giving him early access to features and allowing him to share his workflow and insights with a broader audience. He talks about his approach to content creation, balancing scripting versus improvisation, and details his low-tech kit, from iPhone cameras to DIY lighting.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Throughout the episode, Elliott shares how community connections and feedback loops, especially via YouTube comments, shape his work, and he discusses the new opportunities for content creators within the WordPress ecosystem.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you’re interested in WordPress beyond websites, curious about how to turn technical know-how into educational video content, or just want to hear about WordPress-powered pizza (and who doesn’t), this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Elliott featured in WP Tavern before:  <a href=\"https://wptavern.com/24-wordpress-snippets-til-christmas-submissions-open-for-2019\">24 WordPress Snippets ’til Christmas, Submissions Open for 2019</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.youtube.com/pootlepress\"> Jamie Marsland on YouTube</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://gutenbergtimes.com\"> Gutenberg Times</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://xdebug.org\"> Xdebug</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://kagi.com\">Kagi Search Engine</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.blackmagicdesign.com/products/davinciresolve\"> DaVinci Resolve</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://www.youtube.com/@elliottrichmondwp\">Elliott&#8217;s YouTube channel</a></p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://elliottrichmond.co.uk\">Elliott&#8217;s website</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Apr 2026 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Open Channels FM: Reducing Stress in Website Management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2551246\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://openchannels.fm/reducing-stress-in-website-management/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:182:\"Website managers face overwhelming tasks daily, necessitating prioritization, proactive communication, and streamlined processes to reduce mental load and ensure client satisfaction.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Apr 2026 13:34:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"Open Channels FM: Building Better Web Security Through Layered Strategies and Collaboration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2551715\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://openchannels.fm/building-better-web-security-through-layered-strategies-and-collaboration/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"In this episode, host Adam Weeks discusses cybersecurity strategies with Andrew Killen, Aaron Campbell, and Mart Virkus, exploring the collaboration essential for addressing evolving cyber threats.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Apr 2026 09:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"Open Channels FM: Latest Jetpack Social Updates and the Return of X Integration for WordPress Users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2551633\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://openchannels.fm/latest-jetpack-social-updates-and-the-return-of-x-integration-for-wordpress-users/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:208:\"In this episode, Derek Hanson chats with Devin Walker about Jetpack Social updates, including interface redesign, Twitter integration, AI features, and upcoming WordPress 7.0 enhancements for WordPress users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Mar 2026 11:33:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Open Channels FM: TestAlly for Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2551572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://openchannels.fm/testally-for-developers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:157:\"The Hackathon team discusses their AI tool, TestAlly, focusing on improving accessibility for developers while enhancing collaboration and business benefits.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Mar 2026 12:14:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Open Channels FM: The Case for Connecting Decentralized Networks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2551253\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://openchannels.fm/the-case-for-connecting-decentralized-networks/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:200:\"The discussion emphasizes the complexity of creating a universal decentralized social network, highlighting the importance of innovation, competition, and building bridges between differing protocols.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Mar 2026 07:47:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: JAŸ-Z Returns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151726\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://ma.tt/2026/03/hov/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:851:\"<p class=\"wp-block-paragraph\">Since <a href=\"https://www.nytimes.com/interactive/2017/11/29/t-magazine/jay-z-dean-baquet-interview.html\">he spoke to Dean Baquet in 2017</a>, JAŸ-Z hasn&#8217;t done an interview. Hov&#8217;s back! <a href=\"https://www.gq.com/story/jay-z-cover-interview-april-2026\">He sat down with GQ</a>, and it&#8217;s a lovely listen and read. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">We played enough defense, 2026 is all about offense.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Your morality defines who you are, not what you’ve attained.</p>\n</blockquote>\n\n\n\n<figure class=\"wp-block-embed alignwide is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Mar 2026 00:44:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"Gutenberg Times: Gutenberg Changelog #129 Artificial Intelligence, WordPress 7.0 and Gutenberg 22.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=45087\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-129/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:66144:\"<p class=\"wp-block-paragraph\">In this episode, Birgit Pauli-Haack welcomes Beth Soderberg to discuss key updates in WordPress 7.0 and Gutenberg 22.8. They kick off with small talk about shifting seasons in Munich and Virginia before diving into the new content guidelines in Gutenberg 22.7, focused on standardizing editorial voice across AI and human content contributors. Both speakers express healthy skepticism about AI-generated content, stressing that while AI assists with research and “grunt work” like alt text or excerpts, the core value in writing remains human expertise and review. They caution about automation pitfalls and emphasize validating all AI outputs.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The discussion shifts to the new WordPress AI connectors, which let users connect to services like OpenAI, Gemini, Anthropic Claude, and others—including local providers such as Olama and European alternatives like Mistral. Birgit Pauli-Haack explains the evolving infrastructure allowing developers to add and switch connectors with ease, and encourages the community to experiment and test.</p>\n\n\n\n<p class=\"wp-block-paragraph\">A central topic is the release of WordPress 7.0, with a highlight on the increased minimum PHP requirement to 7.4, likely to disrupt agencies with older sites. The admin’s new look-and-feel is poised to confuse some clients, demanding extra support from agencies. Beth Soderberg also celebrates practical improvements: cover block video embeds using external sources, block visibility by screen size, pattern overrides, breadcrumbs block, and streamlined font management. Both speakers note the importance of hidden, friction-reducing features and the advancement of developer-facing infrastructure. The episode closes with a preview of ongoing enhancements in Gutenberg 22.8 and beyond.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-129/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-129/#transcript\">Transcript</a></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Editor: <a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo: <a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production: <a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size wp-block-paragraph\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">Special Guest: Beth Soderberg</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://bethink.studio/\">Bethink Studio</a></li>\n\n\n\n<li><a href=\"https://profiles.wordpress.org/bethsoderberg/\">WordPress.org Profile + Slack</a></li>\n\n\n\n<li><strong>Talks by Beth Soderberg</strong>\n<ul class=\"wp-block-list\">\n<li><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-122-gutenberg-21-8-and-wordpress-6-9/\">Gutenberg Changelog #122 – Gutenberg 21.8 and WordPress 6.9</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/2025/07/25/my-process-for-building-a-custom-wordpress-theme-in-2025/\">My Process for Building a Custom WordPress Theme in 2025</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/2020/04/16/bill-ericksonellen-bauer-beth-soderberg-case-studies-how-to-prepare-your-theme-for-gutenberg/\">Bill Erickson,Ellen Bauer, Beth Soderberg: Case Studies – How to Prepare your Theme for Gutenberg</a></li>\n\n\n\n<li><a href=\"https://wordpress.tv/?s=beth%20soderberg&amp;sort=newest\">And more</a></li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">AI in WordPress</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/ai/2026/03/23/guidelines-lands-in-gutenberg-22-7/\">Guidelines Lands in Gutenberg 22.7</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/ai/2026/03/25/call-for-testing-community-ai-connector-plugins/\">Call for Testing: Community AI Connector Plugins</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/ai-provider-for-openrouter/\">AI Provider for OpenRouter</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/ai-provider-for-ollama/\">AI Provider for Ollama</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/ai-provider-for-mistral/\">AI Provider for Mistral</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/plugins/ai/\">AI Experiements plugin</a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>WordPress Core and Gutenberg</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/03/25/wordpress-6-9-2-retrospective/\">WordPress 6.9.2 retrospective</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2026/03/wordpress-7-0-release-candidate-2/\">WordPress 7.0 RC2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/03/25/whats-new-in-gutenberg-22-8-25-march/\">What’s new in Gutenberg 22.8? (25 March)</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Dev Notes</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/03/16/pattern-overrides-in-wp-7-0-support-for-custom-blocks/\">Pattern Overrides in WP 7.0</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/03/15/pattern-editing-in-wordpress-7-0/\">Pattern Editing in WordPress 7.0</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/03/15/block-visibility-in-wordpress-7-0/\">Block Visibility in WordPress 7.0</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/03/15/dimensions-support-enhancements-in-wordpress-7-0/\">Dimensions Support Enhancements in WordPress 7.0</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/03/15/custom-css-for-individual-block-instances-in-wordpress-7-0/\">Custom CSS for Individual Block Instances</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/03/15/new-block-support-text-indent-textindent/\">New Block Support: Text Indent (textIndent)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/03/18/introducing-the-connectors-api-in-wordpress-7-0/\">Introducing the Connectors API in WordPress 7.0</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/03/24/introducing-the-ai-client-in-wordpress-7-0/\">Introducing the AI Client in WordPress 7.0</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/03/24/client-side-abilities-api-in-wordpress-7-0/\">Client-Side Abilities API in WordPress 7.0</a></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul class=\"wp-block-list\">\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on X (formerly known as Twitter) or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Welcome to our 129th episode of the Gutenberg Changelog podcast. In today&#8217;s episode we will talk about WordPress 7.0 and Gutenberg 22.8. I&#8217;m your host, Birgit Pauli-Haack, curator of the Gutenberg Times and full-time core contributor for the WordPress open source project sponsored by Automattic. With me today, and I&#8217;m really happy about that, is again Beth Soderberg, founder and CEO of Bethink Studio, a full-service boutique agency and of web experts to tackle any project. Beth has been a longtime WordPress theme builder and WordCamp speaker. She&#8217;s also been an early adopter of the blog editor and block themes. Beth, how are you today? Welcome to the show.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>I am well. How are you today? Thank you for having me.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>I&#8217;m good, I&#8217;m good. We have winter in Munich again. It was spring and now it&#8217;s back to winter. So I&#8217;m happy to get out of the town for WordCamp Asia next week. So yes, I&#8217;m really happy about that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>We&#8217;ve been switching from winter to spring every day here. Every day in Virginia. Yep. It&#8217;s different every day.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. So what&#8217;s the weather doing? Well, I don&#8217;t know.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>No, I&#8217;ve had to look every morning because it&#8217;s in the last week I&#8217;ve been outside in a winter coat and a tank top and rain boots and you just don&#8217;t know. You wake up and it&#8217;s a surprise.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Well, it&#8217;s the beauty of surprises. But who likes surprises? I want my spring be steady.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg:</em> Yeah, I agree.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Announcements</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>All right, so under the announcements we have one thing that&#8217;s that content guidelines landed in Gutenberg 22.7. We didn&#8217;t really talk about it with Maggie Cabrera at the last episode, but the WordPress AI team has launched guidelines. They are live experiments in the Gutenberg 22.7 or Gutenberg plugin and this project creates a single source of truth for site standards and ensures that everyone, humans and AI tools, follow the same editorial voice and content rules. By providing this infrastructure layer, WordPress can finally maintain a consistency across content contributors. So that&#8217;s so far from the experiment post that I&#8217;m definitely going to share in the show notes. When you want to use AI for helping you produce content, you definitely want to store some of the standards somewhere. And the experiment lets you do this on your website in your interface with a nice interface for that. I don&#8217;t know how I feel about this because I have been using AI quite a bit in the last two years and some of it was for content creation ideas. But the writing is still kind of mostly a human factor. But it helps me for research and it helps me for learning. So I&#8217;m not quite sure how that translates to a WordPress site, but I guess if you have ongoing content reproduction that is more service oriented, then you might want to use the help of LLMs or something like that. What do you think?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>I&#8217;m skeptical for the same reasons. I think that I have had clients ask for something like this. But the more those clients have actually used AI to create content, the more those very same people who had announced that they were going to create all of their content through AI decide that they are going to use AI for research and then create their content. So the AI in actual practical use has been more about reducing friction in that discovery research phase of writing and less about creating the writing itself until you get to the editing part when it becomes helpful again for grammar. But that actual connecting ideas and proving expertise piece is where AI can&#8217;t do it. And you need something, somebody who actually understands what they&#8217;re reading to piece together the logic of it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>I can also see, and we will see this in that you use AI to write an excerpt or to give you suggestions for titles or make sure that there&#8217;s an alt text on the image. I think these grunt work tasks kind of thing of AI is really helpful, but I think the human ideas are still. Well, humans hallucinate so much better than AI can ever can. Right.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>How can we possibly replicate that? And I think there&#8217;s also a place for it with things like you mentioned the alt text. Right. Having it generate them all and then validating that it did it correctly is much faster than writing it all yourself. That is where we&#8217;re going to see these things actually become practical. Right. There&#8217;s a lot of big ideas about it, which makes sense when you&#8217;re dealing with a new technology and an innovation in a major workflow. But in actuality, I think that&#8217;s more how people are going to use it. And I think if people set it up to automate everything and then never look at it, never validate it, that&#8217;s people are just going to get in trouble over that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>And I, you know, I use it a lot to generate fake content so that I can show someone what something will look like knowing that the content I&#8217;m showing them is not real. Right. But when you&#8217;re dealing with real content, the biggest mistake I&#8217;ve seen over and over again, and humans will learn because we always eventually do. But the mistake is not reviewing what AI has done.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah, definitely. Yeah. It&#8217;s not a replacement. It&#8217;s a tool that you need to validate like any other tool you have to do. I can see that if you have a longer text like for 4,000 words or something like that, you could actually use AI to identify the gaps. If a reader goes through it and say, okay, there is a gap because it didn&#8217;t explain why something happens. I think those tips are really helpful, especially when you have longer text or you want to focus on one problem and just kind of figure out what&#8217;s in scope and out scope. But I think that&#8217;s more like an advisory kind of thing and not a doer.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Yeah, validating. Because sometimes I love Grammarly Pro. Grammarly the free version is very annoying, but if you pay it becomes a really useful tool. But even then, the content suggestions it makes, sometimes they tighten up your language and they make it. They add the commas, which is the thing that I don&#8217;t do naturally on my own apparently. But sometimes they change the meaning completely.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>And that&#8217;s when you&#8217;re like, nope, thanks for the suggestion. That&#8217;s a no.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>I think how this type of thing used well, will make people more efficient. But I also can see it creating a mountain of work for somebody who doesn&#8217;t actually need to go through all of these ridiculous suggestions about it. And I think that deciding when to use it, when it makes sense, those strategic decisions about how to use it are going to be what makes it either something that really helps somebody in their publishing workflow or really hinders somebody else.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Well, if you&#8217;re a single blog blogger having a little editor go through that and give you some tips that might not be a bad idea, but sometimes. But right. If you have been blogging for many, many years, you don&#8217;t need things like that. It changes your voice and it changes the outlook. That&#8217;s what the guidelines are actually for that you can create some of the guidelines as it meant to be to help AI to streamline some of that stuff and also to know about what you want to do. And that certainly helps.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Yeah, yeah.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Contributions</h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Speaking of AI, what I found in so in 7.0 WordPress. So getting closer to that release, there is now a new connectors page that you could connect to an OpenAI to Google Gemini or to Anthropic Cloud from your site. And if you have certain tools that help you with those connections. So there are AI providers for other AI systems like I just discovered three of them. One is the AI provider for Open router or router depending on which English speaking country you go to. It&#8217;s a little bit different. So open, I say Router is a service that lets developers use many different AI models like those from Google OpenAI but also others through one simple connection. And the provider was developed by Jonathan Bossenger who is on the AI team and talks about AI on the developer blog. There&#8217;s also an AI provider for Ollama, and Ollama is a local system where you can connect local LLMs so you can download an LLM set and Ollama helps you connect that with the task that you want to do. The benefit of Ollama is that it&#8217;s on your server and it doesn&#8217;t go out to the third-party services, but you still need a provider and connector to it. You can do this on any VPS connection or virtual private server system because you have room and space there to download and add certain things. But it&#8217;s definitely important for companies that want to not get data outside of their system. </p>\n\n\n\n<p class=\"wp-block-paragraph\">And the last one is for Europeans. The AI provider for Mistral. Mistral AI is a French AI company founded in 2023 by a former Google DeepMind and Meta researchers and they built and publish large language model and be a respected independent AI in Europe. Speaking of this, what that all comes together is that the AI team and with that Lauri Saarni published a call for testing for community AI connector plugins. There are certain links to the plugins and the connectors, so it would be really cool if you&#8217;re interested in that part of it, to actually go ahead and test things and report back what you find and what you didn&#8217;t find and how it all works for your site. It&#8217;s a totally different approach for working with the site using AI as we discussed. But it might be pretty interesting for developers to connect with all those AI providers and provide services in a plugin or something like that. </p>\n\n\n\n<p class=\"wp-block-paragraph\">And if you are not a developer, you can install the AI Experiments plugin that also comes from the core AI team and it will show up on the Connectors page with a link to the plugin and what you can do with it. And it has these things like create an excerpt or check the alt text or create a featured image just so you can kind of get a feel for these kinds of works on the WebPress site. Do you have, do you think you have a need for. To kind of use some of the providers for your agency or for some clients?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>I think for some clients it has started. I think that for the agency itself, not yet. We have started to do more writing publicly, but really what we&#8217;re doing is turning internal communications to clients into public facing documentation so that we can point to them more easily. So it&#8217;s not something we need help with. In the same way, I think for some clients we have started to integrate things like this in an experimental way. Right. And there are, as with anything that&#8217;s new, people don&#8217;t know how to use these things yet. And I am not against experimenting with a new thing. I love the new stuff, but at the same time I&#8217;m cautious about putting new things into a production environment without really making sure that it makes sense. Some of these, in terms of experimentation, like I will install them and actually Grammarly is a great example. It took me several years to decide that I was fine with it because I tried it and it was annoying. And then a few years later I tried it again and it was still annoying. And then one day I realized that it really was like their premium suggestions really were fixing my comma issue, which is a known issue I have with writing and grammar. I just don&#8217;t put commas anywhere.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>I put them in randomly and so there&#8217;s a few commas.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>But you know, I experimented with the tool probably three times before I was like, you know what, let me try the premium version and see how that goes. And I tried it and a few days later I was like, yeah, this is actually making my writing better. But it was one of those, like I was monitoring over time if it really made sense with my workflow.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah, yeah. And that&#8217;s how I approach it too.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Yeah, yeah, yeah. That&#8217;s how I felt about these. And I think what&#8217;s exciting about it is that the infrastructure to do it is becoming more full fledged. But that does not mean people know how to do it yet.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Right.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>And so that&#8217;s the next step is that experimentation phase collectively of how, what. How can we make these tools that we&#8217;ve now created function in the best way.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>So I really appreciate that the WordPress core developers think about the plumbing of all these services and putting it all the foundation in to open up that total space for freedom for the developers. And there&#8217;s a standard there on how to approach certain. So if you are as a site owner, don&#8217;t have a plugin that kind of taps into LMMs and you open up Gemini for it, you couldn&#8217;t switch just easily to Claude when you think that&#8217;s a better fit for that problem, but the plugin will still work. So that&#8217;s actually what this whole connector thing is about. And it just came up as for the AI providers, but actually the connector API is for any external service standard. So a standard for any external service. So if you need the OpenStreetMap on your site and you have an API key, the plugin can actually use the connectors API to monitor those API keys and just put it in there. The plugin doesn&#8217;t have to come up with its own interface for that, which a lot of plugin developers did for the last 15 years. Yeah. But now they can could actually throw away that piece of the plugin and just tab into the connectors API and don&#8217;t have to maintain that piece of the code.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released &#8211; WordPress 7.0 RC2</h3>\n\n\n\n<p class=\"wp-block-paragraph\"> But anyway, so that&#8217;s kind of the bigger picture behind it. And that&#8217;s all coming with WordPress 7.0, which we are now getting to the more practical stuff of WordPress 7.0. So first of all, the WordPress 7.0 release candidate 2 has been published this week. It&#8217;s crunch time. The final release is only two weeks away. So if you haven&#8217;t tested it, now is really the time to get in there and figure out if your theme plugins and sites actually still work with 7.0, and the developer notes are published. The field guide is in the works and I will continue the list of dev notes in the show Notes like we did the last two episodes. I also know because I have been working on it. The Gutenberg Times Source of Truth is almost done and will be published before this episode actually hits your favorite podcast app. So you get an additional link there. So, Beth, did you get a chance to look over the WordPress 7.0 features? What are the most important ones for you and your fellow agency owners and developers? Is there anything that you are really excited about?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Yes and yes. So the first thing that I think is going to be honestly hugely problematic for a lot of agencies is the change in PHP minimums, because I think that there are. I know that there are a lot of folks sitting on older sites, older themes, maybe they&#8217;re stuck at PHP 7.1 and there are old things out there. And I think that this PHP requirement jump is going to catch some people off guard. So it jumps from it&#8217;s we&#8217;re now requiring 7.4.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>And if you do, it&#8217;s already 6.9.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Right?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Yeah. But I think this is going to hit harder. Okay. Because people are going to want the new stuff. Like there&#8217;s a lot in here that is really great and I&#8217;m starting with the thing that I think is going to be most disruptive because I think that people are going to want the other stuff, right? And so I think that that&#8217;s going to catch some people off guard. The other thing that I think is going to be really important is the new admin look and feel because people have been training their clients for many, many, many, many, many years with what it looks like now. And there is a client education need here because when the admin changes, even in minor ways, you get clients that come back and say, what happened? I don&#8217;t know how to do it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Okay, Even if nothing changes except the color, right?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Where did it go? Why is this different? And did I do something? Did I write the, that human element of like, hey, you&#8217;re okay, it&#8217;s gonna look a little different, but I promise you&#8217;re gonna be able to do it. Just holler if you have any questions. Right? Because I think that there&#8217;s a lot of at least working with long term clients where you become sort of an advisor on the technology rather than a day to day implementer. And for those folks with something like this, I, what I like to do is say, hey, heads up, we are doing, we never do the major core updates right away. I am a let me see how it goes for everyone else.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Right.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Type and then if it seems okay, then I&#8217;ll go for it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> So you&#8217;re one of the ones who wait for 7.0.1.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Absolutely. Unless it&#8217;s been like three weeks and there isn&#8217;t one. Yeah, right. So I either wait for a period of time or I wait for a point release. And if there&#8217;s a point release, I wait at least 24 hours to make sure there&#8217;s not another point release. But point being though, that this is a big enough shift in terms of what people will see and what people can do.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Which part of the admin is actually the one that will disrupt people&#8217;s minds.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Just I think it looking different at all.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Oh, okay. So we should never change that. Is that what you&#8217;re kind of thinking?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>No, we should absolutely change it. But because we have not changed it for many, many, many years, it will be a surprise. And I think that it&#8217;s easy as folks who are in these systems every day to be like, wow, they finally fixed that. That&#8217;s great. That might be my reaction to many of these changes. Right. But I also know when I log in to pay my credit card. And they&#8217;ve changed it all. And even though the buttons are the same, it looks different. I don&#8217;t have as much confidence about clicking the button. And there&#8217;s this. The vast majority of people who are maintaining the contents on these sites day to day are marketing people, communications people, regular everyday writing people. And they are not sitting there thinking about how the structure of the software works all the time the way we do.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. But they still get their work done.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>They still get their work done. What I like to do with clients is just reduce friction by increasing confidence.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Right. And so, like, my message to them is going to be, hey, you need to know that this is going to look different, but your workflow in terms of the things you know how to do is the same. Don&#8217;t let it freak you out. You&#8217;ve got this. Keep going. Right. But like, just that little bit, because that&#8217;s. That is 100% what gets people. It&#8217;s the smallest stuff. They just need to know, like, hey, the problem&#8217;s not me. Oh, wait, there&#8217;s not a problem. It&#8217;s fine. And then they&#8217;re good.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. Yeah. It&#8217;s the first five seconds. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>It&#8217;s that psychological adjustment. And I think because it hasn&#8217;t changed for so long that it&#8217;s just going to be something that I mentioned.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Is there anything else that you are really excited about or is it just.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>I know. Okay.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Things change. Okay. I don&#8217;t like it to change.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Things change. I&#8217;m really, really excited about the cover block video embeds.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>That is really, really going to reduce the size of things as they load for a lot of websites. And that is fabulous. In addition to improving workflow, all of the things around block visibility by screen size make me really happy. I&#8217;m really happy about the changes in the header block. And I&#8217;ve been building this into themes for years. And the only thing that makes me nervous about it is that I need to go back and see how it impacts the things I&#8217;ve already built that replicate this feature.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>But you mean the navigation overlays?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>The navigation overlays. Yeah. Because you&#8217;re going to have such increases in both accessibility compliance and SEO optimization just by virtue of having the option to manage your headings visually versus syntactically. So I&#8217;m very excited about that. I love that our revisions menu now has visual changes.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Because I know that most people looking at the markup that&#8217;s been in there lately are like, I don&#8217;t know.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. I have to squint so much to look through the code to find things. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>And then there&#8217;s a few exciting changes to the navigation and the better workflows for pattern overrides. Yeah, it was there before, but it was one of those mystery off menu features if it was there, if you knew how to find it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah, yeah. Right.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>So those are the things I&#8217;m most excited about. I think there&#8217;s some other cool stuff in there and I am excited about the general infrastructure that we were just referencing that is being solidified with this release. And I think that piece may not be as exciting on the outset because it&#8217;s infrastructure. It&#8217;s like nonprofits have a hard time funding infrastructure process projects. It&#8217;s the same reason. But it lays the groundwork for a whole new level of experimentation. I&#8217;m excited to see where that goes and I recognize I think you said it very well a few minutes ago the thoughtfulness to create an extensible infrastructure that has gone into these features in the roadmap and sort of planning moving forward.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>You mentioned the cover block video embeds. That means that you can have a video just to catch up with our listeners. It&#8217;s to use a URL to YouTube or to Vimeo and pull that in into a cover block instead of uploading the video to the website because that reduces the cost of hosting and bandwidth for the website. Definitely. And it also you don&#8217;t have to maintain the speed and all that on your own server. So it&#8217;s always good to offset that into a different service. How are you feeling about the manage the fonts from the appearance menu directly instead of hunting it down under the fonts typography menu on the slobber styles,</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg:</em> I&#8217;m feeling really good about that. It remains to be seen for me the biggest issue I have with font management. I am not sure it might be addressed here, but I need to experiment. When you get a font from a total third party non-standard like independent type foundry place getting those integrated, there has still been some friction. So I&#8217;m excited about it being easier to find in general. I think that&#8217;s great. .</p>\n\n\n\n<p class=\"wp-block-paragraph\">I will be experimenting a little bit with if it reduces friction in some of these more edge cases. Because if you&#8217;re using a Google font it&#8217;s great and it&#8217;s been pretty good for a while. But if you are integrating something from another provider, if it&#8217;s a big provider the friction is not as bad. But if it&#8217;s like this obscure type foundry that makes like only these little types of historic fonts, which I run into recently, getting it actually integrated properly, it&#8217;s really hard because you&#8217;re dealing with not the most sophisticated type foundry in terms of the format of their files and they&#8217;re not necessarily plugging in as best as the totally optimized stuff from the more common sources. So, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Is it more a format issue or is it more kind of how it scales in different font sizes and different typography features?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>It&#8217;s a format issue with the font files themselves. And so I think some of it is probably an education piece for people who make fonts, but I also know that most developers don&#8217;t know that much about how fonts are made. And so when you put those two things together, you create some problems. But I think this is a huge step towards getting to the point of being able to solve the edge cases. Right. Because right now finding where you manage the fonts is difficult.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Right? Yeah, totally. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>We&#8217;re going in a great direction, getting into the nitty gritty of which font providers are supported and that I think that&#8217;s the next step from here, personally, because I do think there&#8217;s a homogeny that started from a type standpoint around everyone&#8217;s using Google fonts because they. It&#8217;s easy.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. But it&#8217;s also problematic for European sites.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Yeah, right, yeah. Because the different requirements over whether you&#8217;re hosting the font files or Google is hosting the font files, like, then you&#8217;re getting all into all of these legal technicalities of where the font is and who owns it. And I&#8217;m glad I&#8217;m not a lawyer.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah, me too. So, all right, so there are a few developer goodies coming, so to speak, down the pipeline. The PHP-only block registrations and then the pattern overrides for custom blocks that you already mentioned. Those. I think there are a few smaller stuff like the HTML block enhancements where you can put the CSS separately from the JavaScript and the HTML. You could actually kind of create your own little app there, depending on what privileges you have. I found that there are some problems when you don&#8217;t have admin privileges. The HTML block really gets scrambled, but that&#8217;s an overall kind of problem with the capabilities, I think. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Oh, I forgot the breadcrumbs block. That. That&#8217;ll help a lot of things.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>So. Yeah, yeah. I&#8217;m also sure that a lot of agencies and site owners already had that problem solved through like for instance, the Yoast SEO plugin had already programs for many, many years. Yeah, yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>But I like my websites to be as lean and efficient as possible. And this feels like when, for a long time I was using Coblox for accordions. Right. And in the beginning, coblox had a lot of things that Core didn&#8217;t. And so you were using a bunch of things. And eventually it became that I was only using the accordion everywhere. And then one day it became possible to do the equivalent in Core and I was like, great, I can get rid of this plugin that&#8217;s only doing this one thing, but has all this other stuff. And I think that&#8217;s what makes me excited about this. Yeah. You can do it through Yoast. There&#8217;s a number of ways to do it. There&#8217;s some independent breadcrumbs block plugins that are really good.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. I know that Justin Tadlock had a very good breadcrumbs plugin and he was advising on the core implementation there.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Yeah, right. Yeah. And I&#8217;ve used Justin Tadlock&#8217;s breadcrumbs plugin for a long time, and I&#8217;m not going to rip it out of something just because it&#8217;s there. It works. It&#8217;s good. But for something else where, like, you only have this one thing that you&#8217;re really using in this big suite of plugins. Yoast is one of them. Jetpack is one of them. Any sort of like cadence blocks, code blocks, any collection of a large number of things when you&#8217;re only using one of them, you should be considering the idea that maybe you shouldn&#8217;t use it at all. And that&#8217;s what makes me excited about the ability to do this through Core, because it allows for some of that extra bloat to be stripped away in some circumstances.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. All right. Anything else that you want to kind of cover on 7.0 for your agency of developing theme building needs?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>I think that the PHP-only block registration, we sort of glanced over it, but I think that&#8217;s a very exciting big deal. It opens up, you know, the whole challenge. I think from a developer standpoint, the whole time with Gutenberg has been, how do I level up to do this new thing? How do I level up to do this new thing? And this opens that door wider. And anything that we are doing to open that door wider is great. Similarly, there&#8217;s a few things in here that are just really tiny that I think will help people. They&#8217;re not like, again, reducing friction. So little enhancements to the query loop, adding some new navigation stuff that is just really tiny, but really Helpful dimension support for width and height. That sounds crazy, right? Like it&#8217;s little tiny stuff that reduces friction and stuff. So there&#8217;s more of that in here. Like the concept of the grid block being responsive is really great.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Well, it was responsive before, but there was a setting where it wasn&#8217;t and that&#8217;s kind of changed now, right? Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>So, yeah, I just. There&#8217;s a lot of hidden goodies in here that reduce friction. I do think the biggest things to look out for are if your themes are compatible, if your plugins are compatible, and if you have built in things that replicate some of this functionality. How does that work? Because we&#8217;re starting to enter, at least for how I&#8217;ve been building themes, a zone where things I have done historically to account for some of these needs are being subsumed by core, which is great. I just don&#8217;t know how it&#8217;s going to work. So, you know, I think that&#8217;s going to be different for everyone in terms of which things it is. But hopefully, and I say hopefully because I know that we have a unified development philosophy about how we build our themes and there&#8217;s sort of a continuous logical thread for our themes as they&#8217;re built over time. Hopefully agencies who have an internal logic to how they have been building themes can look at this list and say we should look at how we do that and make sure it still works. Yeah, right. Because there&#8217;s also going to be agencies where they have a mishmash of things and they don&#8217;t know and it&#8217;s going to be a one off for each site to see what happens. And you know, that goes for anybody who&#8217;s inherited themes too.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah, but that&#8217;s also for any of the WordPress releases. Yeah, you have to go through a certain testing phase there.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Yeah, I think that&#8217;s true. And I think some of this is honestly that it&#8217;s been a while since we&#8217;ve had a major release and so the quantity of little things feels more.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah, absolutely.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>And I think that&#8217;s part of why my reaction is this way, because I haven&#8217;t had this thought process.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>At least five months.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>At least.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah, six months. Nine came out December 2nd.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Right. And so as somebody who was used to the four times a year cadence, it is longer and what&#8217;s packed into it is greater. And so I don&#8217;t think that&#8217;s necessarily bad, but it is an adjustment in terms of absolutely how you review things and what you&#8217;re looking for. And it&#8217;s more of a. This one feels more like a surprise. Not that it is a surprise, but it feels more like a surprise because it is not on this schedule that I had come to expect. Right. And I think we&#8217;re getting towards a new schedule, which is really great. But until we are all psychologically adjusted to whatever that new schedule is, it&#8217;s going to be a slightly bigger task to review because there&#8217;s more. And psychologically it&#8217;s going to be like, oh, right, I guess that&#8217;s happening and you&#8217;re, you know, you got to go do it. Yeah. So I just think it&#8217;s just. There&#8217;s a little more and the timing is not as predictable.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. And I think that the break that was in Twenty Twenty-Five kind of skewed that anyway. Yeah. So we had an April 25, we had a release, and then the last. The next one wasn&#8217;t until December. Yeah. So there were eight months that kind of 15 Gutenberg plugin releases. It didn&#8217;t feel that much that it is now in 7.0, because that was just kind of coming up out of that pause. And now there&#8217;s a real excitement about the Real Time collaboration. There&#8217;s excitement about AI. Yeah. So, yeah, it feels that there are quite a few heavy new features in there that also kind of drown out some of the really quality of life things that we have been waiting for quite a bit here.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Right. Yeah. And I. I think it&#8217;s like coming back from a long vacation, like, oh, ooh, this is really exciting, you know, but that&#8217;s how. That&#8217;s how it feels and it&#8217;s good. But it is, absolutely. I think that Twenty Twenty-Five, you didn&#8217;t have to be as vigilant because it wasn&#8217;t happening.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yep, it was a good break.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>I think everyone needed it. Honestly, I think everyone really needed it. I know I needed it. But it is, you know, getting back into the. The groove of things is. Is where we are now.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>So. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>For which I am thankful, but it&#8217;s still an adjustment.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Me too. Yeah. And now with 7.0 kind of out the door almost. Yeah. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 22.8</h3>\n\n\n\n<p class=\"wp-block-paragraph\">We are looking at Gutenberg 22.8 that has been released. Was released this week also kind of what comes into 7.1. It&#8217;s already starting and people are discussing things. So although there were quite a few PRs that were either all part of the new WordPress UI package that hasn&#8217;t been merged into Core yet, or it&#8217;s bug fixes for the connectors or the Real time collaboration for 7.0, so some of the PRs are actually backported to the release candidates and the beta to the release candidates. </p>\n\n\n\n<p class=\"wp-block-paragraph\">But let&#8217;s talk about some of the things that will not be in 7.0, but definitely in 7.1 and what&#8217;s new in the Gutenberg plugin. So the first thing is the navigation support for the current menu item. So in theme JSON, meaning when you have a navigation and you&#8217;re on a current page that&#8217;s part of the navigation, how do you signal that you are at the current page right now in the navigation? And that has been missing for quite a while or people have just did some CSS workaround of that, but now you can actually style that in theme JSON. And so this is cool. What&#8217;s also cool is that there is an interface for the states like Hover Focus current. I&#8217;m not sure if that&#8217;s going to be in there, but it&#8217;s also part of making the navigation and the hover states and the pseudo support that comes into 7.0, but now it comes also to the interface. So that&#8217;s pretty cool.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>That&#8217;s my favorite part.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Which one?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg:</em> The navigation stuff again. The interface around the navigation has gotten a lot better in various iterations of Gutenberg, but there&#8217;s still some stuff that you&#8217;d think you would be able to do that you can&#8217;t. And that&#8217;s what some of this is filling in.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Birgit Pauli-Haack: There have been some great work. Some of it gets into 7.0 and some of it is still ongoing. So I really like the navigation that&#8217;s actually in 7.0, that you can create pages and publish them and have them in the navigation in one workflow kind of thing. You don&#8217;t have to get out of it. You may have to think about it. You just kind of create the page and then you fill it in with content later.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Yeah. And I&#8217;ve seen that in other systems. I don&#8217;t remember what that is. One of those things where some of these changes, you&#8217;re like, you know, I saw that once somewhere. Was it Joomla? Was it Drupal? Was it whatever? I don&#8217;t know. But I liked it. And now it&#8217;s here. And that&#8217;s good.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Absolutely.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>And that&#8217;s how I feel about that because I do appreciate the tiny little decisions that are being considered here by the core team because it seems very small. But the amount of friction you&#8217;re reducing and the amount of time you&#8217;re saving for people is huge.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>It&#8217;s huge. Yeah. Yeah. And it&#8217;s millions of millions of site owners that kind of have advantage. Yeah. Do you want to take the next</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>thing, the tabs menu. So I think this is going to be fun too. So basically we&#8217;ve got a refactor of the tabs menu block. So it&#8217;s basically making this more efficient and making some templating changes to how the tabs block works. And if you look at the actual PR for it, there&#8217;s really good, very detailed descriptions of how. So it&#8217;s making it very clear of it&#8217;s no longer using the template block duplicated in PHP and instead it&#8217;s rendering with per tab context.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Right.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>And that&#8217;s like all gobbledygook to some listeners. Maybe, but like really what it&#8217;s doing is making it more efficient and making it more extensible from a code perspective.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>And also for theme developers.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Yeah, right. And making it more possible again, opening that door a little wider for more people to be able to work within the code infrastructure. Because that has been the thing that&#8217;s been the biggest challenge in terms of developer adoption of Gutenberg.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. And the refactor was also necessary to bring it in line with the approach for the accordion block so that certain methods and certain functions can be replicated in a similar way for the TAPS block. I was actually sad to hear that very early that it won&#8217;t make it into 7.0, but I think that was one of the reasons where they said, okay, let&#8217;s, let&#8217;s see if we can kind of align it a little bit more with the accordion block. And it&#8217;s no surprise that Sarah Norris, who has been a guest here at the Changelog quite a bit, she also created the accordion block and she has been now instrumental on the restructure of the tabs menu and inner blocks to get it in line and we have make it more streamlined for developers and theme builders.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>The one thing to add that is an exciting piece for especially theme developers is the addition of anchor support for the tabs. So that&#8217;ll help a lot in terms of things like navigation structures and feasibility. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>And also to kind of interlink different pages. You can link to some of the tabs if it&#8217;s interesting enough. Yeah. So I know that WooCommerce is using that for their products template. So they have built their own one back then and now they get a little bit closer to core, which makes it more extensible and also appreciative they don&#8217;t have to maintain the code for it.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Yep, absolutely.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Which is quite a bit. So right now I&#8217;m fishing around on my computer to find my notes again. So here we are. All right,</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>the next one, the showing one&#8217;s own presence and collaborative editing sessions is I think existentially important and just is really going to help this UI experience from the baseline that&#8217;s being released in 7.0.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>So yeah, I&#8217;m pretty sure that it will actually come to 7.0. That made it into the release. That&#8217;s good. So the next piece is the one that you can have the site logo and icon screen in the design panel. So in the site editor there&#8217;s another menu item now to update the site logo and the icon screen directly from the site editor. So you don&#8217;t have to go out into the settings page and upload everything that you need or into the site logo block or header. You can do it right there from, from the menu. So it&#8217;s really an interesting update to change the site logo and the site icon directly in the design site editor.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>It&#8217;s reducing friction. I think that there&#8217;s a workflow confusion. There&#8217;s the customizer that has become this vestigial organ that sometimes you need, sometimes you don&#8217;t need. Where&#8217;s this? Wait a minute, where do I add css? Is it over here? Is it over here? Is it over here? Could it be here? And I think that we&#8217;re pruning what we need to do through alternate interfaces through changes like this. And the more we can streamline, the better because the biggest confusion I&#8217;ve seen is actually with brand new or like more junior developers who do not know the quote old way. And so the idea that it&#8217;s even there, like they&#8217;ll get stuck because they can&#8217;t figure out where it could possibly be coming from. And then some old timer is like, oh, it&#8217;s over here in this menu that you can&#8217;t see anymore.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. Or yeah. So the site icon at the site logo has been a hidden place and only until now it&#8217;s kind of coming into the forefront. Yes. So the next thing is another one for the collaboration. I just wanted to point out that by default the collaboration on shared hosting is only. It&#8217;s limited to two users and there is also a method for the hosts to either enable that or disable the real time collaboration. So it might not be as obvious when you go on your site and looking for it. You might not be able to get real time collaboration out of the box. You might need to connect with your host to let that enabled because it&#8217;s such an additional load on a server. That certain server configurations are not meant for it to be in yet. So if you&#8217;re on a virtual private host, I think I mentioned it before, it wouldn&#8217;t. It was a different scenario. But it&#8217;s probably easier to get the collaboration working than if you are on a shared hosting with 10,000 websites on a. On a server where the hosting company will probably restrict that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Yeah, I think that there&#8217;s going to be a lot of shifts in hosting, either requirements, configuration, pricing options, etc. as a result of all of these changes. And I don&#8217;t know what they&#8217;re going to be yet, but we do need to collectively remember that the AI features, the collaboration components, all of those things are resource intensive and are going to shift how hosting is being utilized and therefore the hosts are going to need to respond in order to account for the actual cost of that change. So I think that&#8217;s a big unknown right now and I think it&#8217;s, you know, there&#8217;s a few hosts where they&#8217;re locking in pricing for a few years, which is cool, but at the same time I&#8217;m like, I don&#8217;t know, in three years is this going to be enough to pay for that? What will it be in three years?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>So I think there&#8217;s a shift coming there and I am not gonna even pretend to know enough about all the details to know exactly how that&#8217;s going to play out, but I think that there&#8217;s enough shift in what types of resources we need from our hosting that there will be a shift. There has to be, because it&#8217;s just so much more resource intensive than what we&#8217;ve been doing in the past collectively.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack:</em> Yeah. And that is in line with what you said at the beginning, that the PHP requirements. Yeah, it always is also contributing to that because all the newer features. So there might be a. You can&#8217;t upload upgrade to 7.0 until you update your PHP. That&#8217;s totally sure.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Yeah. And I&#8217;ve read that somewhere. Somewhere I did read that there&#8217;ll be security releases on 6.9 for sites that can&#8217;t go, you know. But then you end up with a situation where you&#8217;re gonna. How many sites are gonna be stuck on 6.9 forever?</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>But that has been a problem. Yeah. Because the security team is actually backporting, although officially the release is only supported to 6.8 or something like that, but security team actually backported all the security updates that came with 6.3 or 6.4 to 4 point something. WordPress 4 point something is probably 15 years old. So it&#8217;s still getting security updates. So that definitely is a backwards compatibility promise that even the security team there. It takes a lot of time to backport that. And John Blackburn, one of the leads on the security team, has actually done a retrospective of the latest security updates because you saw that too. It was a. It&#8217;s kind of a galore of releases. 6.2, 6.3, 6.4, 7.4 beta. Yeah, it kind of was in within three days, I think there were four releases.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>It was a lot. Yes. All at once.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>I had a meetup here in Munich and we talked about it. I think the day the 6.4 came out that they were saying, well, is it all hacked or what happened here? Kind of how often do I have to update my WordPress site in a day? And he did a nice retrospective or explaining what happened and what was the reason for that. I&#8217;ll link it in the show notes if you&#8217;re interested. To listeners, it will probably be a little bit less prominent because of all the death notes that came out, but it&#8217;s on the blog on Core.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>I&#8217;m going to go back and listen to that because that hit during a particularly busy time, just for me personally in general. And so it was a little whiplashy to be like what is going on over there? And I think it will be good to be able to go back and just review so that I am aware moving forward of what exactly happened there.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. And back to Gutenberg 22.8. I mentioned it before. There is a feature that implements the state UI for sudo selectors in the global styles. Maggie Cabrera mentioned that in the last episode. It&#8217;s now available in the Gutenberg plugin so you can test it out. It gives you a. In the global styles on the right hand side you can select the design for your pseudo selectors like hover and focus and all that. It&#8217;s really cool. Hover, focus, Focus, visible and active. Yeah, so you can change all those settings for buttons, for instance. And you don&#8217;t have to use theme JSON for it anymore. So this is pretty cool.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Yes. And then this one, I think this is fascinating. There is a PR adding client side navigation block with interactive features. That just sounds really fun to experiment with. So what it&#8217;s doing is adding a variant to the Create Block interactive template that allows you to add client side navigation. So this is starting to support the again supporting the infrastructure that exists with actual tooling and UI to use it. So the way that it describes it, this variant provides a self contained working example that mirrors real world patterns, query parameter navigation for pagination, search results, filtered archives and works immediately after scaffolding with no posts or setup required. That&#8217;s really cool. That&#8217;s a really nerdy and very arcane and wonderful. So I&#8217;m excited about that.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. And that variant is for the Create block scaffolding feature, if I understood this correctly. Yeah, it&#8217;s a create block latest. So if you create a custom block, you can have the variant for your client side navigation and scaffold that up. That&#8217;s really cool. Yeah. Well, our developer advocacy team, we are working on a so-called showcase for all the good things that you could do with a website or theme, including some of the interactivity API features. And we will probably release that someday in the next two months I would think. And it will be a music site with albums and musicians and artists and using the tabs and using the playlist and block and then also kind of have some interesting changes in the theme. So it&#8217;s for custom post types and all that. So it&#8217;s going to be really cool. I know that Juan Ma Garrido who put the client side navigation template into the gray block scaffolding, he&#8217;s also creating a plugin to have the music play even if you navigate away from that page that had the list of the music. So it&#8217;s kind of really interesting to see. So you could use it for video and music. So things stay on the forefront on your browser even if you look at other pages on the website. So that&#8217;s one of the features.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>The person, the, the part of me that likes to listen to podcasts from the website themselves really appreciates this.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. So I, I definitely, once it&#8217;s out, I definitely gonna adopt it for the good changelog podcast.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>So I think always through, we are through with booked. Yeah.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg:</em> Lots of little, little things, but those are the big exciting things, I think.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Yeah. And there were actually 38 PRs that were backported as bug fixes to 7.0. So it&#8217;s still an ongoing work that is coming out in two weeks and people are still fixing it. </p>\n\n\n\n<p class=\"wp-block-paragraph\">All right, well, I wish you and your agency all the best for that release that all the things that come in don&#8217;t disrupt your work or the work of your clients.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>We have a list. We know where to look for the problem.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Excellent. Yeah. Well, I&#8217;m so happy that you were on the show with me. And as always, dear listeners, the show notes will be published on GutenbergTimes.com podcast this is episode 129 and if you have questions and suggestions or news you want us to include, send them to <a href=\"http://changelogutenbergtimes.com\">changelogutenbergtimes.com</a> that&#8217;s <a href=\"http://changelogutenbergtimes.com\">changelogutenbergtimes.com</a> so thank you for listening and I wish you all a great weekend. Well, or next week. And also toy, toy for the WordPress 7.0 release updates. We will hear each other again in four weeks once I get back from WordCamp Asia. And then we&#8217;ll tackle what&#8217;s coming in 7.1 and what has been in. Good work. Plugin 22.9 and 23.0. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Thank you so much. Beth Soderberg, it was wonderful to have you and your perspective and your opinions on the show.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Thank you for having me. It was great to be here and to see you again and I wish you safe travels on all of your continuing travels.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Thank you. All right. Yeah, and you take care. And I&#8217;ll put in the show notes how people can connect with you.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Sounds good.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Birgit Pauli-Haack: </em>Of course. All right, you take care. Bye Bye.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Beth Soderberg: </em>Bye bye. Thanks, everybody.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 29 Mar 2026 08:59:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Community Antibodies\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151704\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2026/03/community-antibodies/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3022:\"<p class=\"wp-block-paragraph\">First, I want to say how great the jazz scene is in New York. I caught a little Latin at my go-to <a href=\"https://guantanamerany.com/\">Guantanamera</a> last night, but the band seemed to be phoning it in a bit, so I walked over to <a href=\"https://jazz.org/dizzys/\">Dizzy&#8217;s</a> and heard an amazing big band performance by the <a href=\"https://divajazz.com/\">Diva all-women Jass Orchestra</a>, they had <a href=\"https://clintholmesmusic.com/\">Clint Holmes</a> leading vocals and I got <a href=\"https://open.spotify.com/album/2m0W0n7zBYmRNs1QAgoa6Z\">Frank Sinatra / Count Basie vibes</a>, so great to see such a tight big band.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In <a href=\"https://wordpress.org/\">WordPress</a>, last week it was fun to see the company some call <a href=\"https://x.com/WordPress/status/2032291317871468554\">parasitic WP Engine acquire WPackagist</a>. So a popular way to use WordPress with Composer, previously maintained by an <a href=\"https://outlandish.com/\">awesome co-op agency in London</a>, was now in the clutches of a company using <a href=\"https://ma.tt/2025/10/greenwashing/\">its capital advantage to try to openwash its alleged bad behavior</a>, probably in a <a href=\"https://ma.tt/2026/03/selling-your-company/\">process that wasn&#8217;t ideal for the sellers</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Four days later, an awesome independent organization <a href=\"https://roots.io\">roots.io</a> released <a href=\"https://wp-packages.org\">WP Composer (renamed to WP Packages</a>, in OpenClaw fashion) with 17x faster cold resolves than WPackagist. <a href=\"https://wp-packages.org/wp-packages-vs-wpackagist\">Check out their comparison page</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-151706\" height=\"648\" src=\"https://i0.wp.com/ma.tt/files/2026/03/composer-compare.png?resize=604%2C648&#038;quality=80&#038;ssl=1\" width=\"604\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s beautiful to see how resilient and nimble the antibodies in the WordPress community are. Major hat tip to <a href=\"https://benword.com\">Ben Word</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In another type of <span style=\"margin: 0px; padding: 0px;\">antibody, Sid Sijbrandi, whom I <a href=\"https://ma.tt/2026/01/cancer-founder-mode/\" target=\"_blank\">previously talked about going into founder mode on his cancer</a>, gave <a href=\"https://sytse.com/cancer/\" target=\"_blank\">an incredible presentation</a> at the Open AI Forum abo</span>ut how he ran a bunch of N-of-1 experiments and therapies to cure his terminal osteosarcoma. He&#8217;s <a href=\"https://osteosarc.com/\">also open-sourced 25TB of his data for cancer research</a>. Incredible!</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you want to see the future of health care, <a href=\"https://forum.openai.com/public/videos/event-replay-from-terminal-to-turnaround-how-gitlabs-co-founder-leveraged-chatgpt-in-his-cancer-fight-2026-03-18\">give Sid&#8217;s presentation a watch</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 Mar 2026 22:12:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Matt: Stockfish\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151702\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ma.tt/2026/03/stockfish/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:839:\"<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Nobody is arguing that <a href=\"https://stockfishchess.org/\" rel=\"noreferrer noopener\" target=\"_blank\">Stockfish</a> is conscious, but Stockfish would kick Claude’s ass at chess.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">Kevin Lincoln in <a href=\"https://www.bloomberg.com/news/articles/2026-03-27/ai-changed-chess-grandmasters-now-win-with-unpredictable-moves?accessToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzb3VyY2UiOiJTdWJzY3JpYmVyR2lmdGVkQXJ0aWNsZSIsImlhdCI6MTc3NDY4MDEzNSwiZXhwIjoxNzc1Mjg0OTM1LCJhcnRpY2xlSWQiOiJUQ0pTVzdLSVAzSkwwMCIsImJjb25uZWN0SWQiOiIwNEFGQkMxQkYyMTA0NUVEODg3MzQxQkQwQzIyNzRBMCJ9.nIWazrd0HBbGwk_nzijL8lTm8uyCPXr1F7molURiExg\">AI Perfected Chess. Humans Made It Unpredictable Again</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 Mar 2026 20:57:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Gary: Claudaborative Editing 0.2: now with 500% more collaboration!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://pento.net/?p=5697\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://pento.net/2026/03/28/claudaborative-editing-0-2-now-with-500-more-collaboration/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5416:\"<p class=\"wp-block-paragraph\">A week ago, I put together <a href=\"https://pento.net/2026/03/20/introducing-claudaborative-editing/\">a quick tech demo</a>, showing how an MCP server could be created for Claude Code that hooked directly into Gutenberg&#8217;s Collaborative Editing feature, allowing it to act as a digital collaborator on a post. The demo focused primarily on text generation, but that&#8217;s not really the benefit that I see coming with this kind of tool. Anyone can generate text, then copy/paste it into the editor. The real power comes from directly hooking into the entire post creation and editing process.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s New?</h2>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img alt=\"A screenshot of the /review tool running on this post, prior to publication.\" class=\"wp-image-5711\" height=\"607\" src=\"https://pento.net/wp-content/uploads/2026/03/review-notes-1024x607.png\" width=\"1024\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"A screenshot of what Claude was doing behind the scenes when it was generating the review notes.\" class=\"wp-image-5714\" height=\"564\" src=\"https://pento.net/wp-content/uploads/2026/03/review-processing-1024x564.png\" width=\"1024\" /></figure>\n</figure>\n\n\n\n<p class=\"wp-block-paragraph\">Since last week&#8217;s release, I&#8217;ve added a host of editing and review tools:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>/edit {tell the LLM how you want this post adjusted}</code><br />Automatically make simple (or even not so simple!) edits on your post, giving your writing a little extra polish.</li>\n\n\n\n<li><code>/proofread</code><br />Find and automatically fix simple spelling, grammatical, and punctuation issues.</li>\n\n\n\n<li><code>/review</code><br />Read the post, and leave notes (using Gutenberg&#8217;s Notes feature!) about suggested improvements to your post. This doesn&#8217;t touch your post content, leaving you to make use of the suggestions as you see fit.</li>\n\n\n\n<li><code>/respond-to-notes</code><br />If you&#8217;re happy with the notes left in the review, you can also have it automatically apply them, too!</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">On top of that, I&#8217;ve also added an experimental <code>/translate</code> tool, to automatically translate a post into a different language. LLM translation quality varies significantly, though Claude is regularly considered to be quite good. It&#8217;s worth remembering that, like any LLM, the output is only as good as its input. If you&#8217;re translating to a language that it didn&#8217;t have much training data on, it&#8217;ll do a lot worse.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Behind The Scenes</h2>\n\n\n\n<p class=\"wp-block-paragraph\">The MCP server now does a much better job of making use of the REST API, too: it now handles all block types (and does a pretty good job of guessing how to use blocks provided by plugins!). It can upload media, and it can handle all the post metadata, like categories, tags, excerpt, etc.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Getting It Running</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Inspired by the recently released <a href=\"https://make.wordpress.org/meta/2026/03/20/plugin-directory-mcp-server/\">WordPress.org MCP server</a>, the install process got a refresh, too. If you&#8217;re running WordPress 7.0, you won&#8217;t even need to copy/paste the application password to connect to your site: just click the connect button in your browser, and your site will send credentials back to the installer! And if you&#8217;d prefer to avoid the magic, there&#8217;s still a <code>--manual</code> option to let you set it up the old-fashioned way.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img alt=\"A screenshot of the initial installation of the claudaborative-editing MCP server, prompting the user to enter a site to connect to.\" class=\"wp-image-5700\" height=\"372\" src=\"https://pento.net/wp-content/uploads/2026/03/connect-1024x372.png\" width=\"1024\" /><figcaption class=\"wp-element-caption\">Connect</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"The authorisation screen of the site that the MCP server is connecting to.\" class=\"wp-image-5702\" height=\"577\" src=\"https://pento.net/wp-content/uploads/2026/03/approve-1024x577.png\" width=\"1024\" /><figcaption class=\"wp-element-caption\">Authorise</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"After authorisation, this screenshot shows the continu\" class=\"wp-image-5701\" height=\"667\" src=\"https://pento.net/wp-content/uploads/2026/03/install-1024x667.png\" width=\"1024\" /><figcaption class=\"wp-element-caption\">Install</figcaption></figure>\n</figure>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s Next?</h2>\n\n\n\n<p class=\"wp-block-paragraph\">This release shows how easy it is for an LLM to talk to your WordPress site. What about the other way? If you&#8217;re working on a post, you don&#8217;t want to have to switch to a terminal to get spell checking done, so how can we provide this kind of functionality directly from the block editor? Let&#8217;s experiment and find out!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 Mar 2026 06:35:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"Gutenberg Times: WordPress 7.0, Playground MCP, Gutenberg 22.8, PHP-only Blocks and more — Weekend Edition 362\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=44834\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth-playground-mcp-gutenberg-22-8-php-only-blocks-and-more-weekend-edition-362/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33734:\"<p class=\"wp-block-paragraph\">Hi,</p>\n\n\n\n<p class=\"wp-block-paragraph\">In less than two weeks, WordPress 7.0 is scheduled to be released. Are you ready? Or are you someone I used to be who waits two to three weeks to see what quirks early adopters find and if they warrant an early point release? Be that as it may, waiting only delays the inevitable, though, sooner or later you get to benefit from the new features and quality of life improvements to the Admin, Editor and Blocks. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The first version of the <a href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/\"><strong>WordPress 7.0 Source of Truth</strong></a> has been published. It&#8217;s again a mammoth post of 4500 words, including 21 images and ten videos. I hope you enjoy the list of all the big and small feature and updates. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Next week, I will be on my way to Mumbai. The next weekend edition will arrive in your inbox after WordCamp Asia, on April 17th, 2026. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Yours, <img alt=\"💕\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f495.png\" style=\"height: 1em;\" /><br /><em>Birgit</em></p>\n\n\n\n<p class=\"wp-block-paragraph\">PS: Should you be in Mumbai, grab a coffee of lunch spot <a href=\"https://calendly.com/pauli-haack/wcasia\">from my public calendar</a>, I&#8217;d love to meet you! </p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">WordPress 7.0 </h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"Highlight grid WordPress 7.0\" class=\"wp-image-44936\" height=\"375\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/7-0_highlight-grid-2026-03-26.png?resize=652%2C375&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>WordPress 7.0 </strong>Release candidate 1 <a href=\"https://make.wordpress.org/core/2026/03/19/wordpress-7-0-release-candidate-1-delayed/\">was moved to this week</a>. The <a href=\"https://wordpress.org/news/2026/03/wordpress-7-0-release-candidate-2/\">WordPress 7.0 RC2</a> was still on schedule for Thursday, though. Meanwhile, more Dev Notes were published.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/core/2026/03/16/pattern-overrides-in-wp-7-0-support-for-custom-blocks/\"><strong>Pattern Overrides in WP 7.0</strong></a> is your heads-up to act before the release lands. WordPress 7.0 lifts the old restriction — Pattern Overrides now work with any block attribute that supports Block Bindings, not just a hardcoded Core block list. You opt in via the <code>block_bindings_supported_attributes</code> filter, and the post walks you through edge cases for static blocks where a <code>render_callback</code> may still be needed.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/core/2026/03/15/pattern-editing-in-wordpress-7-0/\"><strong>Pattern Editing in WordPress 7.0</strong></a> explains that ContentOnly mode for unsynced patterns is now the default, meaning block structure and style controls are hidden from editors by default. Block authors need to audit <code>\"role\": \"content\"</code> attributes in <code>block.json</code>, theme authors should test their patterns, and plugin developers should verify UI components still render correctly under the new, more broadly applied editing modes.</p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/core/2026/03/15/block-visibility-in-wordpress-7-0/\"><strong>Block Visibility in WordPress 7.0</strong></a> dev note is relevant if your theme or plugin touches block markup server-side. The new <code>viewport</code> key inside <code>blockVisibility</code> metadata lets users show or hide blocks per device — mobile, tablet, desktop — via CSS, not DOM removal. If your code assumes <code>blockVisibility</code> is always a boolean, you&#8217;ll need to update it to handle an object too. No changes are needed if your blocks don&#8217;t interact with markup server-side.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Anne McCarthy</strong> walks through <a href=\"https://www.youtube.com/watch?v=0Yq7aVoJIOk\">one of WordPress 7.0&#8217;s most-requested features</a>: viewport-based block visibility. You&#8217;ll see exactly how showing or hiding any block by screen size works in practice — no extra plugins or CSS workarounds needed — and why it is relevant for responsive design. If you&#8217;ve been waiting for a native way to tailor content for mobile, tablet, and desktop separately, this is your preview before the April 9th release.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">The <strong><a href=\"https://make.wordpress.org/core/2026/03/15/dimensions-support-enhancements-in-wordpress-7-0/\">Dimensions Support Enhancements in WordPress 7.0</a> </strong>comprise width and height as first-class block supports. Block builders and theme designer opt in with a single line in <code>block.json</code>, set defaults in <code>theme.json</code>, and the sidebar UI comes for free. Themes can also define named <code>dimensionSizes</code> presets, giving users a consistent palette rather than free-form inputs. If your block has custom width/height attributes today, this is a good moment to consider migrating.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">A long-requested feature finally lands in WordPress 7.0. The dev note on <strong><a href=\"https://make.wordpress.org/core/2026/03/15/custom-css-for-individual-block-instances-in-wordpress-7-0/\">Custom CSS for Individual Block Instances</a> </strong>hold all the details. The new <code>customCSS</code> block support — enabled by default for all blocks — adds a Custom CSS field in the Advanced panel of the block inspector, scoped automatically to that instance via a generated class. Block authors whose blocks wrap raw or opaque content should explicitly opt out via <code>block.json</code>. If your <code>render_callback</code> is in play, make sure your block&#8217;s outermost element is a standard HTML tag.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">A typography feature requested since 2021 finally arrives in WordPress 7.0, the dev note on <strong><a href=\"https://make.wordpress.org/core/2026/03/15/new-block-support-text-indent-textindent/\">the new <code>textIndent</code> block support</a> </strong>has all the details for developers working on blocks or themes. Opt in with a single line in <code>block.json</code>, and a Line Indent control appears automatically in the Typography panel. Theme authors get <code>theme.json</code> configuration too, including a thoughtful <code>subsequent</code> vs <code>all</code> toggle that respects both LTR and RTL typographic conventions. No breaking changes — purely additive./</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 ships a new<strong> <a href=\"https://make.wordpress.org/core/2026/03/18/introducing-the-connectors-api-in-wordpress-7-0/\">Connectors API</a> </strong>— and if you build AI-adjacent plugins, this dev note belongs on your reading list. The new framework standardizes how WordPress registers and manages connections to external services — starting with AI providers — giving you a consistent admin UI, API key management, and auto-discovery via the WP AI Client. Three providers ship out of the box: Anthropic, Google, and OpenAI. The <code>wp_connectors_init</code> action is your hook for registering additional connectors or overriding existing metadata.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Felix Arntz </strong>details<strong> <a href=\"https://make.wordpress.org/core/2026/03/24/introducing-the-ai-client-in-wordpress-7-0/\">the new AI Client landing in WordPress 7.0</a></strong> — a provider-agnostic PHP API that lets your plugin send prompts for text, images, speech, or video without touching credentials or provider logic. You chain methods on <code>wp_ai_client_prompt()</code>, declare model preferences, and WordPress routes to whatever the site owner has configured. Three official provider plugins cover Anthropic, Google, and OpenAI. Client-side JS exists but remains admin-only for now.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Jorge Costa</strong> details the <a href=\"https://make.wordpress.org/core/2026/03/24/client-side-abilities-api-in-wordpress-7-0/\"><strong>client-side Abilities API arriving in WordPress 7.0</strong></a>, the JavaScript counterpart to the PHP Abilities API introduced in 6.9. Two new packages handle it: <code>@wordpress/abilities</code> for pure state management and <code>@wordpress/core-abilities</code> for the WordPress integration layer that auto-fetches server-registered abilities via REST. You can register abilities with input/output schemas, permission callbacks, and annotations — laying the groundwork for browser agents and WebMCP integration.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"gutenberg-22-8\">Gutenberg 22.8</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Gutenberg 22.8 release lead <strong>Dean Sas</strong> highlighted in his post <a href=\"https://make.wordpress.org/core/2026/03/25/whats-new-in-gutenberg-22-8-25-march/\"><strong>What’s new in Gutenberg 22.8? (25 March)</strong></a>  the following features: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2026/03/25/whats-new-in-gutenberg-22-8-25-march/#real-time-collaboration-improvements\">Real-time Collaboration improvements</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/03/25/whats-new-in-gutenberg-22-8-25-march/#button-pseudo-state-styling-in-global-styles\">Button pseudo-state styling in Global Styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/03/25/whats-new-in-gutenberg-22-8-25-march/#site-logo-icon-in-the-design-panel\">Site Logo &amp; Icon in the Design panel</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/03/25/whats-new-in-gutenberg-22-8-25-march/#connectors-extensibility\">Connectors extensibility</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2026/03/25/whats-new-in-gutenberg-22-8-25-march/#other-notable-highlights\">Other Notable Highlights</a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">The real-time collaboration improvements and the Connectors extensibility will make it into the WordPress 7.0 release.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">I had a blast chatting with <strong>Beth Soderberg </strong>from <a href=\"https://bethink.studio/\">Bethink Studio</a> on the recording of Gutenberg changelog 129. We dove into some cool stuff like using AI, WordPress 7.0, and Gutenberg 22.8. It was such a fun convo, and we even touched on that little mental block some users might hit when they see the fresh new look of the wp-admin screens and try to wrap their heads around the change. The episode will drop into your favorite podcast app over the weekend. The 130th episode will be recorded after I return from WordCamp Asia.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-45032\" height=\"185\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Screenshot-2026-03-28-at-12.00.17.png?resize=652%2C185&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\"><img alt=\"🎙\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f399.png\" style=\"height: 1em;\" /> The latest episode is <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-129/\">Gutenberg Changelog #129 Artificial Intelligence, WordPress 7.0 and Gutenberg 22.8</a> with Beth Soderberg, of BeThink Studio </p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-no-vertical-margin\"><img alt=\"Beth Soderberg and Birgit Pauli-Haack recording the Gutenberg Changelog 129\" class=\"wp-image-45032\" height=\"185\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Screenshot-2026-03-28-at-12.00.17.png?resize=652%2C185&#038;ssl=1\" width=\"652\" /></figure>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Courtney Robertson</strong> at GoDaddy breaks down <a href=\"https://www.godaddy.com/resources/news/wordpress-7-0-real-time-collaboration-arrives-in-core\"><strong>what WordPress 7.0 brings when it ships April 9 at WordCamp Asia</strong></a>. Your editor finally gets real-time multi-user collaboration powered by Yjs, alongside visual block-level revisions, a Breadcrumbs block, Icon block, and customizable navigation overlays. Developers gain a provider-agnostic WP AI Client with a Connectors UI, PHP-only block registration, and Interactivity API improvements. The minimum PHP requirement bumps to 7.4 — worth flagging for clients on older hosting now.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">A little over a month ago, <strong>Johanne Courtright</strong>, founder of Groundworx, launched<strong> <a href=\"https://www.reddit.com/r/WordPressBlocks/comments/1rb20y1/welcome_to_rwordpressblocks/\">r/WordPressBlocks</a></strong>, a dedicated Reddit community for developers and builders working with the block editor. A longtime block developer and free plugin author, Courtright created the space because scattered conversations about custom blocks, theme.json, full site editing, and Gutenberg&#8217;s direction deserved a proper home. All skill levels welcome — come share tips, tools, wins, and frustrations.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re finding it a drag to edit <code>theme.json</code>, check out <strong>Sérgio Santos</strong>&#8216;s creation, <a href=\"https://marketplace.visualstudio.com/items?itemName=s3rgiosan.vscode-wp-theme-json-editor\"><strong>WP Theme JSON Editor</strong></a>. It&#8217;s a VS Code and Cursor extension that makes dealing with JSON way easier with its cool visual interface. You can easily tweak colors, typography, spacing, and block settings using the official WordPress JSON Schema. Plus, it’s got handy features like CSS variable autocomplete, CodeMirror 6 syntax highlighting, drag-and-drop for palettes and font sizes, and real-time validation, and you even get to play with some experimental WP core properties. I’m not sure if it’s really easier than writing JSON from scratch, but hey, that’s just a personal choice, right?</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-45040\" height=\"356\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Screenshot-2026-03-28-at-13.19.14.png?resize=652%2C356&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">You can now <a href=\"https://wordpress.com/blog/2026/03/16/how-to-build-a-wordpress-theme-with-telex/\"><strong>generate a block theme with Telex</strong></a>, Automattic&#8217;s experimental AI theme builder. You describe your site, hit &#8220;Enhance Prompt&#8221; to let Telex flesh out the design brief, optionally upload a reference image, then pick from four generated variations. From there you build out additional page templates, refine typography and colors conversationally, and download a ready-to-install ZIP containing your templates, styles, and theme.json — no PHP or CSS knowledge required.</p>\n\n\n<div class=\"ng-block-422d6a1bf05d29c2 wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #fdfcea; border-radius: 12px;\"><div class=\"ng-block-be7de4a2806e4157 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" rel=\"noreferrer noopener\" target=\"_blank\">&#8220;Keeping up with Gutenberg &#8211; Index 2026&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. </p></div></div></div></div>\n\n<div class=\"ng-block-9f47fbd0b09eb1b2 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>The previous years are also available: <br /><strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a></p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor.</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Troy Chaplin</strong> launched <a href=\"https://veilsoffate.com/\">Veils of Fate</a>, a choose-your-own-adventure game built in WordPress using the Interactivity API, post types, and taxonomies. Spanning 3 acts, 18 quests, and 112 scenes, the story was co-written with Claude AI. If you love interactive storytelling, this one&#8217;s for you. Nano banana handled the pixel art, Miles created the theme, and Kinsta provides the hosting. A family-inspired project: Troy&#8217;s kids are avid readers and his wife is a librarian.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>WordPress Studio</strong> is a free, open-source local development tool powered by WordPress Playground that has been around for two years now. The team has now published <a href=\"https://www.npmjs.com/package/wp-studio\">wp-studio</a> the CLI installer you can use to spin up local sites instantly — no Docker, NGINX, Apache, or MySQL required — sync them with WordPress.com or Pressable, share live preview links with clients, and tap into a built-in AI assistant that runs WP-CLI commands natively. It&#8217;s only early access to there might be dragons. <img alt=\"🐉\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f409.png\" style=\"height: 1em;\" /> Also available in WordPress Studio you can use phpMyAdmin to access the database and use it dark mode. </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-45047\" height=\"491\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Screenshot-2026-03-28-at-13.53.48.png?resize=652%2C491&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Carlo Daniele</strong> at Kinsta walks you through <strong><a href=\"https://kinsta.com/blog/php-only-gutenberg-blocks/\">building PHP-only Gutenberg blocks</a>,</strong> a feature introduced in Gutenberg 21.8 that lets you register blocks entirely in PHP—no React, Node.js, or build steps required. Using the new <code>auto_register</code> support flag, your attributes automatically generate inspector controls in the editor. You&#8217;ll build a pricing card block and learn how to wrap legacy shortcodes as proper blocks, finally giving your PHP-side clients and developers a gentler path into the block editor. It will also come to a WordPress instance near you soon with WordPress 7.0. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;d rather watch a video for education, <strong>Brian Coords</strong> demonstrates <a href=\"https://www.youtube.com/watch?v=HS0pUU-cSpM\"><strong>how PHP-only block registration in WordPress 7.0 </strong>removes the build-tool barrier entirely</a> You&#8217;ll see a Hello World block built with custom fields, a WooCommerce integration using the Store API, and how to handle frontend JavaScript when backend JS has limitations. The real payoff comes when you combine PHP-only blocks with Claude Code skills, letting you generate blocks through conversation rather than scaffolding. The code is on <a href=\"https://github.com/bacoords/example-p...\">GitHub</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"playground-news\">Playground News</h2>\n\n\n\n<p class=\"wp-block-paragraph\">On this episode of <em>The WP Minute+</em>, <strong>Eric Karkovack</strong> sits down with WordPress contributors <strong>Alex Kirk</strong> and <strong>Brandon Payton</strong> to <strong><a href=\"https://www.youtube.com/watch?v=lbsFmIqP0_g\">explore my.WordPress.net</a>,</strong> a browser-based WordPress sandbox built around privacy, portability, and AI. Think personal CRM, private family blogging, chat-to-blog workflows, and an AI playground — all running in your browser without a server. The demo shows how plugins become app-like modules, how messaging apps like Beeper can feed content in, and how AI can modify plugins live. Your data stays yours, portable across devices.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"ai-in-wordpress\">AI in WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Fellyph Cintra</strong> announces that <a href=\"https://make.wordpress.org/playground/2026/03/17/connect-ai-coding-agents-to-wordpress-playground-with-mcp/\">AI coding agents can now connect directly to <strong>WordPress Playground via MCP</strong></a>, thanks to the new <code>@wp-playground/mcp</code> package built by <strong>Berislav Grgicak</strong>. One command wires up Claude Code or Gemini CLI to a browser-based Playground instance over WebSocket, letting your agent read and write files, execute PHP, manage sites, and navigate pages — all locally, without touching WordPress admin. Think plugin testing, live database debugging, and theme scaffolding driven entirely by conversation.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Gary Pendergast</strong>, long-time core committer, introduces <a href=\"https://pento.net/2026/03/20/introducing-claudaborative-editing/\">claudaborative-editing</a>, an MCP server — written by Claude Code, fittingly — that lets Claude edit WordPress posts live alongside you in Gutenberg. Built on WordPress 7.0&#8217;s Yjs-powered collaborative editing protocol, your changes and Claude&#8217;s sync in real time with no conflicts. A single <code>npx claudaborative-editing setup</code> gets you started. Claude appears in the collaborators list, edits at the block level, and even streams text character by character as it types. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Darin Koster</strong>, developer at Fueled, walks you through <a href=\"https://darinkotter.com/ai-featured-images/\"><strong>how AI featured image generation works</strong></a> inside the <a href=\"https://wordpress.org/plugins/ai/\">WordPress AI plugin</a>. One button click kicks off a five-step chain built on the Abilities API: gather post context, generate an image prompt via an LLM, generate the image, optionally create alt text, then import and set it as the featured image — all in about 30 seconds. The post doubles as a practical demonstration of how WordPress&#8217;s AI building blocks can be composed into real editor workflows.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">In <strong><a href=\"https://wpbuilds.com/2026/03/26/462-debating-ais-impact-with-jamie-marsland-content-creativity-slop-and-the-future-of-wordpress/\">this lively WP Builds debate on AI, content, and the future of WordPress</a>,</strong> <strong>Jamie Marsland </strong>— Automattic&#8217;s head of YouTube and prolific WordPress educator — squares off against a gleefully curmudgeonly <strong>Nathan Wrigley</strong>. Marsland champions the new Claude–WordPress.com integration, which gives AI full context of your site for content, branding, and SEO. <strong>Wrigley</strong> pushes back on authenticity, AI slop, and eroding community skills. You&#8217;ll find both sides genuinely persuasive — and probably switch teams more than once.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://wpbuilds.com/2026/03/26/462-debating-ais-impact-with-jamie-marsland-content-creativity-slop-and-the-future-of-wordpress/\"><img alt=\"\" class=\"wp-image-45035\" height=\"342\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/WPBuilds462-Nathan-Wrigley-Jamie-Marsland.webp?resize=652%2C342&#038;ssl=1\" width=\"652\" /></a></figure>\n\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"wp-block-paragraph\">As an example of how AI might change how you use WordPress, <strong>Jamie Marsland</strong> demonstrates that <a href=\"https://www.youtube.com/watch?v=Jywvzfo_w8c\"><strong>You can now Vibe Code with WordPress.com</strong></a>. on YouTube. He shows what&#8217;s possible once Claude is connected to your site via MCP, from building full landing pages and wiring up contact forms with a single prompt to running promotions across multiple sites, generating downloadable SEO reports, auditing for accessibility, and tracking activity with visual dashboards. Think of it as your WordPress workflow, but driven entirely by conversation.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You can learn more about the official WordPress.com connector for Claude in below blog post and video. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.com/blog/2026/03/20/ai-agent-manage-content/\"><strong>Your AI agent can now create, edit, and manage content on WordPress.com</strong></a> by Jonathan Bossenger </li>\n\n\n\n<li><br /><strong><a href=\"https://www.youtube.com/watch?v=ujFGAuUc-x4\">It’s Official: You Can Now Use Claude with WordPress!</a></strong> also with Jamie Marsland</li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<div class=\"ng-block-cfbb15b1616cdd85 wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #f8f8f8; border-radius: 8px;\"><div class=\"ng-block-0e226bf5aaeaf21f wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review.</p></div></div></div></div>\n\n<div class=\"ng-block-e0b00973b6dd81ae wp-block-newsletterglue-image ng-block size-full is-resized\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;\"><a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\"><img alt=\"\" class=\"wp-image-42874 ng-image\" height=\"45\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2025-11-15-at-12.06.44.png?resize=196%2C45&#038;ssl=1\" style=\"border-style: none; border-color: transparent;\" width=\"196\" /></a></div></div></div></div>\n\n<div class=\"ng-block-57523416e51430fc wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience.</p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n<div class=\"ng-block-9d86110c2dfba6e1 wp-block-newsletterglue-separator ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; color: #666666;\"><hr style=\"background-color: transparent; color: transparent; margin: 0; border: 0; border-top: 1px solid #666666; width: 560px; height: 0;\" /></div></div></div></div>\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\"><div class=\"ng-block-e46385a213d92496 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 14px; font-family: Helvetica; line-height: 0.2; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong>Featured Image: </strong></p></div></div></div></div></div>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 Mar 2026 03:40:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Gutenberg Times: WordPress 7.0 Source of Truth\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=44884\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:81175:\"<p class=\"wp-block-paragraph\" id=\"welcome-to-the-source-of-truth-for-wordpress-6-9\">Welcome to the Source of Truth for WordPress 7.0!</p>\n\n\n\n<p class=\"wp-block-paragraph\">Before you dive headfirst into all the big and small changes and pick your favorites, make sure to read these preliminary thoughts about this post and how to use it. If you have questions, leave a comment or email me at <a href=\"mailto:pauli@gutenbergtimes.com\">pauli@gutenbergtimes.com</a>. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Huge Thank You to all collaborators on this post: Anne McCarthy, Sarah Norris, Ella van Durpe, Maggie Cabrera, Ben Dwyer, Jonathan Bossenger, Justin Tadlock, Dave Smith, Courtney Robertson and a lot more. It&#8217;s takes a village&#8230;</p>\n\n\n\n<div class=\"wp-block-group has-primary-color has-text-color has-link-color has-small-font-size wp-elements-a8bb9ec1783f5f0c5623981a664fedce is-content-justification-left is-nowrap is-layout-flex wp-container-core-group-is-layout-fbe4aca3 wp-block-group-is-layout-flex\" style=\"text-decoration: none;\">\n<p class=\"wp-block-paragraph\">Estimated reading time</p>\n\n\n<div class=\"wp-block-post-time-to-read\">21–31 minutes</div>\n\n\n<p class=\"wp-block-paragraph\">at </p>\n\n\n<div class=\"wp-block-post-time-to-read\">4,858 words</div></div>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\"><strong>Table of Contents</strong></p>\n\n\n\n<nav class=\"wp-block-table-of-contents\"><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#changelog\">Changelog</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#important-note-guidelines\">Important note/guidelines</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#overview\">Overview </a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#important-links\">Important links:</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#assets\">Assets </a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#tags\">Tags</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#priority-items-for-wordpress-7-0\">Priority items for WordPress 7.0 </a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#real-time-collaboration-rtc-enterprise-site-admin\">Real-Time Collaboration (RTC) [enterprise][site admin]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#navigation-overlays-and-more-theme-builder-plugin-author-site-admin\">Navigation Overlays and more [theme builder][plugin author] [site admin]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#treating-patterns-like-a-single-block-all\">Treating patterns like a single block [all]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#ai-in-wordpress-enterprise-developers-site-admin\">AI in WordPress [enterprise][developers][site admin]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#visual-revisions-all\">Visual Revisions [all]</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#new-blocks\">New Blocks</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#breadcrumbs-block-all\">Breadcrumbs Block [all]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#icon-block-all\">Icon Block [all]</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#block-editor-enhancements\">Block Editor enhancements</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#custom-css-for-individual-blocks-enduser-site-admin-theme-builder\">Custom CSS for Individual Blocks [enduser][site admin] [theme builder]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#control-viewport-based-block-visibility-all\">Control viewport-based block visibility [all]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#anchor-support-for-dynamic-blocks-developer-plugin-author\">Anchor support for dynamic blocks [developer][plugin author]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#paste-color-values-in-the-color-picker-end-user-theme-builder-site-admin\">Paste color values in the color picker [end user][theme builder] [site admin]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#dimension-support-for-width-and-height-theme-builder-site-admin\">Dimension support for width and height [theme builder][site admin]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#email-notifications-for-notes-all\">Email notifications for Notes [all]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#block-attributions-groups-in-the-sidebar-all\">Block Attributions Groups in the sidebar [all]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#link-control-validation-end-user-site-admin\">Link Control validation [end user] [site admin]</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#improved-blocks-and-block-handling\">Improved Blocks and Block handling</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#pseudo-styles-for-button-blocks-theme-builder-site-admin\">Pseudo Styles for Button Blocks [theme builder][site admin] </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#extra-divs-removed-from-blocks-in-the-editor-theme-builder-developer-site-admin\">Extra divs removed from blocks in the editor [theme builder][developer][site admin] </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#universal-text-alignment-all\">Universal Text Alignment [all]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#cover-block-video-embeds-site-admin-end-user\">Cover Block Video Embeds [site admin][end user]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#gallery-block\">Gallery Block </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#responsive-grid-block-site-admin-end-user-theme-builder\">Responsive Grid Block [site admin][end user][theme builder]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#heading-block-variations-site-admin-end-user\">Heading block variations [site admin][end user]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#html-block-enhancement-site-admin-themebuilder-end-user\">HTML Block Enhancement [site admin] [themebuilder] [end user] </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#image-block-inline-editing-and-controls-site-admin-end-user\">Image block inline editing and controls [site admin][end user]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#math-block-improvements-end-users-site-admin\">Math Block Improvements [end users][site admin]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#paragraph-all\">Paragraph [all]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#query-loop-enhancements-all\">Query Loop Enhancements [all]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#verse-block-renamed-to-poetry-all\">Verse Block, renamed to Poetry [all]</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#admin-workflow-updates\">Admin / Workflow updates </a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#manage-fonts-for-all-themes-in-a-dedicated-page-site-admin-theme-builder-enterprise\">Manage fonts for all themes in a dedicated page [site admin][theme builder] [enterprise]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#command-palette-in-adminbar-all\">Command Palette in Adminbar [all]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#view-transitions-all\">View Transitions  [all]</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#improved-screens-across-wp-admin-all\">Improved screens across WP-Admin  [all]</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#developer-goodies-developer-enterprise\">Developer Goodies [developer][enterprise]</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#php-only-block-registration\">PHP-only block registration</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#pattern-overrides-for-custom-blocks\">Pattern Overrides for custom blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#dataviews-data-form-components-and-fields-api\">DataViews, Data Form components and Fields API </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-7-0-source-of-truth/#ui-primitives-and-components\">UI Primitives and Components</a></li></ol></li></ol></nav>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"changelog\">Changelog</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Any changes are cataloged here as the release goes on.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>March 27, 2026:</strong> First edition </li>\n\n\n\n<li><strong>March 30, 2026:</strong>\n<ul class=\"wp-block-list\">\n<li>Fixes for clarity and grammar.</li>\n\n\n\n<li>Changed feature image of the post.</li>\n\n\n\n<li>RTC: Added Introduce filters for the polling intervals (<a href=\"https://github.com/WordPress/gutenberg/pull/76518\">76518</a>)</li>\n</ul>\n</li>\n\n\n\n<li><strong>April 1, 2026:</strong> \n<ul class=\"wp-block-list\">\n<li>Added information from  <a href=\"https://make.wordpress.org/core/2026/03/31/extending-the-7-0-cycle/\">Extending the 7.0 Cycle</a> by release lead Matias Ventura</li>\n\n\n\n<li>Changed release date to TBD</li>\n\n\n\n<li>Updated <a href=\"https://gutenbergtimes.com/feed/#real-time-collaboration-rtc-enterprise-site-admin\" id=\"#real-time-collaboration-rtc-enterprise-site-admin\" type=\"internal\">Real-Time Collaboration</a> section with additional information.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"important-note-guidelines\">Important note/guidelines</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Try not to just copy and paste what&#8217;s in this post since it&#8217;s going to be shared with plenty of folks. Use this as inspiration for your own stuff and to get the best info about this release. If you do copy and paste, just remember that others might do the same, and it could lead to some awkward moments with duplicate content floating around online.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Each item has been tagged using best guesses with different high-level labels so that you can more readily see at a glance who is likely to be most impacted.</li>\n\n\n\n<li>Each item has a high-level description, visuals (if relevant), and key resources if you would like to learn more.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"overview\">Overview </h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"Highlight grid WordPress 7.0 (still a work in progress) \" class=\"wp-image-44936\" height=\"375\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/7-0_highlight-grid-2026-03-26.png?resize=652%2C375&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Note: As always, what’s shared here is being actively pursued but doesn’t necessarily mean each will make it into the final release of WordPress 7.0.</em></p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 introduces several new features and performance enhancements.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Key new features include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Real-time collaboration: </strong>multiple users can now work on the same post. </li>\n\n\n\n<li><strong>Navigation overlays:</strong> Customizable mobile menus for more flexible styling. </li>\n\n\n\n<li><strong>Content focused pattern editing:</strong> Pattern editing now prioritizes the content editing experience with more available options when needed.</li>\n\n\n\n<li><strong>Visual revisions: </strong>A new revisions screen inside the block editor gives a visual preview of the changes with an easy-to-understand color-coded system.</li>\n\n\n\n<li><strong>AI Foundation in WordPress: </strong>User can connect their site to an AI agent of choice to use the AI experiments plugin.  Plugin developers can use the Connectors API to register connections to external services.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Furthermore, WordPress 7.0, entails:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Two new blocks: </strong>the Icon block and the Breadcrumbs block.</li>\n\n\n\n<li><strong>Viewport-based block show/hide:</strong> Block visibility extended to customize display according to screen-sizes. </li>\n\n\n\n<li><strong>Gallery lightbox navigation:</strong> improved browsing through images placed in a gallery.</li>\n\n\n\n<li><strong>Font management</strong> for all themes: The screen to upload and manage fonts is now available in the <strong>Appearance</strong> menu for classic and block themes.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">Many more quality of life changes for workflow and design tools made it into this release. You&#8217;ll find the complete list below. </p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https://make.wordpress.org/core/7-0/\">WordPress 7.0</a> is <s>set to be released on April 9, 2026 at <a href=\"https://asia.wordcamp.org/2026/wordpress-7-0-release-on-contributor-day/\">Contributor Day of WordCamp Asia</a>.</s> <br />The new release date is soon to be announced. (see <a href=\"https://make.wordpress.org/core/2026/03/31/extending-the-7-0-cycle/\">Ventura&#8217;s announcement</a>) </p>\n\n\n\n<p class=\"wp-block-paragraph\">Of note, this release consists of features from the Gutenberg plugin version 22.0 &#8211; 22.6. Here are the release posts of those plugin releases: <a href=\"https://make.wordpress.org/core/2025/11/05/whats-new-in-gutenberg-22-0-05-november/\">22.0</a> | <a href=\"https://make.wordpress.org/core/2025/11/20/whats-new-in-gutenberg-22-1-18-november-2025/\"> 22.1</a> | <a href=\"https://make.wordpress.org/core/2025/12/03/whats-new-in-gutenberg-22-2-dec3/\"> 22.2</a> | <a href=\"https://make.wordpress.org/core/2025/12/17/gutenberg-22-3-december-17/\">22.3</a> | <a href=\"https://make.wordpress.org/core/2026/01/22/whats-new-in-gutenberg-22-4-20-january/\">22.4</a> | <a href=\"https://make.wordpress.org/core/2026/02/04/whats-new-in-gutenberg-22-5-04-february/\">22.5</a> | <a href=\"https://make.wordpress.org/core/2026/02/25/whats-new-in-gutenberg-22-6-25-february/\">22.6</a>. Later Gutenberg releases contain bug fixes, backported to WordPress 7.0. release branches.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"important-links\">Important links:</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2025/12/11/planning-for-7-0/\">Planning for 7.0</a> + <a href=\"https://make.wordpress.org/core/2025/12/11/planning-for-7-0/#comment-48392\">update on Beta 1</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/7-0/\">WordPress 7.0 Development Cycle</a></li>\n\n\n\n<li><strong>What’s new for developers:</strong> <a href=\"https://developer.wordpress.org/news/2025/12/whats-new-for-developers-december-2025/\">December</a>, <a href=\"https://developer.wordpress.org/news/2026/01/whats-new-for-developers-january-2026/\">January</a>, <a href=\"https://developer.wordpress.org/news/2026/02/whats-new-for-developers-february-2026/\">February</a>, <a href=\"https://developer.wordpress.org/news/2026/03/whats-new-for-developers-march-2026/\">March</a></li>\n\n\n\n<li>7.0 Field Guide</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"assets\">Assets </h3>\n\n\n\n<p class=\"wp-block-paragraph\">In this <a href=\"https://drive.google.com/drive/u/0/folders/1s3vR7M60U7RcjKCu9Y5GHUo-SDA50jSP\">Google Drive folder</a> you can view all assets in this document.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"tags\">Tags</h2>\n\n\n\n<p class=\"wp-block-paragraph\">To make this document easier to navigate based on specific audiences, the following tags are used liberally: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>[end user]</strong>: end user focus. </li>\n\n\n\n<li><strong>[theme builder]</strong>: block or classic theme author. </li>\n\n\n\n<li><strong>[plugin author]</strong>: plugin author, whether block or otherwise.</li>\n\n\n\n<li><strong>[developer]</strong>: catch-all term for more technical folks. </li>\n\n\n\n<li><strong>[site admin]</strong>: this includes a “builder” type. </li>\n\n\n\n<li><strong>[enterprise]</strong>: specific items that would be of interest to or particularly impact enterprise-level folks</li>\n\n\n\n<li><strong>[all]</strong>: broad impact to every kind of WordPress user. </li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">How can you use these? Use your browser&#8217;s <strong>Find</strong> capability and search for the string including the brackets. Then use the arrows to navigate through the post from one result to the next. </p>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\">Short video on how to use the tags to navigate the post. \n<p class=\"wp-block-paragraph\"></p>\n\n\n\n		<figure class=\"wp-block-jetpack-videopress jetpack-videopress-player\">\n			<div class=\"jetpack-videopress-player__wrapper\"> </div>\n			\n			\n		</figure>\n		</details>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"priority-items-for-wordpress-7-0\">Priority items for WordPress 7.0 </h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"real-time-collaboration-rtc-enterprise-site-admin\">Real-Time Collaboration (RTC) <sup>[enterprise][site admin]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">Multiple users can now work on the same page at the same time, seeing each other&#8217;s changes as they happen. No more &#8220;someone else is editing this&#8221; warnings. Whether you&#8217;re co-writing a post, reviewing a layout, or making last-minute edits before publishing, everyone stays in sync without leaving the editor. </p>\n\n\n\n<p class=\"wp-block-paragraph\">It represents the biggest step toward achieving full collaborative editing, not only for newsrooms and big publishing houses.  It also simplifies working on a site editing for agencies and their clients as well as designers and writers working together on a post. </p>\n\n\n\n<p class=\"wp-block-paragraph\">A presence indicator in the editor header shows who’s currently editing. Under the hood, title, content, and excerpt now sync via <code>Y.text</code> for more granular conflict resolution, and numerous reliability fixes address disconnection handling, revision restores, and performance metrics. (<a href=\"https://github.com/WordPress/gutenberg/pull/75286\">75286</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/75398\">75398</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/75065\">75065</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/75448\">75448</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/75595\">75595</a>).</p>\n\n\n\n<p class=\"wp-block-paragraph\">You can enable the feature via <strong>Settings &gt; Writing</strong>. Check the box next to <strong>Enable early access to real-time collaboration</strong>, in the <strong>Collaboration</strong> section. </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-44905\" height=\"221\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Collaboration-Settings-Writing.png?resize=652%2C221&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The infrastructure implementation uses HTTP polling for universal compatibility,  CRDT (Conflict-free Replicated Data Type) update data is stored persistently in post_meta on a special internal <code>wp_sync_storage</code> post type (one per &#8220;room&#8221;/document). </p>\n\n\n\n<p class=\"wp-block-paragraph\">The sync provider architecture is designed so that the storage and transport layer can be swapped out. Updates are batched and periodically compacted. WordPress code initially limits simultaneous collaborators to two to protect hosts. (<a href=\"https://core.trac.wordpress.org/ticket/64622\">64622</a>). </p>\n\n\n\n<p class=\"wp-block-paragraph\">Hosting companies have the option to add a different provider. There will be a <code>wp-config</code> constant that can be used to change the defaults. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Introduces JavaScript filters to allow third party developers to slow down or speed up polling via the RTC client. (<a href=\"https://github.com/WordPress/gutenberg/pull/76518\">76518</a>).</p>\n\n\n\n<p class=\"wp-block-paragraph\">For more details, check out the Dev Note <a href=\"https://make.wordpress.org/core/2026/03/10/real-time-collaboration-in-the-block-editor/\"><strong>Real-Time Collaboration in the Block Editor</strong></a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Update:</strong> </p>\n\n\n\n<p class=\"wp-block-paragraph\">Since October, WordPress VIP beta participants — spanning newsrooms, research institutions, and enterprise publishers — tested the real-time collaboration against live editorial workflows, reporting back what worked, what broke, and what they couldn’t live without. Their voices didn’t just validate the feature — they shaped it.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Matias Ventura explains why <a href=\"https://make.wordpress.org/core/2026/03/31/extending-the-7-0-cycle/\">the WordPress 7.0 cycle is being extended by a few weeks</a>: the real-time collaboration feature needs more time to nail its data architecture. After Matt Mullenweg, co-founder of WordPress, expressed a preference to revisit the proposed custom table for syncing presence and content changes, the team is refining the design before committing. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The proposal for custom table to keep a record of the changes to a post/page from each browser window, was discussed in the trac ticket (<a href=\"https://core.trac.wordpress.org/ticket/64696\">64696</a>) </p>\n\n\n\n<p class=\"wp-block-paragraph\">Plugin developers relying on metaboxes will want to take note — collaborative editing is disabled when metaboxes are present, making this cycle your window to migrate.</p>\n</blockquote>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-44945\" height=\"397\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Real-time-collaboration.png?resize=652%2C397&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"navigation-overlays-and-more-theme-builder-plugin-author-site-admin\">Navigation Overlays and more <sup>[theme builder][plugin author] [site admin]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">Navigation blocks now have customizable overlays and give user full control over mobile hamburger menus. A prominent <strong>Create overlay</strong> button in the side bar guides you through the setup, providing a selection of patterns to achieve various designs for your overlay. WordPress 7.0 comes with multiple built-in patterns including centered navigation, accent backgrounds, and black backgrounds. New blocks default to &#8220;always&#8221; showing overlays. The Navigation block sidebar section also shows a preview of the selected overlay template parts. You can also access the list of Navigation Overlays via <strong>Appearance &gt; Editor &gt; Patterns &gt; Template Parts.</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On GitHub you&#8217;ll find a list of all the <a href=\"https://github.com/WordPress/gutenberg/issues?q=state%3Aclosed%20label%3A%22%5BFeature%5D%20Navigation%20Overlays%22%20label%3A%22%5BType%5D%20Enhancement%22\">Navigation Overlay enhancements</a>. </li>\n\n\n\n<li>The dev note <a href=\"https://make.wordpress.org/core/2026/03/04/customisable-navigation-overlays-in-wordpress-7-0/\">Customizable Navigation Overlays in WordPress 7.0</a> has everything you need to know.</li>\n</ul>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\" id=\"block-697b3ef0-955a-4413-82a1-bf3bb5f25f68\"><img alt=\"\" class=\"wp-image-45002\" height=\"607\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Create-Overlay.png?resize=589%2C607&#038;ssl=1\" style=\"width: 541px; height: auto;\" width=\"589\" /></figure>\n</div></div></div>\n\n\n\n<p class=\"wp-block-paragraph\">To make it easier for users to create custom overlays for their mobile navigation, four new patterns are now available for the navigation overlay template parts:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/74847\">Overlay with black background</a> </li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/74849\">Overlay with accent background</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/74862\">Centered navigation with info</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/74861\">Centered navigation</a></li>\n</ul>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-45003\" height=\"979\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/navigation-overlay-patterns.png?resize=652%2C979&#038;ssl=1\" width=\"652\" /></figure>\n</div></div>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Submenus: Always visible option</strong>: Users can now add navigation blocks to their overlays and toggle if they’d like to have the submenus always visible or not. (<a href=\"https://github.com/WordPress/gutenberg/pull/74653\">74653</a>)</li>\n\n\n\n<li><strong>Page Creation in Navigation</strong>: Create pages directly from the Navigation block with helpful Snackbar notices and improved parent page search using relevance matching <a href=\"https://github.com/WordPress/gutenberg/pull/72627\">(72627</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/73836\">73836</a>).</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"treating-patterns-like-a-single-block-all\">Treating patterns like a single block <sup>[all]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">Get ready for a smoother, more intuitive experience when using patterns in WordPress 7.0.  It’s becoming much easier to customize your site&#8217;s design sections with a simplified editing workflow and an improved content-focused mode. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Users naturally stay in the safe lane without accidentally breaking designs. Agencies can hand off a site knowing clients can&#8217;t wreck the layout by default — they&#8217;d have to deliberately choose to go deeper.</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What&#8217;s New for Patterns:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Quick Content Edits:</strong> When you select a pattern, instead of seeing a list of individual blocks, you&#8217;ll see a clean, expanded inspector panel. This panel exposes all the editable text and image fields directly, organized for easy access. </li>\n\n\n\n<li><strong>Content-Only Focus:</strong> Patterns will now default to a <strong>Content-Only</strong> editing mode. This simplifies the experience by letting you quickly fill in the content without seeing all the underlying design tools.</li>\n\n\n\n<li><strong>Full Customization (If You Need It):</strong> If you <em>do</em> need to change the structure or design of a pattern, you can simply &#8220;detach&#8221; it. This gives you full access to all the individual blocks, just like before. Use the <strong>Edit Pattern</strong> button from the sidebar.</li>\n\n\n\n<li><strong>A Unified Experience:</strong> This new approach makes patterns feel like single, smart design objects with easy-to-update attributes, whether you&#8217;re using a pattern, a design section, or a partially synced pattern.</li>\n</ul>\n\n\n\n		<figure class=\"wp-block-jetpack-videopress jetpack-videopress-player\">\n			<div class=\"jetpack-videopress-player__wrapper\"> </div>\n			\n			\n		</figure>\n		\n\n\n<p class=\"wp-block-paragraph\">Head over to the dev note <a href=\"https://make.wordpress.org/core/?p=122085&amp;preview=1&amp;_ppp=5a7fd37ffc\">Pattern Editing in WordPress 7.0</a> for the full picture. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"ai-in-wordpress-enterprise-developers-site-admin\">AI in WordPress <sup>[enterprise][developers][site admin]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 ships with a WP AI client API and a built-in Connectors screen — a centralized hub for managing all kinds of external service integrations, not just AI providers. Connect to OpenAI, Claude, or Gemini and WordPress automatically installs the right plugin and prompts you for your API key. Developers get a consistent framework to build on—enabling features like content generation, block building, and theme creation without reinventing the plumbing every time. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The new Connectors page also sports a shout-out to the <a href=\"https://wordpress.org/plugins/ai/\">AI Experiments plugin</a> if users want to see AI features, like title, excerpt, or alt-text generation, in action.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-44916\" height=\"415\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Connectors-Page-WordPress-7-0.png?resize=652%2C415&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">But the real value of this Connectors API is broader: any plugin that needs to connect to an outside service via API keys or other credentials can tap into this standardized connection management system. Users get one place to maintain all their integrations. And plugin developer a standardized way to tap into the plumbing.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Read the dev note <a href=\"https://make.wordpress.org/core/2026/03/18/introducing-the-connectors-api-in-wordpress-7-0/\"><strong>Introducing the Connectors API in WordPress 7.0</strong></a> for all the salient details. </li>\n\n\n\n<li>The Core AI team also published a <a href=\"https://make.wordpress.org/ai/2026/03/25/call-for-testing-community-ai-connector-plugins/\"><strong>Call for Testing: Community AI Connector Plugins</strong></a>.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"visual-revisions-all\">Visual Revisions<sup> [all]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">How revisions work for the block editor was completely reimagined. The visual Revisions screen keeps you in the editor the entire time, activating a subtle revision mode right where you work, eliminating the need to jump to a separate screen. A timeline slider in the header allows you to browse through different versions, seeing content updates in real-time.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The system highlights visual differences, showing added and removed text, formatting changes, and outlining modified blocks instead of raw code. For long documents, a mini-map along the scrollbar indicates where changes exist, letting you jump directly to them, and the sidebar remains useful with a summary of the changes for the current revision. To simplify reverting, the &#8220;Update&#8221; or &#8220;Publish&#8221; button is replaced by a &#8220;Restore&#8221; button when you are browsing the history (<a href=\"https://github.com/WordPress/gutenberg/issues/74742\">74742</a>).</p>\n\n\n\n<p class=\"wp-block-paragraph\">Yellow marks a changed section/block, in red you’ll find deletions and green are additions compared to the early version. </p>\n\n\n\n		<figure class=\"wp-block-jetpack-videopress jetpack-videopress-player\">\n			<div class=\"jetpack-videopress-player__wrapper\"> </div>\n			\n			\n		</figure>\n		\n\n\n<p class=\"wp-block-paragraph\"><strong>Wes Theron</strong> has a short video on <a href=\"https://www.youtube.com/watch?v=PWN3d2KUNKk\">How to restore previous versions of a page or post in WordPress</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Anne McCarthy also gives a great walk through the screens on Youtube:</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"new-blocks\">New Blocks</h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"breadcrumbs-block-all\">Breadcrumbs Block <sup>[all]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">The new native Breadcrumbs block in WordPress 7.0 provides dynamic navigational trails for the Site Editor. It automatically generates paths from the homepage to the current page, adapting to context.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The block handles hierarchical pages (e.g., &#8220;Home / Services / Web Design / Portfolio&#8221;) and includes taxonomy for blog posts (e.g., &#8220;Home / Technology / Your Post Title&#8221;). Beyond simple pages, it correctly constructs paths for archive pages (category, tag, author, date), search results, and 404 errors. For Custom Post Types, it includes the post type archive in the trail.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"Breadcrumbs block displaying post categories WordPress 7.0\" class=\"wp-image-44940\" height=\"227\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Breadcrumbs-flore-flowers.png?resize=652%2C227&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The block offers alignment options (left, center, right, wide/full), as well as other block design options. Additional settings are available for showing the last item as text or a link and consistent homepage handling (<a href=\"https://github.com/WordPress/gutenberg/issues/72649\">72649</a>).</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-44951\" height=\"898\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/gb-22-2-breadcrumb.png?resize=652%2C898&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The dev note <a href=\"https://make.wordpress.org/core/2026/03/04/breadcrumb-block-filters/\">Breadcrumb block filters</a> has the details. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"icon-block-all\">Icon Block <sup>[all]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">The new Icon block empowers users to add decorative icons from a curated collection to their content. It utilizes a new server-side SVG Icon Registration API, ensuring icon registry updates propagate without block validation errors. </p>\n\n\n\n<p class=\"wp-block-paragraph\">The initial release is limited as it doesn&#8217;t yet allow registering third-party icon collections. Extensibility for third-party icon registration is planned for future release in 7.1, following further development on the Icon registry API architecture. A REST endpoint at <code>/wp/v2/icons</code> supports searching and filtering. The initial set draws from the <code>wordpress/icons</code> package (<a href=\"https://github.com/WordPress/gutenberg/pull/71227\">71227</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/72215\">72215</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/75576\">75576</a>).</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"List of directions, illustrated with the icon block\" class=\"wp-image-44938\" height=\"192\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/icon-block.png?resize=652%2C192&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-editor-enhancements\">Block Editor enhancements</h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"custom-css-for-individual-blocks-enduser-site-admin-theme-builder\">Custom CSS for Individual Blocks <sup>[enduser][site admin] [theme builder]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">Previously, applying custom CSS to a block instance required adding a custom class name and then writing a rule in the Site Editor’s global Custom CSS. This two-step process was complex for most users and inaccessible to content editors without Site Editor access.</p>\n\n\n\n<p class=\"wp-block-paragraph\">A new custom CSS block support introduces a Custom CSS input to the <strong>Advanced</strong> panel within the block editor sidebar, conveniently placed next to the familiar &#8220;Additional CSS Class(es)&#8221; field. You only need to add the CSS declarations (no selectors!) If you do need to target nested elements, use the &amp; symbol (for example, &amp; a { color: red; }). This field is focused purely on styling and will reject any HTML input. The field is guarded by the <code>edit_css capability</code> to see and use this powerful new field. The editor automatically adds a has-custom-css class for styling consistency. <a href=\"https://github.com/WordPress/gutenberg/pull/73959\">#73959</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/74969\">#74969</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-44920\" height=\"412\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Block-level-custom-CSS.png?resize=652%2C412&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">Dive into the dev note <strong><a href=\"https://make.wordpress.org/core/2026/03/15/custom-css-for-individual-block-instances-in-wordpress-7-0/\">Custom CSS for Individual Block Instances</a></strong> for the complete rundown.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"control-viewport-based-block-visibility-all\">Control viewport-based block visibility <sup>[all]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">When you&#8217;re editing a post or page, you can now choose to show or hide any block depending on the visitor&#8217;s screen size. Select a block, click <strong>Show</strong> in the toolbar, and pick which devices — desktop, tablet, or mobile — should display it. You can also hide a block from the document entirely through the same modal. </p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-full is-resized wp-duotone-unset-1\"><img alt=\"\" class=\"wp-image-44980\" height=\"282\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/note-on-visibility.png?resize=573%2C282&#038;ssl=1\" style=\"width: 519px; height: auto;\" width=\"573\" /></figure>\n</div></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-44944\" height=\"429\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Block-visiblity.png?resize=652%2C429&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">For the nitty-gritty, see the dev note <a href=\"https://make.wordpress.org/core/2026/03/15/block-visibility-in-wordpress-7-0/\">Block Visibility in WordPress 7.0</a>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Anne McCarthy walks you through the feature: </p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"anchor-support-for-dynamic-blocks-developer-plugin-author\">Anchor support for dynamic blocks <sup>[developer][plugin author]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">Dynamic blocks now support Anchor (id attribute) functionality. The anchor reference is consistently stored within the block comment delimiter, enabling dynamic rendering on the front end. (<a href=\"https://github.com/WordPress/gutenberg/pull/74183\">74183</a>)</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"paste-color-values-in-the-color-picker-end-user-theme-builder-site-admin\">Paste color values in the color picker <sup>[end user][theme builder] [site admin]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">Color pickers throughout the block styles sidebar, now offer support for pasting complete color values. You can now copy/paste the brand colors from a design document or website into the color picker box and don&#8217;t have to go through the process of selecting the right color and hue<a href=\"https://github.com/WordPress/gutenberg/pull/73166\"> (73166</a>).</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"dimension-support-for-width-and-height-theme-builder-site-admin\">Dimension support for width and height <sup>[theme builder][site admin]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 expands the Dimensions block supports system with three significant improvements: <strong>width</strong> and <strong>height</strong> are now available as standard block supports under dimensions, and themes can now define <strong>dimension size presets</strong> to give users a consistent set of size options across their site.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The Dev Note <a href=\"https://make.wordpress.org/core/2026/03/15/dimensions-support-enhancements-in-wordpress-7-0/\">Dimensions Support Enhancements in WordPress 7.0</a> has the details for block.development and theme builders.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"email-notifications-for-notes-all\">Email notifications for Notes <sup>[all]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">Collaborators can now get notified when someone leaves a note on their content. No more checking back constantly (<a href=\"https://github.com/WordPress/gutenberg/pull/73645\">73645</a>).</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"block-attributions-groups-in-the-sidebar-all\">Block Attributions Groups in the sidebar <sup>[all]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">The block editor sidebar is being reorganized to make controls easier to find. Block settings will be grouped into four clear sections: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Content</strong> (text, images, captions), </li>\n\n\n\n<li><strong>List</strong> (reordering and nesting for blocks like Lists and Social Icons), </li>\n\n\n\n<li><strong>Settings</strong> (block-specific options), and </li>\n\n\n\n<li><strong>Styles</strong> (typography, colors, spacing). </li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">This means you won&#8217;t need to hunt through toolbars or scattered panels — everything will live in a predictable place in the sidebar. Connected data sources will also appear directly next to the attributes they affect, so you can see at a glance what&#8217;s linked and where. It also means that for the transition a reordering of the sidebar and controls to be in different place than before. For instance. For an image block that includes the “Alt” text setting is now to be found in the content tab rather than the settings tab.  (<a href=\"https://github.com/WordPress/gutenberg/issues/73845\">73845</a>)</p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s an example of the implementation for Patterns:</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-44943\" height=\"399\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Pattern-Attributes-in-Sidebar.png?resize=652%2C399&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"link-control-validation-end-user-site-admin\">Link Control validation <sup>[end user] [site admin]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">The Link Control component in Gutenberg now validates the URLs, you enter helping to avoid broken links (<a href=\"https://github.com/WordPress/gutenberg/pull/73486\">73486</a>).</p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-44950\" height=\"181\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Link-control-variation.png?resize=531%2C181&#038;ssl=1\" width=\"531\" /></figure>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"improved-blocks-and-block-handling\">Improved Blocks and Block handling</h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"pseudo-styles-for-button-blocks-theme-builder-site-admin\">Pseudo Styles for Button Blocks <sup>[theme builder][site admin] </sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">Theme designers and developers can now style button states (hover, focus, active, and focus visible) directly within the theme.json, making it much easier to keep all design controls centralized and consistent. This reduces the reliance on custom CSS for things like button hover states (<a href=\"https://github.com/WordPress/gutenberg/pull/71418\">71418</a>). </p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\"><span>JSON</span><span class=\"code-block-pro-copy-button\" style=\"color: #575279; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">{\n    \"styles\": {\n        \"blocks\":{\n                \"core/button\":{\n                    \"color\":{\n                        \"background\":\"blue\"\n                    },\n                    \":hover\":{\n                        \"color\":{\n                        \"background\":\"green\"\n                        }\n                    },\n                    \":focus\":{\n                        \"color\":{\n                        \"background\":\"purple\"\n                        }\n                    }\n                }\n            }\n    }\n}\n</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki rose-pine-dawn\" style=\"background-color: #faf4ed;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #797593;\">{</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">    </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">styles</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:</span><span style=\"color: #575279;\"> </span><span style=\"color: #797593;\">{</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">        </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">blocks</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:{</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">                </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">core/button</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:{</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">                    </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">color</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:{</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">                        </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">background</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:</span><span style=\"color: #EA9D34;\">&quot;blue&quot;</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">                    </span><span style=\"color: #797593;\">},</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">                    </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">:hover</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:{</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">                        </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">color</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:{</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">                        </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">background</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:</span><span style=\"color: #EA9D34;\">&quot;green&quot;</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">                        </span><span style=\"color: #797593;\">}</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">                    </span><span style=\"color: #797593;\">},</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">                    </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">:focus</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:{</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">                        </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">color</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:{</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">                        </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">background</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:</span><span style=\"color: #EA9D34;\">&quot;purple&quot;</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">                        </span><span style=\"color: #797593;\">}</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">                    </span><span style=\"color: #797593;\">}</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">                </span><span style=\"color: #797593;\">}</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">            </span><span style=\"color: #797593;\">}</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">    </span><span style=\"color: #797593;\">}</span></span>\n<span class=\"line\"><span style=\"color: #797593;\">}</span></span>\n<span class=\"line\"></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">More details are available in the Dev Note: <a href=\"https://make.wordpress.org/core/2026/03/09/pseudo-element-support-for-blocks-and-their-variations-in-theme-json/\">Pseudo-element support for blocks and their variations in theme.json</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"extra-divs-removed-from-blocks-in-the-editor-theme-builder-developer-site-admin\">Extra divs removed from blocks in the editor <sup>[theme builder][developer][site admin] </sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 introduced a new <code>HtmlRenderer</code> component, which renders HTML content as React elements with optional wrapper props. For theme authors, this means that several blocks will no longer have an extra wrapping <code>&lt;div&gt;</code> in the editor, allowing for consistent styling with the front end (<a href=\"https://github.com/WordPress/gutenberg/pull/74228\">74228</a>).</p>\n\n\n\n<p class=\"wp-block-paragraph\">Blocks that have been fixed are:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/74255\">Archives</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/74271\">Calendar</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/74277\">Latest Comments</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/74272\">RSS</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/74228\">Tag Cloud</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"universal-text-alignment-all\">Universal Text Alignment <sup>[all]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">Nearly all text blocks now support the standardized text-align block support system, including Paragraph, Button, Comment blocks, Heading, and Verse. Plus, text justify alignment is now available. See <a href=\"https://github.com/WordPress/gutenberg/issues/60763\">tracking issue</a> to follow along on the progress (<a href=\"https://github.com/WordPress/gutenberg/issues/60763\">60763</a>).</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"cover-block-video-embeds-site-admin-end-user\">Cover Block Video Embeds <sup>[site admin][end user]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">For the Cover block this release comes with the ability to use embedded videos (like YouTube or Vimeo) as background videos in the Cover block, rather than being restricted to locally uploaded files. Offloading video to 3rd-party services helps reduce hosting and bandwidth costs. Also, the focal pointer is now available for fixed background. (<a href=\"https://github.com/WordPress/gutenberg/pull/73023\">#73023</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/74600\">#74600</a>).</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-44953\" height=\"416\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/gb-22-2-embed-1.png?resize=652%2C416&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"gallery-block\">Gallery Block </h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"lightbox-navigation-site-admin-end-user\">Lightbox navigation <sup>[site admin][end user]</sup></h4>\n\n\n\n<p class=\"wp-block-paragraph\">The Gallery block’s “Enlarge on click” lightbox now lets you navigate between images. When you click a gallery image, back/next buttons appear so you can browse through the rest of the gallery without closing the lightbox. Keyboard navigation (arrow keys) and screen reader announcements are fully supported. It also works with swiping on mobile, however the swiping isn’t yet visual/animated.  (<a href=\"https://github.com/WordPress/gutenberg/pull/62906\">62906</a>) and lightbox items still miss captions.</p>\n\n\n\n		<figure class=\"wp-block-jetpack-videopress jetpack-videopress-player\">\n			<div class=\"jetpack-videopress-player__wrapper\"> </div>\n			\n			\n		</figure>\n		\n\n\n<h4 class=\"wp-block-heading\" id=\"content-tab-in-sidebar-site-admin-end-user\">Content Tab in sidebar <sup>[site admin][end user]</sup></h4>\n\n\n\n<p class=\"wp-block-paragraph\">For fast access to Alt text box the sidebar of the Gallery block shows a new content tab in the sidebar. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-44958\" height=\"340\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Gallery-content-sidebar-edited.png?resize=652%2C340&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"responsive-grid-block-site-admin-end-user-theme-builder\">Responsive Grid Block <sup>[site admin][end user][theme builder]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">The Grid block is now responsive even when you set a column count. Previously, you had to choose between setting a minimum column width (responsive, Auto mode) or a fixed column count (Manual mode)—a binary toggle that confused many users. Now you can set both: when you do, the column count becomes a <em>maximum</em>, and the grid scales down responsively based on your minimum column width. </p>\n\n\n\n<p class=\"wp-block-paragraph\">You can set neither, either, or both—the block handles all combinations gracefully. The confusing Auto/Manual toggle is gone entirely, replaced by clearer &#8220;minimum width&#8221; and &#8220;columns&#8221; labels with a plain-language description explaining the relationship between the two controls.. (<a href=\"https://github.com/WordPress/gutenberg/pull/73662\">73662</a>)</p>\n\n\n\n		<figure class=\"wp-block-jetpack-videopress jetpack-videopress-player\">\n			<div class=\"jetpack-videopress-player__wrapper\"> </div>\n			\n			\n		</figure>\n		\n\n\n<h3 class=\"wp-block-heading\" id=\"heading-block-variations-site-admin-end-user\">Heading block variations <sup>[site admin][end user]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">Each heading level (H1-H6) is now registered as a block variation on the Heading block. These do not appear in the inserter, but the change does add icons to the block’s sidebar for transforming it between variations (<a href=\"https://github.com/WordPress/gutenberg/pull/73823\">73823</a>).</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-44963\" height=\"334\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Heading-handling.png?resize=652%2C334&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"html-block-enhancement-site-admin-themebuilder-end-user\">HTML Block Enhancement <sup>[site admin] [themebuilder] [end user]</sup> </h3>\n\n\n\n<p class=\"wp-block-paragraph\">The HTML block was redesigned to work now as a modal-based editor featuring separate tabs for HTML, CSS, and JavaScript. Admin can now use it for more powerful customizations, when HTML JS and CSS work on a single block. (<a href=\"https://github.com/WordPress/gutenberg/pull/73108\">73108</a>).  </p>\n\n\n\n		<figure class=\"wp-block-jetpack-videopress jetpack-videopress-player\">\n			<div class=\"jetpack-videopress-player__wrapper\"> </div>\n			\n			\n		</figure>\n		\n\n\n<h3 class=\"wp-block-heading\" id=\"image-block-inline-editing-and-controls-site-admin-end-user\">Image block inline editing and controls <sup>[site admin][end user]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 comes with a revamp of the image editing feature in the editor. It’s now easier to crop, rotate or zoom in on a particular image corner. (<a href=\"https://github.com/WordPress/gutenberg/pull/72414\">#72414</a>) (<a href=\"https://github.com/WordPress/gutenberg/pull/73277\">#73277</a>).</p>\n\n\n\n		<figure class=\"wp-block-jetpack-videopress jetpack-videopress-player\">\n			<div class=\"jetpack-videopress-player__wrapper\"> </div>\n			\n			\n		</figure>\n		\n\n\n<h4 class=\"wp-block-heading\" id=\"advanced-image-controlsimage-block-now-supports-the-focal-point-control-and-aspect-ratio-adjustments-for-wide-and-full-alignments-plus-reorganized-inspector-controls-with-a-dedicated-content-tab-73115-74519-74201\">Advanced Image Controls <sup>[site admin][end user]</sup></h4>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"advanced-image-controlsimage-block-now-supports-the-focal-point-control-and-aspect-ratio-adjustments-for-wide-and-full-alignments-plus-reorganized-inspector-controls-with-a-dedicated-content-tab-73115-74519-74201\">Image block now supports the focal point control and aspect ratio adjustments for wide and full alignments, plus reorganized inspector controls with a dedicated content tab. <a href=\"https://github.com/WordPress/gutenberg/pull/73115\">#73115</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/74519\">#74519</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/74201\">#74201</a></p>\n\n\n\n		<figure class=\"wp-block-jetpack-videopress jetpack-videopress-player\">\n			\n			\n			\n		</figure>\n		\n\n\n<h3 class=\"wp-block-heading\" id=\"math-block-improvements-end-users-site-admin\">Math Block Improvements <sup>[end users][site admin]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">LaTeX input now uses a monospaced font, and style options are available for better mathematical expression editing (<a href=\"https://github.com/WordPress/gutenberg/pull/72557\">72557</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/73544\">73544</a>).</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-44972\" height=\"425\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Mathblock-updates-wp70.png?resize=652%2C425&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"paragraph-all\">Paragraph <sup>[all]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">A new typography tool has been added for specifying the line indent of paragraph blocks (<a href=\"https://github.com/WordPress/gutenberg/pull/73114\">73114</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/74889\">74889</a>). Users and theme creators can specify line indentation rules for a single paragraph block and also at global styles / theme.json level for all paragraph blocks. For global styles and theme.json, it’s possible to choose whether all paragraphs or only subsequent paragraphs are indented, which accounts for different indentation standards around the world.</p>\n\n\n\n<p class=\"wp-block-paragraph\">The dev note on <strong><a href=\"https://make.wordpress.org/core/2026/03/15/new-block-support-text-indent-textindent/\">the new <code>textIndent</code> block support</a> </strong>has all the details for developers working on blocks or themes.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-44985\" height=\"525\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/TextIndent-standard.png?resize=652%2C525&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The example code sets a default indent value of 1.5em globally for paragraphs:</p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\"><span>JSON</span><span class=\"code-block-pro-copy-button\" style=\"color: #575279; display: none;\" tabindex=\"0\"><pre class=\"code-block-pro-copy-button-pre\"><textarea class=\"code-block-pro-copy-button-textarea\" readonly=\"readonly\" tabindex=\"-1\">{\n  \"settings\": {\n    \"typography\": {\n      \"textIndent\": \"true\"\n    }\n  },\n  \"styles\": {\n    \"blocks\": {\n      \"core/paragraph\": {\n        \"typography\": {\n          \"textIndent\": \"1.5em\"\n        }\n      }\n    }\n  }\n}\n</textarea></pre><svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path class=\"with-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path class=\"without-check\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg></span><pre class=\"shiki rose-pine-dawn\" style=\"background-color: #faf4ed;\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #797593;\">{</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">  </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">settings</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:</span><span style=\"color: #575279;\"> </span><span style=\"color: #797593;\">{</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">    </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">typography</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:</span><span style=\"color: #575279;\"> </span><span style=\"color: #797593;\">{</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">      </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">textIndent</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:</span><span style=\"color: #575279;\"> </span><span style=\"color: #EA9D34;\">&quot;true&quot;</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">    </span><span style=\"color: #797593;\">}</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">  </span><span style=\"color: #797593;\">},</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">  </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">styles</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:</span><span style=\"color: #575279;\"> </span><span style=\"color: #797593;\">{</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">    </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">blocks</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:</span><span style=\"color: #575279;\"> </span><span style=\"color: #797593;\">{</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">      </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">core/paragraph</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:</span><span style=\"color: #575279;\"> </span><span style=\"color: #797593;\">{</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">        </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">typography</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:</span><span style=\"color: #575279;\"> </span><span style=\"color: #797593;\">{</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">          </span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #56949F;\">textIndent</span><span style=\"color: #797593;\">&quot;</span><span style=\"color: #797593;\">:</span><span style=\"color: #575279;\"> </span><span style=\"color: #EA9D34;\">&quot;1.5em&quot;</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">        </span><span style=\"color: #797593;\">}</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">      </span><span style=\"color: #797593;\">}</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">    </span><span style=\"color: #797593;\">}</span></span>\n<span class=\"line\"><span style=\"color: #575279;\">  </span><span style=\"color: #797593;\">}</span></span>\n<span class=\"line\"><span style=\"color: #797593;\">}</span></span>\n<span class=\"line\"></span></code></pre></div>\n\n\n\n<p class=\"wp-block-paragraph\">More details can be learned in the Dev Note: <a href=\"https://make.wordpress.org/core/?p=121744&amp;preview=1&amp;_ppp=b05f93cb55\">New Block Support: Text Indent (textIndent) </a></p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"columns-in-paragraph-blocks-all\">Columns in Paragraph blocks <sup>[all]</sup></h4>\n\n\n\n<p class=\"wp-block-paragraph\">Now that there is block support for typographical columns, the paragraph block can now handle text columns by default (<a href=\"https://github.com/WordPress/gutenberg/pull/74656\">74656</a>).</p>\n\n\n\n<p class=\"wp-block-paragraph\">On the front-end only, the Paragraph block now has a <code>.wp-block-paragraph</code> class. This change doesn’t affect global styles, which still use the <code>p</code> selector.(<a href=\"https://github.com/WordPress/gutenberg/pull/71207\">71207</a>)</p>\n\n\n\n		<figure class=\"wp-block-jetpack-videopress jetpack-videopress-player\">\n			<div class=\"jetpack-videopress-player__wrapper\"> </div>\n			\n			\n		</figure>\n		\n\n\n<h3 class=\"wp-block-heading\" id=\"query-loop-enhancements-all\">Query Loop Enhancements <sup>[all]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">Query loops now support excluding terms. When the block is locked it now hides design change and choose pattern options. <a href=\"https://github.com/WordPress/gutenberg/pull/73790\">#73790</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/74160\">#74160</a></p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-44986\" height=\"527\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Exclude-Terms-Query-block.png?resize=652%2C527&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"verse-block-renamed-to-poetry-all\">Verse Block, renamed to Poetry <sup>[all]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">The Verse Block has been renamed to Poetry block (<a href=\"https://github.com/WordPress/gutenberg/pull/74722\">74722</a>) Also it now utilizes <code>border-box</code> for its <code>box-sizing</code>, which guards against overflow issues and should make it easier to style without additional custom CSS.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"admin-workflow-updates\">Admin / Workflow updates </h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"manage-fonts-for-all-themes-in-a-dedicated-page-site-admin-theme-builder-enterprise\">Manage fonts for all themes in a dedicated page <sup>[site admin][theme builder] [enterprise]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">A dedicated Fonts page is now available under the Appearance menu for all themes. Until now, font management has lived deep inside Global Styles, requiring navigation through several panels to install or preview a font. This new standalone page lets block theme users browse, install, and manage their typography collection in one dedicated space. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Under the hood, this page is built on a new routing infrastructure for the Site Editor, designed to improve navigation and support new top-level pages in wp-admin. View transitions are now wired into this routing layer, providing early zoom/slide animations when navigating between pages (<a href=\"https://github.com/WordPress/gutenberg/pull/73630\">73630</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/73876\">73876</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/73586\">73586</a>).</p>\n\n\n\n<p class=\"wp-block-paragraph\">The Font Library and Global Styles also work with classic themes (<a href=\"https://github.com/WordPress/gutenberg/pull/73971\">#73971</a>,<a href=\"https://github.com/WordPress/gutenberg/pull/73876\"> #73876</a>). Like the Media Library, you can access the Font Library as a modal or through a dedicated admin section—regardless of your theme type.</p>\n\n\n\n<figure class=\"wp-block-image\"><img alt=\"\" src=\"blob:https://gutenbergtimes.com/e8865866-45a0-4807-94ac-02a8257ce1dd\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"command-palette-in-adminbar-all\">Command Palette in Adminbar <sup>[all]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">Instantly access all the tools you need with a single click using the <strong>new Command Palette shortcut in the Omnibar</strong>! In 7.0 Beta 5, logged-in editors will see a field with a ⌘K or Ctrl+K symbol in the upper admin bar that unfurls the command palette when clicked. The new command palette entry point streamlines navigation and customization, giving you full control from anywhere on your site – whether you’re editing, designing or just browsing plugins.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"view-transitions-all\">View Transitions  <sup>[all]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">View transitions have been integrated into the WordPress admin in 7.0, enabling smooth transitions between screens.  The implementation for the front end is slated for the next WordPress 7.1 (<a href=\"https://core.trac.wordpress.org/ticket/64470\">64470</a>) The result is a smoother page-to-page transitions using the CSS <a href=\"https://developer.mozilla.org/en-US/docs/Web/API/View_Transition_API\">View Transitions API </a>— no markup or JavaScript changes required, just a progressive enhancement you&#8217;ll notice immediately when navigating between admin screens.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"improved-screens-across-wp-admin-all\">Improved screens across WP-Admin  <sup>[all]</sup></h3>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 is getting a CSS-only &#8220;coat-of-paint&#8221; visual reskin of the wp-admin, bringing the classic admin screens closer to the visual language of the block and site editors — no markup changes, no JavaScript, no functional changes, and all existing CSS class names and admin color schemes preserved. (<a href=\"https://core.trac.wordpress.org/ticket/64308\">64308</a>)</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>New default color scheme: &#8220;Modern&#8221; replaces &#8220;Fresh&#8221; as the default admin color scheme (#<a href=\"https://core.trac.wordpress.org/ticket/64546\">64546</a>)</li>\n\n\n\n<li>Updated buttons and input fields: primary, secondary, and link buttons, plus text inputs, selects, checkboxes, and radio buttons, now align with the WordPress Design System (#<a href=\"https://core.trac.wordpress.org/ticket/64547\">64547</a>)</li>\n\n\n\n<li>Updated notices: info, warning, success, and error notices refreshed for clarity and consistency (#<a href=\"https://core.trac.wordpress.org/ticket/64548\">64548</a>), including on the login screen</li>\n\n\n\n<li>Updated cards and metaboxes: dashboard widgets and metaboxes get modernized styling (#<a href=\"https://core.trac.wordpress.org/ticket/64549\">64549</a>)</li>\n\n\n\n<li>New <code>wp-base-styles</code> stylesheet handle: consolidates admin color scheme CSS custom properties into a single reusable stylesheet, available across the admin and the block editor content iframe</li>\n\n\n\n<li>Login and registration screens: the WordPress logo updated from blue to gray to match the new design, and scheme styles now apply to login, install, database repair, and upgrade screens</li>\n</ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-44993\" height=\"459\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2026/03/Admin-new-coat-of-paint.png?resize=652%2C459&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"developer-goodies-developer-enterprise\">Developer Goodies <sup>[developer][enterprise]</sup></h2>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"client-side-abilities-api\">Client-side Abilities API </h4>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 ships a JavaScript counterpart to the server-side Abilities API introduced in 6.9. The <a href=\"https://make.wordpress.org/core/2026/03/24/client-side-abilities-api-in-wordpress-7-0/\">Client-Side Abilities API</a> arrives as two packages: <code>@wordpress/abilities</code> for pure state management usable in any project, and <code>@wordpress/core-abilities</code>, which auto-fetches server-registered abilities via the REST API. You can now register browser-only abilities — navigation, block insertion, and more — opening the door to browser agents, extensions, and WebMCP integrations directly in the client. </p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"wp-ai-client\">WP AI Client</h4>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress 7.0 ships a built-in <strong><a href=\"https://make.wordpress.org/core/2026/03/24/introducing-the-ai-client-in-wordpress-7-0/\">AI Client</a>,</strong> that gives your plugin a single, provider-agnostic PHP entry point — <code>wp_ai_client_prompt()</code> — for text, image, speech, and video generation. You describe what you need; WordPress routes it to whichever AI provider the site owner has configured via Settings &gt; Connectors. Official provider plugins cover Anthropic, Google, and OpenAI. No credential handling, no provider lock-in, and graceful feature detection before any UI is shown.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"php-only-block-registration\">PHP-only block registration</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Developers can now create simple blocks using only PHP. This is meant for blocks that only need server-side rendering and aren’t meant to be highly interactive. When possible this feature also auto-generates sidebars for user input for suitable attributes and design tools. </p>\n\n\n\n<p class=\"wp-block-paragraph\">To do so, call <code>register_block_type</code> with the new <code>autoRegister</code> flag. A <code>render_callback</code> function must also be provided. (<a href=\"https://github.com/WordPress/gutenberg/issues/71792\">71792</a>)</p>\n\n\n\n<p class=\"wp-block-paragraph\">Dev note with all the details. <a href=\"https://make.wordpress.org/core/2026/03/03/php-only-block-registration/\">PHP-only block registration</a></p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"pattern-overrides-for-custom-blocks\">Pattern Overrides for custom blocks</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Since WordPress 6.5, <a href=\"https://developer.wordpress.org/news/2024/06/an-introduction-to-overrides-in-synced-patterns/\">Pattern Overrides</a> let you create synced patterns where the layout stays consistent but specific content can change per instance. The catch? Only four core blocks supported it: Heading, Paragraph, Button, and Image.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Not anymore. Any block attribute that supports Block Bindings now supports Pattern Overrides by default. Block authors can opt in through the server-side <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-bindings/#extending-supported-attributes\"><code>block_bindings_supported_attributes</code></a> filter. This closes <a href=\"https://github.com/WordPress/gutenberg/issues/64870\">a long-requested enhancement</a> and opens up synced patterns to custom blocks (<a href=\"https://github.com/WordPress/gutenberg/pull/73889\">73889</a>).</p>\n\n\n\n		<figure class=\"wp-block-jetpack-videopress jetpack-videopress-player\">\n			<div class=\"jetpack-videopress-player__wrapper\"> </div>\n			\n			\n		</figure>\n		\n\n\n<h3 class=\"wp-block-heading\" id=\"dataviews-data-form-components-and-fields-api\">DataViews, Data Form components and Fields API </h3>\n\n\n\n<p class=\"wp-block-paragraph\">A substantial API update introduces new layouts, validation rules, grouping options, and picker improvements affecting plugins using <code>wordpress/dataviews</code>. The Dev Note has all the pertinent details: <a href=\"https://make.wordpress.org/core/2026/03/04/dataviews-dataform-et-al-in-wordpress-7-0/\">DataViews, DataForm, et al. in WordPress 7.0</a></p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"ui-primitives-and-components\">UI Primitives and Components</h3>\n\n\n\n<p class=\"wp-block-paragraph\">The WordPress UI package just got a significant update, adding multiple new components and tools to help developers create more polished and accessible interfaces for WordPress users. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A new dropdown menu for creating <a href=\"https://github.com/WordPress/gutenberg/pull/74661\">standardized select controls</a>.</li>\n\n\n\n<li>A <a href=\"https://github.com/WordPress/gutenberg/pull/74625\">tooltip component</a> for displaying helpful hints when users hover over elements.</li>\n\n\n\n<li>The building blocks for <a href=\"https://github.com/WordPress/gutenberg/pull/74190\">creating form fields</a> with consistent styling and behavior.</li>\n\n\n\n<li>A component that hides content <a href=\"https://github.com/WordPress/gutenberg/pull/74189\">from visual display</a> while keeping it accessible to assistive technologies.</li>\n\n\n\n<li>A <a href=\"https://github.com/WordPress/gutenberg/pull/74415\">standardized button component</a> for creating consistent interactive elements.</li>\n\n\n\n<li>Building blocks for grouping <a href=\"https://github.com/WordPress/gutenberg/pull/74296\">related form controls</a> together (fieldsets).</li>\n\n\n\n<li>A component for <a href=\"https://github.com/WordPress/gutenberg/pull/74311\">displaying icons</a> consistently throughout your WordPress interface.</li>\n\n\n\n<li>A building block for creating consistent <a href=\"https://github.com/WordPress/gutenberg/pull/74313\">layouts around input fields</a> with standardized appearance and functionality.</li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">A list of <a href=\"https://make.wordpress.org/core/tag/dev-notes+7-0/\">all the dev notes can be reviewed from the Make Core blog</a> </p>\n\n\n\n<p class=\"wp-block-paragraph\"></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Mar 2026 16:37:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Open Channels FM: Shaping Data Sovereignty and Internet Resilience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2550900\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://openchannels.fm/navigating-data-sovereignty-and-internet-resilience/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:388:\"In recent years, the concept of data sovereignty has become increasingly important. As more countries introduce or tighten regulations around where and how data must be stored and protected, companies serving the global internet community face a unique set of challenges. These regulatory requirements force hosting providers and infrastructure companies to think not just about [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Mar 2026 11:19:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordPress.org blog: WordPress 7.0 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=20324\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2026/03/wordpress-7-0-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8700:\"<p class=\"wp-block-paragraph\">The second Release Candidate (“RC2”) for WordPress 7.0 is ready for download and testing!</p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC2 on a test server and site.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Reaching this phase of the release cycle is an important milestone. While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 7.0 is the best it can be.</p>\n\n\n\n<p class=\"wp-block-paragraph\">You can test WordPress 7.0 RC2 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream.)</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-7.0-RC2.zip\">RC2 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command: <br /><code>wp core update --version=7.0-RC2</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href=\"https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn\">WordPress Playground instance</a> to test the software directly in your browser.  No setup required – just click and go! </td></tr></tbody></table></figure>\n\n\n\n<p class=\"wp-block-paragraph\">The scheduled final release date for WordPress 7.0 is <strong>April 9, 2026</strong>. The full <a href=\"https://make.wordpress.org/core/2026/02/12/wordpress-7-0-release-party-schedule/\">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who helps with testing!</p>\n\n\n\n<p class=\"wp-block-paragraph\">Please continue checking the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/7-0\">7.0-related posts</a> in the coming weeks for more information.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 7.0 RC2?</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What’s new in WordPress 7.0</strong>? Check out the <a href=\"https://wordpress.org/news/2026/02/wordpress-7-0-beta-1/\">Beta 1 announcement</a> and <a href=\"https://make.wordpress.org/core/tag/dev-notes+7-0/\">7.0 Developer Notes</a> for details and highlights. For technical information related to issues addressed since <a href=\"https://wordpress.org/news/2026/03/wordpress-7-0-release-candidate-1/\">RC1</a>, you can browse the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/7.0?since=2026-03-24&amp;until=2026-03-26\">GitHub commits</a> since March 24, 2026</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F24%2F2026..03%2F26%2F2026&amp;milestone=7.0&amp;group=component&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets</a> since March 24, 2026</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development. The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Get involved in testing</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Testing for issues is crucial to the development of any software. It’s also a meaningful way for anyone to contribute. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Your help testing the WordPress 7.0 RC1 version is key to ensuring that the final release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. This <a href=\"https://make.wordpress.org/test/2026/02/20/help-test-wordpress-7-0/\">detailed guide</a> will walk you through testing features in WordPress 7.0. For those new to testing, follow <a href=\"https://make.wordpress.org/test/handbook/get-setup-for-testing/\">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p class=\"wp-block-paragraph\">What else to test:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/test/2026/03/11/its-time-to-test-real-time-collaboration/\">Real Time Collaboration</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2026/02/27/call-for-testing-pattern-editing-and-content-only-interactivity-in-wordpress-7-0/\">Pattern Editing and content-only Interactivity</a></li>\n</ul>\n\n\n\n<p class=\"wp-block-paragraph\">If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report.  You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>. </p>\n\n\n\n<p class=\"wp-block-paragraph\">Curious about testing releases in general?  Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Test on your hosting platforms</h3>\n\n\n\n<p class=\"wp-block-paragraph\">Web hosts provide vital infrastructure for supporting WordPress and its users. Testing on hosting systems helps inform the development process while ensuring that WordPress and hosting platforms are fully compatible, free of errors, optimized for the best possible user experience, and that updates roll out to customer sites without issue.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Want to test WordPress on your hosting system? <a href=\"https://make.wordpress.org/hosting/test-results-getting-started/\">Get started with configuring distributed hosting tests here</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p class=\"wp-block-paragraph\">For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.</p>\n\n\n\n<p class=\"wp-block-paragraph\">Thanks for continuing to test your themes and plugins with the WordPress 7.0 beta releases. If you haven’t yet, make sure to conclude your testing and update the <em>&#8220;Tested up to”</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin’s readme file</a> to <code>7.0</code>.</p>\n\n\n\n<p class=\"wp-block-paragraph\">If you find compatibility issues, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forum</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p class=\"wp-block-paragraph\">Do you speak a language other than English? ¿Español? Français? Русский? 日本語? हिन्दी? বাংলা? मराठी? ಕನ್ನಡ?  You can <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help translate WordPress into more than 100 languages</a>. This release milestone (RC2) also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the <a href=\"https://make.wordpress.org/core/2026/03/25/wordpress-7-0-release-candidate-phase/\">7.0 release cycle</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">An RC2 haiku</h2>\n\n\n\n<p class=\"wp-block-paragraph\"><em>At first just a dream</em>,</p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>RC2 flows like a stream</em></p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>with seven-oh gleam.</em></p>\n\n\n\n<p class=\"has-text-align-right wp-block-paragraph\"><em>Props to <a class=\"mention\" href=\"https://profiles.wordpress.org/amykamala/\"><span class=\"mentions-prefix\">@</span>amykamala</a> </em><a class=\"mention\" href=\"https://profiles.wordpress.org/annezazu/\"><span class=\"mentions-prefix\">@</span>annezazu</a> <em>for proofreading and review.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Mar 2026 18:37:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mary Hubbard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Open Channels FM: How AI and Cloud Tools Are Transforming WooCommerce Development and Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://openchannels.fm/?p=2551142\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://openchannels.fm/how-ai-and-cloud-tools-are-transforming-woocommerce-development-and-testing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:256:\"In this episode, Derek talks with WooCommerce\'s Brian Coords about how AI is reshaping e-commerce, from automating tasks to enhancing flexibility for developers and merchants. Brian shares insights on using AI for better workflows and community engagement.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Mar 2026 11:41:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Gary: Embed All The Things!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://pento.net/?p=5677\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://pento.net/2026/03/26/embed-all-the-things/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3361:\"<p class=\"wp-block-paragraph\">Over 10 years ago, we <a href=\"https://make.wordpress.org/core/2015/09/30/feature-plugin-merge-proposal-oembed/\">introduced the oEmbed API to WordPress</a>, expanding how WordPress handled embedding to cover all WordPress sites. It was an intentional decision to focus on oEmbed at the time: we wanted to focus on the embedding mechanism that would give site owners maximum control over what their embeds looked like. The code we wrote back then still runs on tens of millions of WordPress sites every day.</p>\n\n\n\n<p class=\"wp-block-paragraph\">There was something extra that continued to bug me, however. What about all the other sites? oEmbed provides rich embed experiences, but not every site needs that. Sometimes, you just need a card with an image and a description, which is where OpenGraph has similarly stood the test of time. It provides a straightforward method for both site owners to create simple, rich embeds, and for service providers like Slack, Discord, or even Apple Messages to safely create a rich card to place alongside links.</p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress has grown since then, too. The big change is Gutenberg, of course, which really brought forward the idea that the editor should be a rich content experience, that shouldn&#8217;t just be reserved for the front end. </p>\n\n\n\n<p class=\"wp-block-paragraph\">With that in mind, I build a plugin to handle embedding all the other sites.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-plugin-directory wp-block-embed-plugin-directory has-custom-css wp-custom-css-6d0daac5\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/opengraph-fallback-embed/\">OpenGraph Fallback Embed</a></blockquote>\n</div></figure>\n\n\n\n<p class=\"wp-block-paragraph\">This is a block plugin that tries to avoid you using the block it provides if at all possible! Instead, it hooks into the end of the Embed block rendering process &#8211; if the URL you pasted couldn&#8217;t be embedded all the normal ways, this plugin will try a few more fall back options: OpenGraph, Twitter Card tags, or even just a plain description in the meta tags. It&#8217;s the kind of plugin that you can install, and never have to think about again.</p>\n\n\n\n<div class=\"wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular\"><div class=\"\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\"><figure class=\"tiled-gallery__item\"><img alt=\"\" src=\"https://i0.wp.com/pento.net/wp-content/uploads/2026/03/screenshot-3-1008x1024.png?ssl=1\" /></figure></div><div class=\"tiled-gallery__col\"><figure class=\"tiled-gallery__item\"><img alt=\"\" src=\"https://i0.wp.com/pento.net/wp-content/uploads/2026/03/screenshot-1-1008x1024.png?ssl=1\" /></figure><figure class=\"tiled-gallery__item\"><img alt=\"\" src=\"https://i0.wp.com/pento.net/wp-content/uploads/2026/03/screenshot-2-1008x1024.png?ssl=1\" /></figure></div></div></div></div></div>\n\n\n\n<p class=\"wp-block-paragraph\">One of the nicest things about WordPress is how pluggable it is. Even as a long time WordPress Core developer, I don&#8217;t think everything needs to land in Core, sometimes a feature can live as handy little plugin. If you like everything just magically embedding, give this plugin a try!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Mar 2026 03:12:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Ari &amp;amp; X\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151640\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://ma.tt/2026/03/ari-x/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3274:\"<p class=\"wp-block-paragraph\">I&#8217;m in NYC for the <a href=\"https://luma.com/yb2jnbho\">Stephan Wolfram dev/ai/nyc conversation tomorrow</a> at the <a href=\"https://automattic.space/\">Automattic Noho space</a>. While walking back from the Apple Store in Soho where I had picked up a new Studio Display XDR to try out, ran into one of my favorite <a href=\"https://www.youtube.com/ariathome\">YouTube accounts to follow right now, Ari at Home</a>! I ran into him <a href=\"https://www.twitch.tv/videos/2731606952\">around 32 minutes into this Twitch stream</a>. <a href=\"https://www.youtube.com/watch?v=IQLl7fZ9YxI\">Here&#8217;s how he set up his rig</a>.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"embed-twitter\"><blockquote class=\"twitter-tweet\"><p dir=\"ltr\" lang=\"en\">Ran into <a href=\"https://twitter.com/ARIatTWIT?ref_src=twsrc%5Etfw\">@ARIatTWIT</a> walking back from <a href=\"https://twitter.com/Apple?ref_src=twsrc%5Etfw\">@Apple</a> store with new Studio XDR. ? Offered to get him set up on <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a> or <a href=\"https://twitter.com/tumblr?ref_src=twsrc%5Etfw\">@Tumblr</a>. <img alt=\"🙂\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png\" style=\"height: 1em;\" /> Carrying the display was my workout for the day. <a href=\"https://t.co/q3vgAG7Hxm\">pic.twitter.com/q3vgAG7Hxm</a></p>&mdash; Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/2036910052074819932?ref_src=twsrc%5Etfw\">March 25, 2026</a></blockquote></div>\n</div></figure>\n\n\n\n<p class=\"wp-block-paragraph\">A video I&#8217;ve shared with friends recently is <a href=\"https://www.youtube.com/watch?v=xmFwGQyBVsc\">when Harry Mack ran into Ari</a>, which was fun for me because they&#8217;re two of my favorite accounts to follow. Sorry I didn&#8217;t freestyle! I had to get back to do some work, which is why I got the monitor.</p>\n\n\n\n<p class=\"wp-block-paragraph\">In other cool X/Twitter news, they launched an awesome feature today that lets you restrict replies not just to people you follow, but to people they follow as well. <a href=\"https://x.com/nikitabier\">Nikita</a> gave a hat tip to the conversation I had with <a href=\"https://x.com/levelsio\">Peter Levels / @levelsio</a>.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"embed-twitter\"><blockquote class=\"twitter-tweet\"><p dir=\"ltr\" lang=\"en\">Credit to <a href=\"https://twitter.com/rsrbk123?ref_src=twsrc%5Etfw\">@rsrbk123</a> <a href=\"https://twitter.com/striedinger?ref_src=twsrc%5Etfw\">@striedinger</a> <a href=\"https://twitter.com/x_belous?ref_src=twsrc%5Etfw\">@x_belous</a> <a href=\"https://twitter.com/singhai?ref_src=twsrc%5Etfw\">@singhai</a> for their work on this. <br /><br />And thanks <a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a> for the suggestion <a href=\"https://t.co/Gr2iD1O73Y\">https://t.co/Gr2iD1O73Y</a></p>&mdash; Nikita Bier (@nikitabier) <a href=\"https://twitter.com/nikitabier/status/2036869177173303398?ref_src=twsrc%5Etfw\">March 25, 2026</a></blockquote></div>\n</div></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Mar 2026 23:48:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 16 Apr 2026 12:21:37 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Thu, 16 Apr 2026 12:00:24 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}s:5:\"build\";i:1776146362;s:21:\"cache_expiration_time\";i:1776385298;s:23:\"__cache_expiration_time\";i:1776385298;}','off');
INSERT INTO `wp_options` VALUES (1713,'_site_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1776385298','off');
INSERT INTO `wp_options` VALUES (1714,'_site_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1776342098','off');
INSERT INTO `wp_options` VALUES (1715,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1776385299','off');
INSERT INTO `wp_options` VALUES (1716,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2026/04/celebrating-wcasia-2026/\'>Celebrating Community at WordCamp Asia 2026</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2026/04/watch-wc-asia-2026-live/\'>How to Watch WordCamp Asia 2026 Live</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://openchannels.fm/podcasting-2-0-the-open-source-movement-reshaping-how-we-create-and-consume-audio/\'>Open Channels FM: Podcasting 2.0: The Open Source Movement Reshaping How We Create and Consume Audio</a></li><li><a class=\'rsswidget\' href=\'https://gutenbergtimes.com/building-a-block-theme-from-scratch-workshop-resources/\'>Gutenberg Times: Building a block theme from scratch – Workshop resources</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/podcast/212-anne-bovelett-on-how-web-accessibility-boosts-traffic-seo-and-revenue\'>WPTavern: #212 – Anne Bovelett on How Web Accessibility Boosts Traffic, SEO, and Revenue</a></li></ul></div>','off');
INSERT INTO `wp_options` VALUES (1724,'_site_transient_timeout_wp_theme_files_patterns-c66a2bdee306632e1d4901f276e299db','1776350026','off');
INSERT INTO `wp_options` VALUES (1725,'_site_transient_wp_theme_files_patterns-c66a2bdee306632e1d4901f276e299db','a:2:{s:7:\"version\";s:6:\"4.12.7\";s:8:\"patterns\";a:0:{}}','off');
INSERT INTO `wp_options` VALUES (1726,'_transient_timeout_astra-theme-cron-test-ok','1776351829','off');
INSERT INTO `wp_options` VALUES (1727,'_transient_astra-theme-cron-test-ok','1','off');
INSERT INTO `wp_options` VALUES (1728,'_elementor_design_system_sync_css_meta','a:2:{s:4:\"time\";i:1776348230;i:0;b:0;}','auto');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=2944 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2,3,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (3,1,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (4,1,'_wp_trash_meta_time','1776058828');
INSERT INTO `wp_postmeta` VALUES (5,1,'_wp_desired_post_slug','hello-world');
INSERT INTO `wp_postmeta` VALUES (6,1,'_wp_trash_meta_comments_status','a:1:{i:1;s:1:\"1\";}');
INSERT INTO `wp_postmeta` VALUES (7,2,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (8,2,'_wp_trash_meta_time','1776058836');
INSERT INTO `wp_postmeta` VALUES (9,2,'_wp_desired_post_slug','sample-page');
INSERT INTO `wp_postmeta` VALUES (10,8,'_wp_attached_file','2026/04/genius-w.png');
INSERT INTO `wp_postmeta` VALUES (11,8,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2480;s:6:\"height\";i:1285;s:4:\"file\";s:20:\"2026/04/genius-w.png\";s:8:\"filesize\";i:496564;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"genius-w-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24046;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"genius-w-1024x531.png\";s:5:\"width\";i:1024;s:6:\"height\";i:531;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139149;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"genius-w-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9407;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"genius-w-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92189;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"genius-w-1536x796.png\";s:5:\"width\";i:1536;s:6:\"height\";i:796;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:252239;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"genius-w-2048x1061.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1061;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:390526;}s:13:\"ast-logo-size\";a:5:{s:4:\"file\";s:20:\"genius-w-197x102.png\";s:5:\"width\";i:197;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13240;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (12,9,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (13,9,'_elementor_template_type','kit');
INSERT INTO `wp_postmeta` VALUES (14,10,'_astra_sites_imported_wp_forms','1');
INSERT INTO `wp_postmeta` VALUES (17,15,'_wp_attached_file','2022/03/day-care-logo.svg');
INSERT INTO `wp_postmeta` VALUES (18,15,'_wp_attachment_image_alt','day care logo');
INSERT INTO `wp_postmeta` VALUES (19,15,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:3438;}');
INSERT INTO `wp_postmeta` VALUES (21,15,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (22,15,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (23,15,'_astra_sites_image_hash','f67f215fa9d0bb159071adab2f1474d786bbaade');
INSERT INTO `wp_postmeta` VALUES (24,15,'_elementor_source_image_hash','f67f215fa9d0bb159071adab2f1474d786bbaade');
INSERT INTO `wp_postmeta` VALUES (25,69,'_wp_attached_file','2022/03/day-care-hero-blobs-background.svg');
INSERT INTO `wp_postmeta` VALUES (26,69,'_wp_attachment_image_alt','day care hero blobs background');
INSERT INTO `wp_postmeta` VALUES (27,69,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:1089;}');
INSERT INTO `wp_postmeta` VALUES (30,69,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (31,69,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (32,69,'_astra_sites_image_hash','603eb95333e76036373856bfdf9c65c14145dbb9');
INSERT INTO `wp_postmeta` VALUES (33,69,'_elementor_source_image_hash','603eb95333e76036373856bfdf9c65c14145dbb9');
INSERT INTO `wp_postmeta` VALUES (34,79,'_wp_attached_file','2022/03/day-care-hero-image-1.jpg');
INSERT INTO `wp_postmeta` VALUES (35,79,'_wp_attachment_image_alt','day care hero image 1');
INSERT INTO `wp_postmeta` VALUES (36,79,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:480;s:4:\"file\";s:33:\"2022/03/day-care-hero-image-1.jpg\";s:8:\"filesize\";i:46955;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:{}}}');
INSERT INTO `wp_postmeta` VALUES (38,79,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (39,79,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (40,79,'_astra_sites_image_hash','90ba29ec36628cf3f27e7d97e48853a3be3405df');
INSERT INTO `wp_postmeta` VALUES (41,79,'_elementor_source_image_hash','90ba29ec36628cf3f27e7d97e48853a3be3405df');
INSERT INTO `wp_postmeta` VALUES (42,80,'_wp_attached_file','2022/03/day-care-hero-image-2.jpg');
INSERT INTO `wp_postmeta` VALUES (43,80,'_wp_attachment_image_alt','day care hero image 2');
INSERT INTO `wp_postmeta` VALUES (44,80,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:400;s:4:\"file\";s:33:\"2022/03/day-care-hero-image-2.jpg\";s:8:\"filesize\";i:54990;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:{}}}');
INSERT INTO `wp_postmeta` VALUES (46,80,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (47,80,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (48,80,'_astra_sites_image_hash','72e79eae619f64568fe095ca1760997cdc5830e5');
INSERT INTO `wp_postmeta` VALUES (49,80,'_elementor_source_image_hash','72e79eae619f64568fe095ca1760997cdc5830e5');
INSERT INTO `wp_postmeta` VALUES (50,81,'_wp_attached_file','2022/03/day-care-home-about-image.jpg');
INSERT INTO `wp_postmeta` VALUES (51,81,'_wp_attachment_image_alt','day care home about image');
INSERT INTO `wp_postmeta` VALUES (52,81,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2022/03/day-care-home-about-image.jpg\";s:8:\"filesize\";i:45862;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:{}}}');
INSERT INTO `wp_postmeta` VALUES (54,81,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (55,81,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (56,81,'_astra_sites_image_hash','0c7bb0e1642c7e0cfb8622d40b44ce9a6e8879ae');
INSERT INTO `wp_postmeta` VALUES (57,81,'_elementor_source_image_hash','0c7bb0e1642c7e0cfb8622d40b44ce9a6e8879ae');
INSERT INTO `wp_postmeta` VALUES (58,82,'_wp_attached_file','2022/03/day-care-home-gallery-image-1.jpg');
INSERT INTO `wp_postmeta` VALUES (59,82,'_wp_attachment_image_alt','day care home gallery image 1');
INSERT INTO `wp_postmeta` VALUES (60,82,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:290;s:6:\"height\";i:400;s:4:\"file\";s:41:\"2022/03/day-care-home-gallery-image-1.jpg\";s:8:\"filesize\";i:37620;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:{}}}');
INSERT INTO `wp_postmeta` VALUES (62,82,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (63,82,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (64,82,'_astra_sites_image_hash','27d9c44877ba399e215489fbd576fb65d4d549d0');
INSERT INTO `wp_postmeta` VALUES (65,82,'_elementor_source_image_hash','27d9c44877ba399e215489fbd576fb65d4d549d0');
INSERT INTO `wp_postmeta` VALUES (66,83,'_wp_attached_file','2022/03/day-care-home-gallery-image-2.jpg');
INSERT INTO `wp_postmeta` VALUES (67,83,'_wp_attachment_image_alt','day care home gallery image 2');
INSERT INTO `wp_postmeta` VALUES (68,83,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:290;s:6:\"height\";i:400;s:4:\"file\";s:41:\"2022/03/day-care-home-gallery-image-2.jpg\";s:8:\"filesize\";i:57602;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:{}}}');
INSERT INTO `wp_postmeta` VALUES (70,83,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (71,83,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (72,83,'_astra_sites_image_hash','6b5e462ed0697ef79ddd245cf1f3be31e8b1ac6f');
INSERT INTO `wp_postmeta` VALUES (73,83,'_elementor_source_image_hash','6b5e462ed0697ef79ddd245cf1f3be31e8b1ac6f');
INSERT INTO `wp_postmeta` VALUES (74,84,'_wp_attached_file','2022/03/day-care-home-gallery-image-3.jpg');
INSERT INTO `wp_postmeta` VALUES (75,84,'_wp_attachment_image_alt','day care home gallery image 3');
INSERT INTO `wp_postmeta` VALUES (76,84,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:620;s:6:\"height\";i:400;s:4:\"file\";s:41:\"2022/03/day-care-home-gallery-image-3.jpg\";s:8:\"filesize\";i:74077;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:{}}}');
INSERT INTO `wp_postmeta` VALUES (78,84,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (79,84,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (80,84,'_astra_sites_image_hash','05861928208376a651e8531ec3a1ed077dda7e46');
INSERT INTO `wp_postmeta` VALUES (81,84,'_elementor_source_image_hash','05861928208376a651e8531ec3a1ed077dda7e46');
INSERT INTO `wp_postmeta` VALUES (82,85,'_wp_attached_file','2022/03/day-care-home-gallery-image-4.jpg');
INSERT INTO `wp_postmeta` VALUES (83,85,'_wp_attachment_image_alt','day care home gallery image 4');
INSERT INTO `wp_postmeta` VALUES (84,85,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:290;s:6:\"height\";i:400;s:4:\"file\";s:41:\"2022/03/day-care-home-gallery-image-4.jpg\";s:8:\"filesize\";i:40725;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:{}}}');
INSERT INTO `wp_postmeta` VALUES (86,85,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (87,85,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (88,85,'_astra_sites_image_hash','bfe862dba249d9b1d9795efdacc63c15e6c0e272');
INSERT INTO `wp_postmeta` VALUES (89,85,'_elementor_source_image_hash','bfe862dba249d9b1d9795efdacc63c15e6c0e272');
INSERT INTO `wp_postmeta` VALUES (90,86,'_wp_attached_file','2022/03/day-care-home-gallery-image-5.jpg');
INSERT INTO `wp_postmeta` VALUES (91,86,'_wp_attachment_image_alt','day care home gallery image 5');
INSERT INTO `wp_postmeta` VALUES (92,86,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:290;s:6:\"height\";i:400;s:4:\"file\";s:41:\"2022/03/day-care-home-gallery-image-5.jpg\";s:8:\"filesize\";i:53260;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:{}}}');
INSERT INTO `wp_postmeta` VALUES (94,86,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (95,86,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (96,86,'_astra_sites_image_hash','23c922874badfc69cf13e6cbd05f15f390ad2eb5');
INSERT INTO `wp_postmeta` VALUES (97,86,'_elementor_source_image_hash','23c922874badfc69cf13e6cbd05f15f390ad2eb5');
INSERT INTO `wp_postmeta` VALUES (98,87,'_wp_attached_file','2022/03/day-care-home-gallery-image-6.jpg');
INSERT INTO `wp_postmeta` VALUES (99,87,'_wp_attachment_image_alt','day care home gallery image 6');
INSERT INTO `wp_postmeta` VALUES (100,87,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:620;s:6:\"height\";i:400;s:4:\"file\";s:41:\"2022/03/day-care-home-gallery-image-6.jpg\";s:8:\"filesize\";i:49638;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:{}}}');
INSERT INTO `wp_postmeta` VALUES (102,87,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (103,87,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (104,87,'_astra_sites_image_hash','94a6a297ea54ecf5b2e7be41e665b0aedb433018');
INSERT INTO `wp_postmeta` VALUES (105,87,'_elementor_source_image_hash','94a6a297ea54ecf5b2e7be41e665b0aedb433018');
INSERT INTO `wp_postmeta` VALUES (106,88,'_wp_attached_file','2022/03/day-care-home-program-image-1.jpg');
INSERT INTO `wp_postmeta` VALUES (107,88,'_wp_attachment_image_alt','day care home program image 1');
INSERT INTO `wp_postmeta` VALUES (108,88,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:352;s:6:\"height\";i:240;s:4:\"file\";s:41:\"2022/03/day-care-home-program-image-1.jpg\";s:8:\"filesize\";i:37273;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:{}}}');
INSERT INTO `wp_postmeta` VALUES (110,88,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (111,88,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (112,88,'_astra_sites_image_hash','4740967258c80e56f4ce6e8f49e583ae8af82c92');
INSERT INTO `wp_postmeta` VALUES (113,88,'_elementor_source_image_hash','4740967258c80e56f4ce6e8f49e583ae8af82c92');
INSERT INTO `wp_postmeta` VALUES (114,89,'_wp_attached_file','2022/03/day-care-home-program-image-2.jpg');
INSERT INTO `wp_postmeta` VALUES (115,89,'_wp_attachment_image_alt','day care home program image 2');
INSERT INTO `wp_postmeta` VALUES (116,89,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:352;s:6:\"height\";i:240;s:4:\"file\";s:41:\"2022/03/day-care-home-program-image-2.jpg\";s:8:\"filesize\";i:30196;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"day-care-home-program-image-2-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12135;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"day-care-home-program-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:6078;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (118,89,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (119,89,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (120,89,'_astra_sites_image_hash','3843f2acc55265e1d7711b4f737d5e7712eb85dc');
INSERT INTO `wp_postmeta` VALUES (121,89,'_elementor_source_image_hash','3843f2acc55265e1d7711b4f737d5e7712eb85dc');
INSERT INTO `wp_postmeta` VALUES (122,90,'_wp_attached_file','2022/03/day-care-home-program-image-3.jpg');
INSERT INTO `wp_postmeta` VALUES (123,90,'_wp_attachment_image_alt','day care home program image 3');
INSERT INTO `wp_postmeta` VALUES (124,90,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:352;s:6:\"height\";i:240;s:4:\"file\";s:41:\"2022/03/day-care-home-program-image-3.jpg\";s:8:\"filesize\";i:28217;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"day-care-home-program-image-3-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10356;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"day-care-home-program-image-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:4302;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (126,90,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (127,90,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (128,90,'_astra_sites_image_hash','55febe0b67a8e3142d518f3bcd56813b60cc6772');
INSERT INTO `wp_postmeta` VALUES (129,90,'_elementor_source_image_hash','55febe0b67a8e3142d518f3bcd56813b60cc6772');
INSERT INTO `wp_postmeta` VALUES (130,91,'_wp_attached_file','2022/03/day-care-home-teacher-image-1.jpg');
INSERT INTO `wp_postmeta` VALUES (131,91,'_wp_attachment_image_alt','day care home teacher image 1');
INSERT INTO `wp_postmeta` VALUES (132,91,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:288;s:6:\"height\";i:412;s:4:\"file\";s:41:\"2022/03/day-care-home-teacher-image-1.jpg\";s:8:\"filesize\";i:36082;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"day-care-home-teacher-image-1-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12567;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"day-care-home-teacher-image-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:6206;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (134,91,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (135,91,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (136,91,'_astra_sites_image_hash','79be9a212a1dbf320bf319d9b69d6a15fd8e45bc');
INSERT INTO `wp_postmeta` VALUES (137,91,'_elementor_source_image_hash','79be9a212a1dbf320bf319d9b69d6a15fd8e45bc');
INSERT INTO `wp_postmeta` VALUES (138,92,'_wp_attached_file','2022/03/day-care-home-teacher-image-2.jpg');
INSERT INTO `wp_postmeta` VALUES (139,92,'_wp_attachment_image_alt','day care home teacher image 2');
INSERT INTO `wp_postmeta` VALUES (140,92,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:288;s:6:\"height\";i:412;s:4:\"file\";s:41:\"2022/03/day-care-home-teacher-image-2.jpg\";s:8:\"filesize\";i:33241;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"day-care-home-teacher-image-2-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"day-care-home-teacher-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:4928;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (142,92,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (143,92,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (144,92,'_astra_sites_image_hash','2d134e53f98c1625989d51137d8d344d529cdb72');
INSERT INTO `wp_postmeta` VALUES (145,92,'_elementor_source_image_hash','2d134e53f98c1625989d51137d8d344d529cdb72');
INSERT INTO `wp_postmeta` VALUES (146,93,'_wp_attached_file','2022/03/day-care-home-teacher-image-3.jpg');
INSERT INTO `wp_postmeta` VALUES (147,93,'_wp_attachment_image_alt','day care home teacher image 3');
INSERT INTO `wp_postmeta` VALUES (148,93,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:288;s:6:\"height\";i:412;s:4:\"file\";s:41:\"2022/03/day-care-home-teacher-image-3.jpg\";s:8:\"filesize\";i:37000;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"day-care-home-teacher-image-3-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12490;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"day-care-home-teacher-image-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:5764;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (150,93,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (151,93,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (152,93,'_astra_sites_image_hash','0d4761dc318decf00ba12563b07169edd8254b0f');
INSERT INTO `wp_postmeta` VALUES (153,93,'_elementor_source_image_hash','0d4761dc318decf00ba12563b07169edd8254b0f');
INSERT INTO `wp_postmeta` VALUES (154,94,'_wp_attached_file','2022/03/day-care-home-testimonial-image.jpg');
INSERT INTO `wp_postmeta` VALUES (155,94,'_wp_attachment_image_alt','day care home testimonial image');
INSERT INTO `wp_postmeta` VALUES (156,94,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:320;s:6:\"height\";i:480;s:4:\"file\";s:43:\"2022/03/day-care-home-testimonial-image.jpg\";s:8:\"filesize\";i:72250;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"day-care-home-testimonial-image-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17124;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"day-care-home-testimonial-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:7749;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (158,94,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (159,94,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (160,94,'_astra_sites_image_hash','6f7607470660376bc92db73e7ad9e5d0f1fbb1c9');
INSERT INTO `wp_postmeta` VALUES (161,94,'_elementor_source_image_hash','6f7607470660376bc92db73e7ad9e5d0f1fbb1c9');
INSERT INTO `wp_postmeta` VALUES (162,95,'_wp_attached_file','2022/03/day-care-home-video-image-thumbnail.jpg');
INSERT INTO `wp_postmeta` VALUES (163,95,'_wp_attachment_image_alt','day care home video image thumbnail');
INSERT INTO `wp_postmeta` VALUES (164,95,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:640;s:4:\"file\";s:47:\"2022/03/day-care-home-video-image-thumbnail.jpg\";s:8:\"filesize\";i:140454;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"day-care-home-video-image-thumbnail-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12486;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"day-care-home-video-image-thumbnail-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98696;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"day-care-home-video-image-thumbnail-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8017;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"day-care-home-video-image-thumbnail-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63082;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (166,95,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (167,95,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (168,95,'_astra_sites_image_hash','f0ce09a4c8713b422539b1e0cf7279985db840ec');
INSERT INTO `wp_postmeta` VALUES (169,95,'_elementor_source_image_hash','f0ce09a4c8713b422539b1e0cf7279985db840ec');
INSERT INTO `wp_postmeta` VALUES (170,96,'_wp_attached_file','2022/03/day-care-final-cta-image-background.jpg');
INSERT INTO `wp_postmeta` VALUES (171,96,'_wp_attachment_image_alt','day care final cta image background');
INSERT INTO `wp_postmeta` VALUES (172,96,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:442;s:4:\"file\";s:47:\"2022/03/day-care-final-cta-image-background.jpg\";s:8:\"filesize\";i:92812;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"day-care-final-cta-image-background-300x69.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2933;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"day-care-final-cta-image-background-1024x236.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16888;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"day-care-final-cta-image-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3052;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"day-care-final-cta-image-background-768x177.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11140;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"day-care-final-cta-image-background-1536x354.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31500;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (174,96,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (175,96,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (176,96,'_astra_sites_image_hash','738ff2644f655d3368b27bf37193eab600e3a534');
INSERT INTO `wp_postmeta` VALUES (177,96,'_elementor_source_image_hash','738ff2644f655d3368b27bf37193eab600e3a534');
INSERT INTO `wp_postmeta` VALUES (178,97,'surerank_seo_checks','a:13:{s:14:\"h2_subheadings\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:42:\"The page does not contain any subheadings.\";s:4:\"type\";s:4:\"page\";}s:13:\"media_present\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:39:\"No images or videos found on this page.\";s:4:\"type\";s:4:\"page\";}s:13:\"links_present\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:27:\"No links found on the page.\";s:4:\"type\";s:4:\"page\";}s:10:\"url_length\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:35:\"Page URL is short and SEO-friendly.\";s:4:\"type\";s:4:\"page\";}s:19:\"search_engine_title\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"Search engine title is present and under 60 characters.\";s:4:\"type\";s:4:\"page\";}s:25:\"search_engine_description\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:49:\"Search engine description is missing on the page.\";s:4:\"type\";s:4:\"page\";}s:13:\"canonical_url\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:37:\"Canonical tag is present on the page.\";s:4:\"type\";s:4:\"page\";}s:15:\"open_graph_tags\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:40:\"Open Graph tags are present on the page.\";s:4:\"type\";s:4:\"page\";}s:16:\"keyword_in_title\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:38:\"No focus keyword set to analyze title.\";s:4:\"type\";s:7:\"keyword\";}s:22:\"keyword_in_description\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:49:\"No focus keyword set to analyze meta description.\";s:4:\"type\";s:7:\"keyword\";}s:14:\"keyword_in_url\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:36:\"No focus keyword set to analyze URL.\";s:4:\"type\";s:7:\"keyword\";}s:18:\"keyword_in_content\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:40:\"No focus keyword set to analyze content.\";s:4:\"type\";s:7:\"keyword\";}s:12:\"broken_links\";a:2:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:34:\"No broken links found on the page.\";}}');
INSERT INTO `wp_postmeta` VALUES (179,97,'surerank_seo_checks_last_updated','1776059671');
INSERT INTO `wp_postmeta` VALUES (180,97,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (181,97,'_elementor_template_type','kit');
INSERT INTO `wp_postmeta` VALUES (182,97,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (183,97,'_elementor_page_settings','a:11:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:17:\"Day Care Services\";s:16:\"site_description\";s:29:\"Play, Explore, Learn at Kidie\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1200;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}');
INSERT INTO `wp_postmeta` VALUES (184,97,'_elementor_data','[]');
INSERT INTO `wp_postmeta` VALUES (186,97,'_elementor_version','3.5.3');
INSERT INTO `wp_postmeta` VALUES (187,97,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (188,97,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (189,185,'_wp_attached_file','2022/03/day-care-blobs-2.svg');
INSERT INTO `wp_postmeta` VALUES (190,185,'_wp_attachment_image_alt','day care blobs 2');
INSERT INTO `wp_postmeta` VALUES (191,185,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:1073;}');
INSERT INTO `wp_postmeta` VALUES (194,185,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (195,185,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (196,185,'_astra_sites_image_hash','ea2624a39d5e03fcc8bf1d0e6ca5a43a09882c8a');
INSERT INTO `wp_postmeta` VALUES (197,185,'_elementor_source_image_hash','ea2624a39d5e03fcc8bf1d0e6ca5a43a09882c8a');
INSERT INTO `wp_postmeta` VALUES (198,186,'_wp_attached_file','2022/03/day-care-blobs-1.svg');
INSERT INTO `wp_postmeta` VALUES (199,186,'_wp_attachment_image_alt','day care blobs 1');
INSERT INTO `wp_postmeta` VALUES (200,186,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:1083;}');
INSERT INTO `wp_postmeta` VALUES (203,186,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (204,186,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (205,186,'_astra_sites_image_hash','a634e765aeebf17ca23a46fcb1a90961912596ed');
INSERT INTO `wp_postmeta` VALUES (206,186,'_elementor_source_image_hash','a634e765aeebf17ca23a46fcb1a90961912596ed');
INSERT INTO `wp_postmeta` VALUES (207,246,'_wp_attached_file','2022/03/day-care-quote-icon.svg');
INSERT INTO `wp_postmeta` VALUES (208,246,'_wp_attachment_image_alt','day care quote icon');
INSERT INTO `wp_postmeta` VALUES (209,246,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:672;}');
INSERT INTO `wp_postmeta` VALUES (212,246,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (213,246,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (214,246,'_astra_sites_image_hash','508df504240cb77ff5abf53f4d8a55f9a12b5980');
INSERT INTO `wp_postmeta` VALUES (215,246,'_elementor_source_image_hash','508df504240cb77ff5abf53f4d8a55f9a12b5980');
INSERT INTO `wp_postmeta` VALUES (216,284,'_wp_attached_file','2022/03/day-care-hero-image-back.jpg');
INSERT INTO `wp_postmeta` VALUES (217,284,'_wp_attachment_image_alt','day care hero image back');
INSERT INTO `wp_postmeta` VALUES (218,284,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:480;s:4:\"file\";s:36:\"2022/03/day-care-hero-image-back.jpg\";s:8:\"filesize\";i:33067;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"day-care-hero-image-back-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16537;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"day-care-hero-image-back-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7060;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (220,284,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (221,284,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (222,284,'_astra_sites_image_hash','80400e789f80046087c7810e4d8857c57cf6c7c7');
INSERT INTO `wp_postmeta` VALUES (223,284,'_elementor_source_image_hash','80400e789f80046087c7810e4d8857c57cf6c7c7');
INSERT INTO `wp_postmeta` VALUES (224,432,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (225,432,'_menu_item_object_id','1412');
INSERT INTO `wp_postmeta` VALUES (226,432,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (227,432,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (229,432,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (230,432,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (231,433,'_menu_item_type','custom');
INSERT INTO `wp_postmeta` VALUES (232,433,'_menu_item_object_id','433');
INSERT INTO `wp_postmeta` VALUES (233,433,'_menu_item_object','custom');
INSERT INTO `wp_postmeta` VALUES (234,433,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (235,433,'_menu_item_url','http://genius-world-school.local/about/');
INSERT INTO `wp_postmeta` VALUES (236,433,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (237,433,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (238,434,'_menu_item_type','custom');
INSERT INTO `wp_postmeta` VALUES (239,434,'_menu_item_object_id','434');
INSERT INTO `wp_postmeta` VALUES (240,434,'_menu_item_object','custom');
INSERT INTO `wp_postmeta` VALUES (241,434,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (242,434,'_menu_item_url','http://genius-world-school.local/admission/');
INSERT INTO `wp_postmeta` VALUES (243,434,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (244,434,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (245,435,'_menu_item_type','custom');
INSERT INTO `wp_postmeta` VALUES (246,435,'_menu_item_object_id','435');
INSERT INTO `wp_postmeta` VALUES (247,435,'_menu_item_object','custom');
INSERT INTO `wp_postmeta` VALUES (248,435,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (249,435,'_menu_item_url','http://genius-world-school.local/contact/');
INSERT INTO `wp_postmeta` VALUES (250,435,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (251,435,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (252,547,'_wp_attached_file','2022/03/day-care-page-header-blobs.svg');
INSERT INTO `wp_postmeta` VALUES (253,547,'_wp_attachment_image_alt','day care page header blobs');
INSERT INTO `wp_postmeta` VALUES (254,547,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:1106;}');
INSERT INTO `wp_postmeta` VALUES (257,547,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (258,547,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (259,547,'_astra_sites_image_hash','97259f1b2a8d82c3ec49328aa376fb95ec5952be');
INSERT INTO `wp_postmeta` VALUES (260,547,'_elementor_source_image_hash','97259f1b2a8d82c3ec49328aa376fb95ec5952be');
INSERT INTO `wp_postmeta` VALUES (261,623,'_wp_attached_file','2022/03/day-care-head-of-school.jpg');
INSERT INTO `wp_postmeta` VALUES (262,623,'_wp_attachment_image_alt','day care head of school');
INSERT INTO `wp_postmeta` VALUES (263,623,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:320;s:6:\"height\";i:440;s:4:\"file\";s:35:\"2022/03/day-care-head-of-school.jpg\";s:8:\"filesize\";i:45950;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"day-care-head-of-school-218x300.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12789;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"day-care-head-of-school-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5913;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (265,623,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (266,623,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (267,623,'_astra_sites_image_hash','42786f107c5a697cf65a134c6d99b8de04b53315');
INSERT INTO `wp_postmeta` VALUES (268,623,'_elementor_source_image_hash','42786f107c5a697cf65a134c6d99b8de04b53315');
INSERT INTO `wp_postmeta` VALUES (269,624,'_wp_attached_file','2022/03/day-care-head-of-school-signature.png');
INSERT INTO `wp_postmeta` VALUES (270,624,'_wp_attachment_image_alt','day care head of school signature');
INSERT INTO `wp_postmeta` VALUES (271,624,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:129;s:6:\"height\";i:64;s:4:\"file\";s:45:\"2022/03/day-care-head-of-school-signature.png\";s:8:\"filesize\";i:1452;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:{}}}');
INSERT INTO `wp_postmeta` VALUES (273,624,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (274,624,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (275,624,'_astra_sites_image_hash','6727c94ebb2add8e51a4d55888cf31e82f2a0979');
INSERT INTO `wp_postmeta` VALUES (276,624,'_elementor_source_image_hash','6727c94ebb2add8e51a4d55888cf31e82f2a0979');
INSERT INTO `wp_postmeta` VALUES (277,802,'_wp_attached_file','2022/03/day-care-program-image-fixed-background-3.jpg');
INSERT INTO `wp_postmeta` VALUES (278,802,'_wp_attachment_image_alt','day care program image fixed background 3');
INSERT INTO `wp_postmeta` VALUES (279,802,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:53:\"2022/03/day-care-program-image-fixed-background-3.jpg\";s:8:\"filesize\";i:76557;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"day-care-program-image-fixed-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:15810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"day-care-program-image-fixed-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:5198;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"day-care-program-image-fixed-background-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:69197;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (281,802,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (282,802,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (283,802,'_astra_sites_image_hash','6bc69ddb505a547553ae784cda288bfee5d59f59');
INSERT INTO `wp_postmeta` VALUES (284,802,'_elementor_source_image_hash','6bc69ddb505a547553ae784cda288bfee5d59f59');
INSERT INTO `wp_postmeta` VALUES (285,803,'_wp_attached_file','2022/03/day-care-program-image-fixed-background-1.jpg');
INSERT INTO `wp_postmeta` VALUES (286,803,'_wp_attachment_image_alt','day care program image fixed background 1');
INSERT INTO `wp_postmeta` VALUES (287,803,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:53:\"2022/03/day-care-program-image-fixed-background-1.jpg\";s:8:\"filesize\";i:70029;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"day-care-program-image-fixed-background-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:17957;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"day-care-program-image-fixed-background-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6494;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"day-care-program-image-fixed-background-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69562;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (289,803,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (290,803,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (291,803,'_astra_sites_image_hash','0d4783000a12f02822ec09e912ff32ba0da46a7d');
INSERT INTO `wp_postmeta` VALUES (292,803,'_elementor_source_image_hash','0d4783000a12f02822ec09e912ff32ba0da46a7d');
INSERT INTO `wp_postmeta` VALUES (293,804,'_wp_attached_file','2022/03/day-care-program-image-fixed-background-2.jpg');
INSERT INTO `wp_postmeta` VALUES (294,804,'_wp_attachment_image_alt','day care program image fixed background 2');
INSERT INTO `wp_postmeta` VALUES (295,804,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:53:\"2022/03/day-care-program-image-fixed-background-2.jpg\";s:8:\"filesize\";i:66563;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"day-care-program-image-fixed-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:15737;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"day-care-program-image-fixed-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:5560;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"day-care-program-image-fixed-background-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62836;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (297,804,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (298,804,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (299,804,'_astra_sites_image_hash','e959faf53583f41a51fc9ec7aa4823f8d37b3c87');
INSERT INTO `wp_postmeta` VALUES (300,804,'_elementor_source_image_hash','e959faf53583f41a51fc9ec7aa4823f8d37b3c87');
INSERT INTO `wp_postmeta` VALUES (301,1037,'_wp_attached_file','2022/03/daycare-admission-image-1.jpg');
INSERT INTO `wp_postmeta` VALUES (302,1037,'_wp_attachment_image_alt','daycare admission image 1');
INSERT INTO `wp_postmeta` VALUES (303,1037,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:620;s:6:\"height\";i:456;s:4:\"file\";s:37:\"2022/03/daycare-admission-image-1.jpg\";s:8:\"filesize\";i:37191;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"daycare-admission-image-1-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18604;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"daycare-admission-image-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:7750;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (305,1037,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (306,1037,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (307,1037,'_astra_sites_image_hash','071f4697ecbaedd7619c31a98109c578cc0e960b');
INSERT INTO `wp_postmeta` VALUES (308,1037,'_elementor_source_image_hash','071f4697ecbaedd7619c31a98109c578cc0e960b');
INSERT INTO `wp_postmeta` VALUES (309,1038,'_wp_attached_file','2022/03/daycare-admission-image-2.jpg');
INSERT INTO `wp_postmeta` VALUES (310,1038,'_wp_attachment_image_alt','daycare admission image 2');
INSERT INTO `wp_postmeta` VALUES (311,1038,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:620;s:6:\"height\";i:456;s:4:\"file\";s:37:\"2022/03/daycare-admission-image-2.jpg\";s:8:\"filesize\";i:32338;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"daycare-admission-image-2-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17303;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"daycare-admission-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:7789;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (313,1038,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (314,1038,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (315,1038,'_astra_sites_image_hash','425ae73d53a4f49e4f3dfcd28001bf8fd75e4118');
INSERT INTO `wp_postmeta` VALUES (316,1038,'_elementor_source_image_hash','425ae73d53a4f49e4f3dfcd28001bf8fd75e4118');
INSERT INTO `wp_postmeta` VALUES (317,1273,'_wp_attached_file','2022/03/day-care-favicon.png');
INSERT INTO `wp_postmeta` VALUES (318,1273,'_wp_attachment_image_alt','day care favicon');
INSERT INTO `wp_postmeta` VALUES (319,1273,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:28:\"2022/03/day-care-favicon.png\";s:8:\"filesize\";i:5448;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"day-care-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4984;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"day-care-favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2617;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (320,1273,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (321,1273,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (322,1273,'_astra_sites_image_hash','2b3f4499b5a786713cfe621db09d0d5ee4a98804');
INSERT INTO `wp_postmeta` VALUES (323,1273,'_elementor_source_image_hash','2b3f4499b5a786713cfe621db09d0d5ee4a98804');
INSERT INTO `wp_postmeta` VALUES (324,1274,'_wp_attached_file','2022/03/cropped-day-care-favicon.png');
INSERT INTO `wp_postmeta` VALUES (325,1274,'_wp_attachment_image_alt','cropped day care favicon.png');
INSERT INTO `wp_postmeta` VALUES (326,1274,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:36:\"2022/03/cropped-day-care-favicon.png\";s:8:\"filesize\";i:11117;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"cropped-day-care-favicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12138;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"cropped-day-care-favicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5686;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (327,1274,'_wp_attachment_context','site-icon');
INSERT INTO `wp_postmeta` VALUES (328,1274,'_oembed_40daf187499ca548b120d7ff8644b1b5','{{unknown}}');
INSERT INTO `wp_postmeta` VALUES (329,1274,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (330,1274,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (331,1274,'_astra_sites_image_hash','a90c5324bb4cb53fe915d795fb7397c2ccf402ab');
INSERT INTO `wp_postmeta` VALUES (332,1274,'_elementor_source_image_hash','a90c5324bb4cb53fe915d795fb7397c2ccf402ab');
INSERT INTO `wp_postmeta` VALUES (333,1411,'_wp_attached_file','2023/02/demo-screenshot.jpg');
INSERT INTO `wp_postmeta` VALUES (334,1411,'_wp_attachment_image_alt','demo screenshot');
INSERT INTO `wp_postmeta` VALUES (335,1411,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:712;s:4:\"file\";s:27:\"2023/02/demo-screenshot.jpg\";s:8:\"filesize\";i:117209;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"demo-screenshot-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14549;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"demo-screenshot-1024x608.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86877;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"demo-screenshot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7287;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"demo-screenshot-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56463;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (336,1411,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (337,1411,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (338,1411,'_astra_sites_image_hash','63fe7069fb9ae6ff705b3fc33d7231eaeb4a5f68');
INSERT INTO `wp_postmeta` VALUES (339,1411,'_elementor_source_image_hash','63fe7069fb9ae6ff705b3fc33d7231eaeb4a5f68');
INSERT INTO `wp_postmeta` VALUES (340,1412,'surerank_seo_checks','a:15:{s:14:\"h2_subheadings\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:38:\"Page contains at least one subheading.\";s:4:\"type\";s:4:\"page\";}s:14:\"image_alt_text\";a:5:{s:6:\"status\";s:7:\"success\";s:11:\"description\";a:1:{i:0;s:48:\"Images on the post/page have alt text attributes\";}s:7:\"message\";s:49:\"All images on this page have alt text attributes.\";s:11:\"show_images\";b:0;s:4:\"type\";s:4:\"page\";}s:13:\"media_present\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"This page includes images or videos to enhance content.\";s:4:\"type\";s:4:\"page\";}s:13:\"links_present\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:30:\"Links are present on the page.\";s:4:\"type\";s:4:\"page\";}s:10:\"url_length\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:35:\"Page URL is short and SEO-friendly.\";s:4:\"type\";s:4:\"page\";}s:19:\"search_engine_title\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"Search engine title is present and under 60 characters.\";s:4:\"type\";s:4:\"page\";}s:25:\"search_engine_description\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:62:\"Search engine description is present and under 160 characters.\";s:4:\"type\";s:4:\"page\";}s:13:\"canonical_url\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:37:\"Canonical tag is present on the page.\";s:4:\"type\";s:4:\"page\";}s:15:\"open_graph_tags\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:40:\"Open Graph tags are present on the page.\";s:4:\"type\";s:4:\"page\";}s:16:\"keyword_in_title\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:38:\"No focus keyword set to analyze title.\";s:4:\"type\";s:7:\"keyword\";}s:22:\"keyword_in_description\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:49:\"No focus keyword set to analyze meta description.\";s:4:\"type\";s:7:\"keyword\";}s:14:\"keyword_in_url\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:36:\"No focus keyword set to analyze URL.\";s:4:\"type\";s:7:\"keyword\";}s:18:\"keyword_in_content\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:40:\"No focus keyword set to analyze content.\";s:4:\"type\";s:7:\"keyword\";}s:12:\"broken_links\";a:0:{}s:9:\"all_links\";a:2:{i:0;s:35:\"https://forms.gle/q5yHBDQzoKcroYDj6\";i:1;s:112:\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\";}}');
INSERT INTO `wp_postmeta` VALUES (341,1412,'surerank_seo_checks_last_updated','1776154385');
INSERT INTO `wp_postmeta` VALUES (342,1412,'theme-transparent-header-meta','enabled');
INSERT INTO `wp_postmeta` VALUES (343,1412,'_yoast_wpseo_estimated-reading-time-minutes','6');
INSERT INTO `wp_postmeta` VALUES (345,1412,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (346,1412,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (347,1412,'_astra_content_layout_flag','disabled');
INSERT INTO `wp_postmeta` VALUES (348,1412,'site-post-title','disabled');
INSERT INTO `wp_postmeta` VALUES (349,1412,'ast-title-bar-display','disabled');
INSERT INTO `wp_postmeta` VALUES (350,1412,'ast-featured-img','disabled');
INSERT INTO `wp_postmeta` VALUES (351,1412,'site-content-layout','page-builder');
INSERT INTO `wp_postmeta` VALUES (352,1412,'site-sidebar-layout','no-sidebar');
INSERT INTO `wp_postmeta` VALUES (353,1412,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (354,1412,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_type\":\"grid\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":5,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":3,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"f326291\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f326291-666992e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1450},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-f326291-666992e\":{\"id\":\"e-f326291-666992e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":161,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"scroll-margin-top\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"margin\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"dc6b923\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-dc6b923-b1e75bb\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1452},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-dc6b923-b1e75bb\":{\"id\":\"e-dc6b923-b1e75bb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-105,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e1114b4\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-e1114b4-5b92a28\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1447},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-e1114b4-5b92a28\":{\"id\":\"e-e1114b4-5b92a28\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"width\":{\"$$type\":\"size\",\"value\":{\"size\":425,\"unit\":\"px\"}},\"height\":{\"$$type\":\"size\",\"value\":{\"size\":270,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":4,\"unit\":\"px\"}},\"min-height\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center center\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"098f79d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-098f79d-a5bc0fa\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1444},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-098f79d-a5bc0fa\":{\"id\":\"e-098f79d-a5bc0fa\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"top right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"65ec28e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-65ec28e-f35dd76\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1441},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-65ec28e-f35dd76\":{\"id\":\"e-65ec28e-f35dd76\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"42a4af1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-42a4af1-98762f4\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1442},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-42a4af1-98762f4\":{\"id\":\"e-42a4af1-98762f4\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"47fd7a9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-47fd7a9-39ba279\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1445},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-47fd7a9-39ba279\":{\"id\":\"e-47fd7a9-39ba279\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-42,\"unit\":\"px\"}}}}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"362ee98\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-362ee98-20d9c26\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1443},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-362ee98-20d9c26\":{\"id\":\"e-362ee98-20d9c26\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4d204d9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-4d204d9-b6aa14e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1449},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-4d204d9-b6aa14e\":{\"id\":\"e-4d204d9-b6aa14e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"visible\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"scale-down\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"121de77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1572},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7f1b95f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1571},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"b4ac241\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1570},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"27a2059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1568},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cb5b91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1569},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"255afa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1566},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\" \\u0939\\u093e\\u092e\\u0940 \\u0935\\u093f\\u0926\\u094d\\u092f\\u093e\\u0932\\u092f\\u092a\\u094d\\u0930\\u0924\\u093f \\u0939\\u093e\\u0930\\u094d\\u0926\\u093f\\u0915 \\u0906\\u092d\\u093e\\u0930 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924 \\u0917\\u0930\\u094d\\u0926\\u091b\\u094c\\u0902\\u0964 \\u0924\\u092a\\u093e\\u0908\\u0902\\u0939\\u0930\\u0942\\u0915\\u094b \\u092e\\u093f\\u0939\\u093f\\u0928\\u0947\\u0924, \\u092e\\u093e\\u0930\\u094d\\u0917\\u0926\\u0930\\u094d\\u0936\\u0928 \\u0930 \\u0938\\u094d\\u0928\\u0947\\u0939\\u0932\\u0947 \\u0939\\u093e\\u092e\\u094d\\u0930\\u094b \\u092c\\u093e\\u0932\\u092c\\u093e\\u0932\\u093f\\u0915\\u093e\\u0915\\u094b \\u0909\\u091c\\u094d\\u091c\\u094d\\u0935\\u0932 \\u092d\\u0935\\u093f\\u0937\\u094d\\u092f \\u0928\\u093f\\u0930\\u094d\\u092e\\u093e\\u0923\\u092e\\u093e \\u0920\\u0942\\u0932\\u094b \\u092f\\u094b\\u0917\\u0926\\u093e\\u0928 \\u092a\\u0941\\u0930\\u094d\\u200d\\u092f\\u093e\\u090f\\u0915\\u094b \\u091b\\u0964 <br><br>\\u0927\\u0928\\u094d\\u092f\\u0935\\u093e\\u0926\\u0964\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Sneha Sharma\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_content_color\":\"globals\\/colors?id=astglobalcolor0\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (356,1412,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (357,1412,'_yoast_wpseo_content_score','90');
INSERT INTO `wp_postmeta` VALUES (358,1412,'_oembed_f8a21e0e6a462ed42bd0798b2950cb9c','<iframe title=\"Video Placeholder\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/XHOmBV4js_E?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>');
INSERT INTO `wp_postmeta` VALUES (359,1412,'_oembed_time_f8a21e0e6a462ed42bd0798b2950cb9c','1701947879');
INSERT INTO `wp_postmeta` VALUES (360,1412,'_oembed_87b947de7716efd8672902a3875e0696','<iframe title=\"Video Placeholder\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/XHOmBV4js_E?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>');
INSERT INTO `wp_postmeta` VALUES (361,1412,'_oembed_time_87b947de7716efd8672902a3875e0696','1646277134');
INSERT INTO `wp_postmeta` VALUES (362,1412,'_uag_page_assets','a:9:{s:3:\"css\";s:263:\".uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:8:{i:0;s:11:\"core/search\";i:1;s:10:\"core/group\";i:2;s:12:\"core/heading\";i:3;s:17:\"core/latest-posts\";i:4;s:20:\"core/latest-comments\";i:5;s:13:\"core/archives\";i:6;s:15:\"core/categories\";i:7;s:14:\"core/paragraph\";}s:8:\"uag_flag\";b:0;s:11:\"uag_version\";s:10:\"1726573886\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}');
INSERT INTO `wp_postmeta` VALUES (363,1412,'_oembed_1f20603de59e61ebde5f7c6b84302936','<iframe title=\"Video Placeholder\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/XHOmBV4js_E?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>');
INSERT INTO `wp_postmeta` VALUES (364,1412,'_oembed_time_1f20603de59e61ebde5f7c6b84302936','1712751947');
INSERT INTO `wp_postmeta` VALUES (365,1412,'_uag_css_file_name','uag-css-5.css');
INSERT INTO `wp_postmeta` VALUES (366,1412,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (367,1412,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (368,452,'surerank_seo_checks','a:14:{s:14:\"h2_subheadings\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:38:\"Page contains at least one subheading.\";s:4:\"type\";s:4:\"page\";}s:14:\"image_alt_text\";a:5:{s:6:\"status\";s:7:\"success\";s:11:\"description\";a:1:{i:0;s:48:\"Images on the post/page have alt text attributes\";}s:7:\"message\";s:49:\"All images on this page have alt text attributes.\";s:11:\"show_images\";b:0;s:4:\"type\";s:4:\"page\";}s:13:\"media_present\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"This page includes images or videos to enhance content.\";s:4:\"type\";s:4:\"page\";}s:13:\"links_present\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:30:\"Links are present on the page.\";s:4:\"type\";s:4:\"page\";}s:10:\"url_length\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:35:\"Page URL is short and SEO-friendly.\";s:4:\"type\";s:4:\"page\";}s:19:\"search_engine_title\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"Search engine title is present and under 60 characters.\";s:4:\"type\";s:4:\"page\";}s:25:\"search_engine_description\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:62:\"Search engine description is present and under 160 characters.\";s:4:\"type\";s:4:\"page\";}s:13:\"canonical_url\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:37:\"Canonical tag is present on the page.\";s:4:\"type\";s:4:\"page\";}s:15:\"open_graph_tags\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:40:\"Open Graph tags are present on the page.\";s:4:\"type\";s:4:\"page\";}s:16:\"keyword_in_title\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:38:\"No focus keyword set to analyze title.\";s:4:\"type\";s:7:\"keyword\";}s:22:\"keyword_in_description\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:49:\"No focus keyword set to analyze meta description.\";s:4:\"type\";s:7:\"keyword\";}s:14:\"keyword_in_url\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:36:\"No focus keyword set to analyze URL.\";s:4:\"type\";s:7:\"keyword\";}s:18:\"keyword_in_content\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:40:\"No focus keyword set to analyze content.\";s:4:\"type\";s:7:\"keyword\";}s:12:\"broken_links\";a:2:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:34:\"No broken links found on the page.\";}}');
INSERT INTO `wp_postmeta` VALUES (369,452,'surerank_seo_checks_last_updated','1776179610');
INSERT INTO `wp_postmeta` VALUES (370,452,'theme-transparent-header-meta','enabled');
INSERT INTO `wp_postmeta` VALUES (371,452,'_yoast_wpseo_estimated-reading-time-minutes','2');
INSERT INTO `wp_postmeta` VALUES (372,452,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (373,452,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (374,452,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (375,452,'_astra_content_layout_flag','disabled');
INSERT INTO `wp_postmeta` VALUES (377,452,'ast-title-bar-display','disabled');
INSERT INTO `wp_postmeta` VALUES (378,452,'ast-featured-img','disabled');
INSERT INTO `wp_postmeta` VALUES (379,452,'site-content-layout','page-builder');
INSERT INTO `wp_postmeta` VALUES (380,452,'site-sidebar-layout','no-sidebar');
INSERT INTO `wp_postmeta` VALUES (381,452,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (382,452,'_elementor_data','[{\"id\":\"df82b27\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"9e9f24c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"9f72f1b\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"9503712\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"5c086aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce48bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"258\\\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.<\\/p>\\n<span style=\\\"font-style: inherit; font-weight: inherit;\\\">The school follows a student-centered approach, promoting creativity, critical thinking, and overall development\\u2014academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.<\\/span>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"216\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_color\":\"#6528F7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a1fa886\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53ff607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51338b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_6138-scaled.jpg\",\"id\":1451,\"alt\":\"img 6138\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"defab1b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"7f53e1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Child-Centered Learning Approach\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"h3\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b501f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child\\u2019s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0659fe1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"fbe4d7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":69.924999999999997},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c45e7a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Genius World School\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d642a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"138\\\" data-end=\\\"429\\\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.<\\/p><p data-start=\\\"431\\\" data-end=\\\"749\\\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.<\\/p><p data-start=\\\"751\\\" data-end=\\\"942\\\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.<\\/p><p data-start=\\\"944\\\" data-end=\\\"1080\\\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.<\\/p><p data-start=\\\"1082\\\" data-end=\\\"1119\\\">Thank you for your trust and support.<\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Hemanta Sunuwar<\\/strong><\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Principal<\\/strong><br data-start=\\\"1134\\\" data-end=\\\"1137\\\" \\/>Genius World School<\\/p>\",\"align\":\"justify\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"617021b\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":27,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"c15a3db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77b0ae7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"20\",\"unit\":\"px\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9113a5\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ed2eda\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Inclusive\",\"description_text\":\"We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c887100\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad32598\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Responsible\",\"description_text\":\"We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c72174c\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba7d4e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Respectful\",\"description_text\":\"We foster a culture of mutual respect, kindness, and understanding, where everyone\\u2019s voice and individuality are honored.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"97b8c80\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"cb1c56e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-people-carry\",\"library\":\"fa-solid\"},\"title_text\":\"Collaborative\",\"description_text\":\"We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.367999999999995},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"50bed54\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"eca48e1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c201d0f\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ead07b8\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a001e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"09412df\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c62303a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cIgniting Curious Minds,\\u201d we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c71a161\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f0b745\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"30da15b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"34b2cc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cf0947\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dd3f5e7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7265b3\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"932c535\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b763fb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-family: &quot;Roboto Slab&quot;, sans-serif;\\\">\\\" Igniting Curious minds \\\"<\\/span><span style=\\\"font-family: &quot;Roboto Slab&quot;, sans-serif;\\\"><\\/span>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"526cb0e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (384,452,'_yoast_wpseo_content_score','90');
INSERT INTO `wp_postmeta` VALUES (385,452,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (386,452,'_oembed_f8a21e0e6a462ed42bd0798b2950cb9c','<iframe title=\"Video Placeholder\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/XHOmBV4js_E?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>');
INSERT INTO `wp_postmeta` VALUES (387,452,'_oembed_time_f8a21e0e6a462ed42bd0798b2950cb9c','1646287592');
INSERT INTO `wp_postmeta` VALUES (388,452,'_uag_page_assets','a:9:{s:3:\"css\";s:263:\".uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:8:{i:0;s:11:\"core/search\";i:1;s:10:\"core/group\";i:2;s:12:\"core/heading\";i:3;s:17:\"core/latest-posts\";i:4;s:20:\"core/latest-comments\";i:5;s:13:\"core/archives\";i:6;s:15:\"core/categories\";i:7;s:14:\"core/paragraph\";}s:8:\"uag_flag\";b:0;s:11:\"uag_version\";s:10:\"1726573886\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}');
INSERT INTO `wp_postmeta` VALUES (389,452,'_uag_css_file_name','uag-css-452.css');
INSERT INTO `wp_postmeta` VALUES (390,452,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (391,452,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (392,739,'surerank_seo_checks','a:13:{s:14:\"h2_subheadings\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:38:\"Page contains at least one subheading.\";s:4:\"type\";s:4:\"page\";}s:13:\"media_present\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:39:\"No images or videos found on this page.\";s:4:\"type\";s:4:\"page\";}s:13:\"links_present\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:27:\"No links found on the page.\";s:4:\"type\";s:4:\"page\";}s:10:\"url_length\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:35:\"Page URL is short and SEO-friendly.\";s:4:\"type\";s:4:\"page\";}s:19:\"search_engine_title\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"Search engine title is present and under 60 characters.\";s:4:\"type\";s:4:\"page\";}s:25:\"search_engine_description\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:62:\"Search engine description is present and under 160 characters.\";s:4:\"type\";s:4:\"page\";}s:13:\"canonical_url\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:37:\"Canonical tag is present on the page.\";s:4:\"type\";s:4:\"page\";}s:15:\"open_graph_tags\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:40:\"Open Graph tags are present on the page.\";s:4:\"type\";s:4:\"page\";}s:16:\"keyword_in_title\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:38:\"No focus keyword set to analyze title.\";s:4:\"type\";s:7:\"keyword\";}s:22:\"keyword_in_description\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:49:\"No focus keyword set to analyze meta description.\";s:4:\"type\";s:7:\"keyword\";}s:14:\"keyword_in_url\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:36:\"No focus keyword set to analyze URL.\";s:4:\"type\";s:7:\"keyword\";}s:18:\"keyword_in_content\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:40:\"No focus keyword set to analyze content.\";s:4:\"type\";s:7:\"keyword\";}s:12:\"broken_links\";a:2:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:34:\"No broken links found on the page.\";}}');
INSERT INTO `wp_postmeta` VALUES (393,739,'surerank_seo_checks_last_updated','1776179407');
INSERT INTO `wp_postmeta` VALUES (394,739,'theme-transparent-header-meta','enabled');
INSERT INTO `wp_postmeta` VALUES (395,739,'_yoast_wpseo_estimated-reading-time-minutes','3');
INSERT INTO `wp_postmeta` VALUES (396,739,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (397,739,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (398,739,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (399,739,'_astra_content_layout_flag','disabled');
INSERT INTO `wp_postmeta` VALUES (401,739,'ast-title-bar-display','disabled');
INSERT INTO `wp_postmeta` VALUES (402,739,'ast-featured-img','disabled');
INSERT INTO `wp_postmeta` VALUES (403,739,'site-content-layout','page-builder');
INSERT INTO `wp_postmeta` VALUES (404,739,'site-sidebar-layout','no-sidebar');
INSERT INTO `wp_postmeta` VALUES (405,739,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (406,739,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"332\\\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\\\"55\\\" data-end=\\\"104\\\">spacious, child-friendly, and age-appropriate<\\/strong>, creating a <strong data-start=\\\"117\\\" data-end=\\\"180\\\">comfortable and engaging environment for effective learning<\\/strong>. Each classroom is well-equipped with <strong data-start=\\\"219\\\" data-end=\\\"261\\\">modern teaching and learning materials<\\/strong> that support <strong data-start=\\\"275\\\" data-end=\\\"329\\\">progressive and interactive teaching methodologies<\\/strong>.<\\/p>\\n<p data-start=\\\"334\\\" data-end=\\\"677\\\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\\\"393\\\" data-end=\\\"426\\\">safe, age-appropriate seating<\\/strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\\\"505\\\" data-end=\\\"542\\\">move freely and learn comfortably<\\/strong>. From Grade 3 onwards, students are provided with <strong data-start=\\\"593\\\" data-end=\\\"613\\\">individual desks<\\/strong> that promote <strong data-start=\\\"627\\\" data-end=\\\"674\\\">focus, independence, and organized learning<\\/strong>.<\\/p>\\n<p data-start=\\\"679\\\" data-end=\\\"1011\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">All classrooms are <strong data-start=\\\"698\\\" data-end=\\\"713\\\">ICT-enabled<\\/strong> and feature <strong data-start=\\\"726\\\" data-end=\\\"755\\\">dedicated reading corners<\\/strong> to encourage a <strong data-start=\\\"771\\\" data-end=\\\"819\\\">love for reading and independent exploration<\\/strong>. Ample space is provided to facilitate <strong data-start=\\\"859\\\" data-end=\\\"920\\\">hands-on activities, group work, and interactive learning<\\/strong>, ensuring that students <strong data-start=\\\"945\\\" data-end=\\\"1010\\\">actively participate and fully engage in the learning process<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/picture-1.jpg\",\"id\":1695,\"alt\":\"picture (1)\",\"source\":\"library\",\"size\":\"\"},\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"350\\\">The Library at GWS serves as a <strong data-start=\\\"31\\\" data-end=\\\"55\\\">dynamic learning hub<\\/strong> that nurtures a strong culture of <strong data-start=\\\"90\\\" data-end=\\\"134\\\">reading, research, and lifelong learning<\\/strong>. It is well-stocked with a wide range of <strong data-start=\\\"176\\\" data-end=\\\"201\\\">age-appropriate books<\\/strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\\\"299\\\" data-end=\\\"347\\\">curriculum needs and independent exploration<\\/strong>.<\\/p>\\n<p data-start=\\\"352\\\" data-end=\\\"737\\\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\\\"437\\\" data-end=\\\"471\\\">reading habits among educators<\\/strong> as well. A dedicated <strong data-start=\\\"493\\\" data-end=\\\"522\\\">teachers\\u2019 library section<\\/strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\\\"631\\\" data-end=\\\"712\\\">continuously enhance their knowledge, teaching practices, and personal growth<\\/strong> beyond the curriculum.<\\/p>\\n<p data-start=\\\"739\\\" data-end=\\\"1122\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">Designed to be <strong data-start=\\\"754\\\" data-end=\\\"801\\\">peaceful, comfortable, and student-friendly<\\/strong>, the library provides an ideal space for <strong data-start=\\\"843\\\" data-end=\\\"890\\\">focused reading and intellectual engagement<\\/strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\\\"964\\\" data-end=\\\"1026\\\">curiosity, creativity, and a lifelong passion for learning<\\/strong>, making the library a true cornerstone of <strong data-start=\\\"1069\\\" data-end=\\\"1114\\\">academic excellence and continuous growth<\\/strong> at GWS.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/picture-3.jpg\",\"id\":1693,\"alt\":\"picture (3)\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/3.jpg\",\"id\":1566,\"alt\":\"3\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":92,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/20260220_172740.jpg-1-scaled.jpeg\",\"id\":1434,\"alt\":\"20260220 172740.jpg (1)\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0037ccb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1fec8a7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"b950b6c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c29ed94\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"f52f0f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"07\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61054bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outdoor activities &amp; Trips\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true},\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e32b5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;54\\\\&quot;\\\" data-end=\\\"\\\\&quot;526\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">At&nbsp;<span data-start=\\\"\\\\&quot;57\\\\&quot;\\\" data-end=\\\"\\\\&quot;80\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Genius World School<\\/span>, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;<span data-start=\\\"\\\\&quot;186\\\\&quot;\\\" data-end=\\\"\\\\&quot;225\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">field trips, dayouts, and nightouts<\\/span>&nbsp;play a vital role in enriching students\\u2019 learning experiences. These activities are designed not only to educate students about&nbsp;<span data-start=\\\"\\\\&quot;354\\\\&quot;\\\" data-end=\\\"\\\\&quot;405\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">culture, tradition, nature, and the environment<\\/span>, but also to help them develop important&nbsp;<span data-start=\\\"\\\\&quot;447\\\\&quot;\\\" data-end=\\\"\\\\&quot;462\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">life skills<\\/span>&nbsp;such as teamwork, independence, responsibility, and confidence.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;896\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;539\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Dayouts<\\/span>&nbsp;are regularly organized for all grades within school hours, based on&nbsp;<span data-start=\\\"\\\\&quot;609\\\\&quot;\\\" data-end=\\\"\\\\&quot;643\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">thematic learning requirements<\\/span>. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;1275\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;911\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Nightouts<\\/span>&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;<span data-start=\\\"\\\\&quot;1019\\\\&quot;\\\" data-end=\\\"\\\\&quot;1036\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 1 and 2<\\/span>, students participate in&nbsp;<span data-start=\\\"\\\\&quot;1062\\\\&quot;\\\" data-end=\\\"\\\\&quot;1109\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">night camping experiences within the school<\\/span>, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1277\\\\&quot;\\\" data-end=\\\"\\\\&quot;1521\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">For&nbsp;<span data-start=\\\"\\\\&quot;1281\\\\&quot;\\\" data-end=\\\"\\\\&quot;1297\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 3 to 5<\\/span>, students go on&nbsp;<span data-start=\\\"\\\\&quot;1314\\\\&quot;\\\" data-end=\\\"\\\\&quot;1338\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">1-night, 2-day trips<\\/span>, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1523\\\\&quot;\\\" data-end=\\\"\\\\&quot;1854\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Students from&nbsp;<span data-start=\\\"\\\\&quot;1537\\\\&quot;\\\" data-end=\\\"\\\\&quot;1554\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 6 to 10<\\/span>&nbsp;participate in&nbsp;<span data-start=\\\"\\\\&quot;1570\\\\&quot;\\\" data-end=\\\"\\\\&quot;1618\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">longer trips of at least 2 nights and 3 days<\\/span>. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.<\\/p><p justify;\\\\\\\"=\\\"\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">&nbsp;<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1856\\\\&quot;\\\" data-end=\\\"\\\\&quot;2132\\\\&quot;\\\" data-is-last-node=\\\"\\\\&quot;\\\\&quot;\\\" data-is-only-node=\\\"\\\\&quot;\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6297014\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/608918078_1391286219676388_4779395197971108801_n.jpg\",\"id\":1698,\"alt\":\"608918078 1391286219676388 4779395197971108801 n\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"09e19f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"157184d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/622377885_1413786470759696_2212442530764339429_n.jpg\",\"id\":1699,\"alt\":\"622377885 1413786470759696 2212442530764339429 n\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"85ac20f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"204ee16\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"4efb019\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c50521d\",\"elType\":\"widget\",\"settings\":{\"title\":\"08\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26083fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Parental Guidence &amp; Counselling\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a504689\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, educational service guidance is an important part of supporting students\\u2019 academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0e0a27d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c750d8a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1201dca\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"55905a1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"9212ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"09\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ced360\",\"elType\":\"widget\",\"settings\":{\"title\":\"ECA\\/CCA Activities\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f274527\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, ECA\\/CCA activities are an integral part of our holistic education approach, designed to nurture students\\u2019 talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our \\u201cExtra Club\\u201d offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"96f1ce2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/5.jpg\",\"id\":1568,\"alt\":\"5\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"0f5468e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9cbca0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"db75f9f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"680f1ce\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"25fcbae\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ff0e8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"10\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82faa4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Art &amp; Crafts\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"067d6a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork\\u2014it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (408,739,'_yoast_wpseo_content_score','90');
INSERT INTO `wp_postmeta` VALUES (409,739,'_oembed_f8a21e0e6a462ed42bd0798b2950cb9c','<iframe title=\"Video Placeholder\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/XHOmBV4js_E?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>');
INSERT INTO `wp_postmeta` VALUES (410,739,'_oembed_time_f8a21e0e6a462ed42bd0798b2950cb9c','1646296771');
INSERT INTO `wp_postmeta` VALUES (411,739,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (412,739,'_oembed_87b947de7716efd8672902a3875e0696','<iframe title=\"Video Placeholder\" width=\"1200\" height=\"675\" src=\"https://www.youtube.com/embed/XHOmBV4js_E?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>');
INSERT INTO `wp_postmeta` VALUES (413,739,'_oembed_time_87b947de7716efd8672902a3875e0696','1646356510');
INSERT INTO `wp_postmeta` VALUES (414,739,'_uag_page_assets','a:9:{s:3:\"css\";s:263:\".uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:8:{i:0;s:11:\"core/search\";i:1;s:10:\"core/group\";i:2;s:12:\"core/heading\";i:3;s:17:\"core/latest-posts\";i:4;s:20:\"core/latest-comments\";i:5;s:13:\"core/archives\";i:6;s:15:\"core/categories\";i:7;s:14:\"core/paragraph\";}s:8:\"uag_flag\";b:0;s:11:\"uag_version\";s:10:\"1726573886\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}');
INSERT INTO `wp_postmeta` VALUES (415,739,'_oembed_1f20603de59e61ebde5f7c6b84302936','<iframe title=\"Video Placeholder\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/XHOmBV4js_E?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>');
INSERT INTO `wp_postmeta` VALUES (416,739,'_oembed_time_1f20603de59e61ebde5f7c6b84302936','1719818668');
INSERT INTO `wp_postmeta` VALUES (417,739,'_uag_css_file_name','uag-css-739.css');
INSERT INTO `wp_postmeta` VALUES (418,739,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (419,739,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (420,938,'surerank_seo_checks','a:15:{s:14:\"h2_subheadings\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:38:\"Page contains at least one subheading.\";s:4:\"type\";s:4:\"page\";}s:14:\"image_alt_text\";a:5:{s:6:\"status\";s:7:\"success\";s:11:\"description\";a:1:{i:0;s:48:\"Images on the post/page have alt text attributes\";}s:7:\"message\";s:49:\"All images on this page have alt text attributes.\";s:11:\"show_images\";b:0;s:4:\"type\";s:4:\"page\";}s:13:\"media_present\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"This page includes images or videos to enhance content.\";s:4:\"type\";s:4:\"page\";}s:13:\"links_present\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:30:\"Links are present on the page.\";s:4:\"type\";s:4:\"page\";}s:10:\"url_length\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:35:\"Page URL is short and SEO-friendly.\";s:4:\"type\";s:4:\"page\";}s:19:\"search_engine_title\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"Search engine title is present and under 60 characters.\";s:4:\"type\";s:4:\"page\";}s:25:\"search_engine_description\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:62:\"Search engine description is present and under 160 characters.\";s:4:\"type\";s:4:\"page\";}s:13:\"canonical_url\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:37:\"Canonical tag is present on the page.\";s:4:\"type\";s:4:\"page\";}s:15:\"open_graph_tags\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:40:\"Open Graph tags are present on the page.\";s:4:\"type\";s:4:\"page\";}s:16:\"keyword_in_title\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:38:\"No focus keyword set to analyze title.\";s:4:\"type\";s:7:\"keyword\";}s:22:\"keyword_in_description\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:49:\"No focus keyword set to analyze meta description.\";s:4:\"type\";s:7:\"keyword\";}s:14:\"keyword_in_url\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:36:\"No focus keyword set to analyze URL.\";s:4:\"type\";s:7:\"keyword\";}s:18:\"keyword_in_content\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:40:\"No focus keyword set to analyze content.\";s:4:\"type\";s:7:\"keyword\";}s:12:\"broken_links\";a:2:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:34:\"No broken links found on the page.\";}s:9:\"all_links\";a:1:{i:0;s:35:\"https://forms.gle/q5yHBDQzoKcroYDj6\";}}');
INSERT INTO `wp_postmeta` VALUES (421,938,'surerank_seo_checks_last_updated','1776175802');
INSERT INTO `wp_postmeta` VALUES (422,938,'theme-transparent-header-meta','enabled');
INSERT INTO `wp_postmeta` VALUES (423,938,'_yoast_wpseo_estimated-reading-time-minutes','2');
INSERT INTO `wp_postmeta` VALUES (424,938,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (425,938,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (426,938,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (427,938,'_astra_content_layout_flag','disabled');
INSERT INTO `wp_postmeta` VALUES (429,938,'ast-title-bar-display','disabled');
INSERT INTO `wp_postmeta` VALUES (430,938,'ast-featured-img','disabled');
INSERT INTO `wp_postmeta` VALUES (431,938,'site-content-layout','page-builder');
INSERT INTO `wp_postmeta` VALUES (432,938,'site-sidebar-layout','no-sidebar');
INSERT INTO `wp_postmeta` VALUES (433,938,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (434,938,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (435,938,'_elementor_data','[{\"id\":\"0033e46\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"4a23daa\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4536081\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ccb566\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17e97ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71ac86b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to enroll?<br>We hope to meet you soon\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b6ea6da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join the GWS family and give your child the gift of quality education in a nurturing environment. We\\u2019re here to guide you every step of the way.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"03fdb11\",\"elType\":\"widget\",\"settings\":{\"title\":\"The process\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb9e4da\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":1024,\"sizes\":[]}},\"elements\":[{\"id\":\"b293c4b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b89e33c\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e32e79d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Take a tour\",\"description_text\":\"Visit our school to explore the learning environment, facilities, and classrooms. Meet our team and get a feel of the nurturing atmosphere we provide for every child.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"f768095\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"fb7e3bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59e6b0a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Submit application\",\"description_text\":\"Complete and submit the admission form with the required documents. Our team will guide you through the process to ensure everything is smooth and hassle-free.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"e600028\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"38074b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67ee937\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Meet and greet\",\"description_text\":\"Attend an interaction session with the school team. This helps us understand your child better and gives you an opportunity to ask questions and learn more about our approach.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"0dfe92a\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dbd5416\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66e3f96\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Secure a spot\",\"description_text\":\"Once selected, confirm admission by completing the enrollment process. Welcome to the GWS family, where your child\\u2019s learning journey begins!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88dd572\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"24\",\"bottom\":\"40\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"72339b4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fdb6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-2.jpg\",\"id\":1038,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b861150\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba42aa9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-1.jpg\",\"id\":1037,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"167a10c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"330558e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4ef092d\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"32\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"bf231f8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dcbd905\",\"elType\":\"widget\",\"settings\":{\"title\":\"Required enrollment documents\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8bf8b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"122\\\" data-end=\\\"207\\\">To complete the admission process, please prepare and submit the following documents:<\\/p>\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"068efe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"620c4d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b31cb1a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Completed Admission Form\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6cec095\"},{\"text\":\"Copy of Birth Certificate\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"38949a3\"},{\"text\":\"Recent Passport-Sized Photographs (student)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7d3820a\"},{\"text\":\"Previous School Reports \\/ Transcripts\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dfafc99\"},{\"text\":\"Transfer Certificate (TC) (if applicable)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dbcda97\"},{\"text\":\"IEMIS transfer\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"e4486a6\"},{\"text\":\"Medical Records \\/ Immunization Report (if required)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"63e3672\"}],\"space_between\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d8671bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (436,938,'_oembed_f8a21e0e6a462ed42bd0798b2950cb9c','<iframe title=\"Video Placeholder\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/XHOmBV4js_E?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>');
INSERT INTO `wp_postmeta` VALUES (437,938,'_oembed_time_f8a21e0e6a462ed42bd0798b2950cb9c','1646368802');
INSERT INTO `wp_postmeta` VALUES (439,938,'_yoast_wpseo_content_score','90');
INSERT INTO `wp_postmeta` VALUES (440,938,'_uag_page_assets','a:9:{s:3:\"css\";s:263:\".uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:8:{i:0;s:11:\"core/search\";i:1;s:10:\"core/group\";i:2;s:12:\"core/heading\";i:3;s:17:\"core/latest-posts\";i:4;s:20:\"core/latest-comments\";i:5;s:13:\"core/archives\";i:6;s:15:\"core/categories\";i:7;s:14:\"core/paragraph\";}s:8:\"uag_flag\";b:0;s:11:\"uag_version\";s:10:\"1726573886\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}');
INSERT INTO `wp_postmeta` VALUES (441,938,'_uag_css_file_name','uag-css-938.css');
INSERT INTO `wp_postmeta` VALUES (442,938,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (443,938,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (444,1059,'surerank_seo_checks','a:15:{s:14:\"h2_subheadings\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:38:\"Page contains at least one subheading.\";s:4:\"type\";s:4:\"page\";}s:14:\"image_alt_text\";a:5:{s:6:\"status\";s:7:\"success\";s:11:\"description\";a:1:{i:0;s:48:\"Images on the post/page have alt text attributes\";}s:7:\"message\";s:49:\"All images on this page have alt text attributes.\";s:11:\"show_images\";b:0;s:4:\"type\";s:4:\"page\";}s:13:\"media_present\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"This page includes images or videos to enhance content.\";s:4:\"type\";s:4:\"page\";}s:13:\"links_present\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:30:\"Links are present on the page.\";s:4:\"type\";s:4:\"page\";}s:10:\"url_length\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:35:\"Page URL is short and SEO-friendly.\";s:4:\"type\";s:4:\"page\";}s:19:\"search_engine_title\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"Search engine title is present and under 60 characters.\";s:4:\"type\";s:4:\"page\";}s:25:\"search_engine_description\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:62:\"Search engine description is present and under 160 characters.\";s:4:\"type\";s:4:\"page\";}s:13:\"canonical_url\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:37:\"Canonical tag is present on the page.\";s:4:\"type\";s:4:\"page\";}s:9:\"all_links\";a:4:{i:0;s:42:\"https://www.facebook.com/geniusworldschool\";i:1;s:41:\"https://www.tiktok.com/@geniusworldschool\";i:2;s:42:\"https://www.youtube.com/@geniusworldschool\";i:3;s:41:\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\";}s:15:\"open_graph_tags\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:40:\"Open Graph tags are present on the page.\";s:4:\"type\";s:4:\"page\";}s:16:\"keyword_in_title\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:38:\"No focus keyword set to analyze title.\";s:4:\"type\";s:7:\"keyword\";}s:22:\"keyword_in_description\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:49:\"No focus keyword set to analyze meta description.\";s:4:\"type\";s:7:\"keyword\";}s:14:\"keyword_in_url\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:36:\"No focus keyword set to analyze URL.\";s:4:\"type\";s:7:\"keyword\";}s:18:\"keyword_in_content\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:40:\"No focus keyword set to analyze content.\";s:4:\"type\";s:7:\"keyword\";}s:12:\"broken_links\";a:2:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:34:\"No broken links found on the page.\";}}');
INSERT INTO `wp_postmeta` VALUES (445,1059,'surerank_seo_checks_last_updated','1776175180');
INSERT INTO `wp_postmeta` VALUES (446,1059,'theme-transparent-header-meta','enabled');
INSERT INTO `wp_postmeta` VALUES (447,1059,'_yoast_wpseo_estimated-reading-time-minutes','1');
INSERT INTO `wp_postmeta` VALUES (448,1059,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (449,1059,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (450,1059,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (451,1059,'_astra_content_layout_flag','disabled');
INSERT INTO `wp_postmeta` VALUES (453,1059,'ast-title-bar-display','disabled');
INSERT INTO `wp_postmeta` VALUES (454,1059,'ast-featured-img','disabled');
INSERT INTO `wp_postmeta` VALUES (455,1059,'site-content-layout','page-builder');
INSERT INTO `wp_postmeta` VALUES (456,1059,'site-sidebar-layout','no-sidebar');
INSERT INTO `wp_postmeta` VALUES (457,1059,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (458,1059,'_elementor_data','[{\"id\":\"c6c17a7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"fb1d57f\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14f9da5\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"005c7dd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9da6bb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a23cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have questions about our school &amp; program?\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6112e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get in touch with us today\\u2014we\\u2019ll be happy to answer all your questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe751ac\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9056753\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c8fd2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"General \",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"df8b3a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@geniusworld.edu.np\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4a672fa\",\"elType\":\"widget\",\"settings\":{\"text\":\"uni.school2017@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e9303f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"geniusworldschoolmj@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e9a4ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e0db41c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"647a188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Keep in touch\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"start\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1489af2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"c5fa792\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"_id\":\"824e65a\",\"link\":{\"url\":\"https:\\/\\/www.tiktok.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6a4f6c5\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"cbb5c4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6651475\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"10\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a4e72b1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f7d9e35\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf607bd\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f277877\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"width_tablet\":{\"size\":66,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a40c0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Address\",\"description_text\":\"Basundhara, Tokha 5, Kathmandu\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1a44609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get directions\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c4ef046\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":34,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6d98db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Work hours\",\"description_text\":\"Sun-Fri: 8:30 am-5:00 pm\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"55789cc\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5004dde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Phone\",\"description_text\":\"+977-01-4981877 \\/ 4989177<br>+977-9851201398\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (460,1059,'_yoast_wpseo_content_score','90');
INSERT INTO `wp_postmeta` VALUES (461,1059,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (462,1059,'_uag_page_assets','a:9:{s:3:\"css\";s:263:\".uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:8:{i:0;s:11:\"core/search\";i:1;s:10:\"core/group\";i:2;s:12:\"core/heading\";i:3;s:17:\"core/latest-posts\";i:4;s:20:\"core/latest-comments\";i:5;s:13:\"core/archives\";i:6;s:15:\"core/categories\";i:7;s:14:\"core/paragraph\";}s:8:\"uag_flag\";b:0;s:11:\"uag_version\";s:10:\"1726573886\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}');
INSERT INTO `wp_postmeta` VALUES (463,1059,'_uag_css_file_name','uag-css-1059.css');
INSERT INTO `wp_postmeta` VALUES (464,1059,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (465,1059,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (466,1125,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (467,1125,'_menu_item_object_id','1412');
INSERT INTO `wp_postmeta` VALUES (468,1125,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (469,1125,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (470,1125,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (471,1125,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (472,1126,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (473,1126,'_menu_item_object_id','452');
INSERT INTO `wp_postmeta` VALUES (474,1126,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (475,1126,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (476,1126,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (477,1126,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (496,1266,'_menu_item_type','custom');
INSERT INTO `wp_postmeta` VALUES (497,1266,'_menu_item_object_id','1266');
INSERT INTO `wp_postmeta` VALUES (498,1266,'_menu_item_object','custom');
INSERT INTO `wp_postmeta` VALUES (499,1266,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (500,1266,'_menu_item_url','http://genius-world-school.local/about/');
INSERT INTO `wp_postmeta` VALUES (501,1266,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (502,1266,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (503,1267,'_menu_item_type','custom');
INSERT INTO `wp_postmeta` VALUES (504,1267,'_menu_item_object_id','1267');
INSERT INTO `wp_postmeta` VALUES (505,1267,'_menu_item_object','custom');
INSERT INTO `wp_postmeta` VALUES (506,1267,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (507,1267,'_menu_item_url','http://genius-world-school.local/program/');
INSERT INTO `wp_postmeta` VALUES (508,1267,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (509,1267,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (510,1268,'_menu_item_type','custom');
INSERT INTO `wp_postmeta` VALUES (511,1268,'_menu_item_object_id','1268');
INSERT INTO `wp_postmeta` VALUES (512,1268,'_menu_item_object','custom');
INSERT INTO `wp_postmeta` VALUES (513,1268,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (514,1268,'_menu_item_url','http://genius-world-school.local/our-team/');
INSERT INTO `wp_postmeta` VALUES (515,1268,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (516,1268,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (524,939,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:8:\"wp_theme\";s:4:\"slug\";s:5:\"astra\";s:4:\"name\";s:5:\"astra\";}');
INSERT INTO `wp_postmeta` VALUES (525,939,'_astra_sites_imported_post','1');
INSERT INTO `wp_postmeta` VALUES (526,939,'_astra_sites_enable_for_batch','1');
INSERT INTO `wp_postmeta` VALUES (527,97,'_elementor_migrations_state_8b2d','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (533,1412,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (534,1412,'_edit_lock','1776179564:1');
INSERT INTO `wp_postmeta` VALUES (535,452,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (536,739,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (537,938,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (538,1059,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (539,97,'_elementor_migrations_state_61cb','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (540,97,'_edit_lock','1776060546:1');
INSERT INTO `wp_postmeta` VALUES (546,1414,'_wp_attached_file','2026/04/IMG_1651-scaled.jpg');
INSERT INTO `wp_postmeta` VALUES (547,1414,'_wp_attachment_image_alt','img 1651');
INSERT INTO `wp_postmeta` VALUES (548,1414,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:27:\"2026/04/IMG_1651-scaled.jpg\";s:8:\"filesize\";i:515192;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_1651-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47116;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_1651-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143749;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1651-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38141;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_1651-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102398;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"IMG_1651-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242357;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"IMG_1651-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:366852;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1762957150\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_1651.jpg\";}');
INSERT INTO `wp_postmeta` VALUES (549,1415,'_wp_attached_file','2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png');
INSERT INTO `wp_postmeta` VALUES (550,1415,'_wp_attachment_image_alt','chatgpt image mar 12, 2026, 10 29 57 pm');
INSERT INTO `wp_postmeta` VALUES (551,1415,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:49:\"2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\";s:8:\"filesize\";i:1394659;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106240;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31952;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:590066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (552,1416,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (553,1416,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (554,1416,'_elementor_version','3.24.2');
INSERT INTO `wp_postmeta` VALUES (555,1416,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (556,1416,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Donec scelerisque neque integer nulla habitant nec sem nam bibendum arcu rhoncus in consequat.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(123) 456-7890\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-image-back.jpg\",\"id\":284,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"},{\"id\":\"ac415ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-image-2.jpg\",\"id\":80,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"160\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"160\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-about-image.jpg\",\"id\":81,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bc5fbc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.<\\/p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school.jpg\",\"id\":623,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school-signature.png\",\"id\":624,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Yolanda Jenkins\",\"description_text\":\"Founder & Head of School\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dc28f4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care Options\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Age-specific support for every stage\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-3.jpg\",\"id\":90,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Infant\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-2.jpg\",\"id\":89,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Toddlers\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-1.jpg\",\"id\":88,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Preschool\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"58583e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e390e0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"text\":\"Passionate teachers\",\"_id\":\"d78c206\"},{\"text\":\"Supervision to keep children\",\"_id\":\"4d14f15\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"75b5b42\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe0704\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"c8b0f32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Morning Huddles\",\"description_text\":\"Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e81c561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4880d6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"The Basics\",\"description_text\":\"Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum \",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"627aeb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c16261d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Play Stations\",\"description_text\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"336603b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7cfff34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Learning Lab\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"58e6222\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd22893\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Superfoods\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0e64c3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bffb8a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Outdoor Play\",\"description_text\":\"Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (557,1416,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (561,1416,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (562,1417,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (563,1417,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (564,1417,'_elementor_version','3.24.2');
INSERT INTO `wp_postmeta` VALUES (565,1417,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (566,1417,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Donec scelerisque neque integer nulla habitant nec sem nam bibendum arcu rhoncus in consequat.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(123) 456-7890\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-image-back.jpg\",\"id\":284,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"},{\"id\":\"ac415ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-image-2.jpg\",\"id\":80,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_position\":\"absolute\",\"_offset_orientation_v\":\"end\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"160\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"160\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-about-image.jpg\",\"id\":81,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bc5fbc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.<\\/p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school.jpg\",\"id\":623,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school-signature.png\",\"id\":624,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Yolanda Jenkins\",\"description_text\":\"Founder & Head of School\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dc28f4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care Options\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Age-specific support for every stage\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-3.jpg\",\"id\":90,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Infant\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-2.jpg\",\"id\":89,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Toddlers\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-1.jpg\",\"id\":88,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Preschool\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"58583e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e390e0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"text\":\"Passionate teachers\",\"_id\":\"d78c206\"},{\"text\":\"Supervision to keep children\",\"_id\":\"4d14f15\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"75b5b42\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe0704\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"c8b0f32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Morning Huddles\",\"description_text\":\"Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e81c561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4880d6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"The Basics\",\"description_text\":\"Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum \",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"627aeb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c16261d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Play Stations\",\"description_text\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"336603b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7cfff34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Learning Lab\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"58e6222\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd22893\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Superfoods\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0e64c3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bffb8a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Outdoor Play\",\"description_text\":\"Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (567,1417,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (571,1417,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (572,1418,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (573,1418,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (574,1418,'_elementor_version','3.24.2');
INSERT INTO `wp_postmeta` VALUES (575,1418,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (576,1418,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-about-image.jpg\",\"id\":81,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bc5fbc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.<\\/p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school.jpg\",\"id\":623,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school-signature.png\",\"id\":624,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Yolanda Jenkins\",\"description_text\":\"Founder & Head of School\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dc28f4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care Options\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Age-specific support for every stage\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-3.jpg\",\"id\":90,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Infant\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-2.jpg\",\"id\":89,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Toddlers\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-1.jpg\",\"id\":88,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Preschool\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"58583e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e390e0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"text\":\"Passionate teachers\",\"_id\":\"d78c206\"},{\"text\":\"Supervision to keep children\",\"_id\":\"4d14f15\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"75b5b42\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe0704\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"c8b0f32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Morning Huddles\",\"description_text\":\"Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e81c561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4880d6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"The Basics\",\"description_text\":\"Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum \",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"627aeb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c16261d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Play Stations\",\"description_text\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"336603b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7cfff34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Learning Lab\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"58e6222\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd22893\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Superfoods\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0e64c3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bffb8a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Outdoor Play\",\"description_text\":\"Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (577,1418,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (581,1418,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (582,1419,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (583,1419,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (584,1419,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (585,1419,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (586,1419,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-about-image.jpg\",\"id\":81,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bc5fbc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.<\\/p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school.jpg\",\"id\":623,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school-signature.png\",\"id\":624,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Yolanda Jenkins\",\"description_text\":\"Founder & Head of School\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dc28f4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care Options\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Age-specific support for every stage\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-3.jpg\",\"id\":90,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Infant\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-2.jpg\",\"id\":89,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Toddlers\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-1.jpg\",\"id\":88,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Preschool\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"58583e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e390e0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"text\":\"Passionate teachers\",\"_id\":\"d78c206\"},{\"text\":\"Supervision to keep children\",\"_id\":\"4d14f15\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"75b5b42\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe0704\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"c8b0f32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Morning Huddles\",\"description_text\":\"Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e81c561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4880d6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"The Basics\",\"description_text\":\"Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum \",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"627aeb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c16261d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Play Stations\",\"description_text\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"336603b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7cfff34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Learning Lab\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"58e6222\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd22893\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Superfoods\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0e64c3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bffb8a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Outdoor Play\",\"description_text\":\"Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (587,1419,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (589,1419,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (590,1420,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (591,1420,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (592,1420,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (593,1420,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (594,1420,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-about-image.jpg\",\"id\":81,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bc5fbc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.<\\/p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school.jpg\",\"id\":623,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school-signature.png\",\"id\":624,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Yolanda Jenkins\",\"description_text\":\"Founder & Head of School\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dc28f4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care Options\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Age-specific support for every stage\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-3.jpg\",\"id\":90,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Infant\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-2.jpg\",\"id\":89,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Toddlers\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-1.jpg\",\"id\":88,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Preschool\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"58583e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e390e0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"text\":\"Passionate teachers\",\"_id\":\"d78c206\"},{\"text\":\"Supervision to keep children\",\"_id\":\"4d14f15\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"75b5b42\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe0704\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"c8b0f32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Morning Huddles\",\"description_text\":\"Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e81c561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4880d6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"The Basics\",\"description_text\":\"Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum \",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"627aeb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c16261d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Play Stations\",\"description_text\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"336603b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7cfff34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Learning Lab\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"58e6222\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd22893\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Superfoods\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0e64c3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bffb8a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Outdoor Play\",\"description_text\":\"Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (595,1420,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (597,1420,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (598,1421,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (599,1421,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (600,1421,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (601,1421,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (602,1421,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"#https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-about-image.jpg\",\"id\":81,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bc5fbc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.<\\/p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school.jpg\",\"id\":623,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school-signature.png\",\"id\":624,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Yolanda Jenkins\",\"description_text\":\"Founder & Head of School\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dc28f4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care Options\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Age-specific support for every stage\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-3.jpg\",\"id\":90,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Infant\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-2.jpg\",\"id\":89,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Toddlers\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-1.jpg\",\"id\":88,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Preschool\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"58583e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e390e0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"text\":\"Passionate teachers\",\"_id\":\"d78c206\"},{\"text\":\"Supervision to keep children\",\"_id\":\"4d14f15\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"75b5b42\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe0704\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"c8b0f32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Morning Huddles\",\"description_text\":\"Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e81c561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4880d6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"The Basics\",\"description_text\":\"Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum \",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"627aeb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c16261d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Play Stations\",\"description_text\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"336603b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7cfff34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Learning Lab\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"58e6222\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd22893\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Superfoods\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0e64c3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bffb8a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Outdoor Play\",\"description_text\":\"Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (603,1421,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (605,1421,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (606,1422,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (607,1422,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (608,1422,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (609,1422,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (610,1422,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"#https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-about-image.jpg\",\"id\":81,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bc5fbc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.<\\/p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school.jpg\",\"id\":623,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school-signature.png\",\"id\":624,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Yolanda Jenkins\",\"description_text\":\"Founder & Head of School\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dc28f4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care Options\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Age-specific support for every stage\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-3.jpg\",\"id\":90,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Infant\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-2.jpg\",\"id\":89,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Toddlers\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-1.jpg\",\"id\":88,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Preschool\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"58583e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e390e0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"text\":\"Passionate teachers\",\"_id\":\"d78c206\"},{\"text\":\"Supervision to keep children\",\"_id\":\"4d14f15\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"75b5b42\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe0704\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"c8b0f32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Morning Huddles\",\"description_text\":\"Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e81c561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4880d6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"The Basics\",\"description_text\":\"Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum \",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"627aeb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c16261d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Play Stations\",\"description_text\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"336603b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7cfff34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Learning Lab\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"58e6222\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd22893\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Superfoods\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0e64c3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bffb8a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Outdoor Play\",\"description_text\":\"Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (611,1422,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (613,1422,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (614,1423,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (615,1423,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (616,1423,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (617,1423,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (618,1423,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"#https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-about-image.jpg\",\"id\":81,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bc5fbc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.<\\/p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school.jpg\",\"id\":623,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school-signature.png\",\"id\":624,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Yolanda Jenkins\",\"description_text\":\"Founder & Head of School\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dc28f4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care Options\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Age-specific support for every stage\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-3.jpg\",\"id\":90,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Infant\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-2.jpg\",\"id\":89,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Toddlers\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-1.jpg\",\"id\":88,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Preschool\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"58583e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e390e0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"text\":\"Passionate teachers\",\"_id\":\"d78c206\"},{\"text\":\"Supervision to keep children\",\"_id\":\"4d14f15\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"75b5b42\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe0704\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"c8b0f32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Morning Huddles\",\"description_text\":\"Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e81c561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4880d6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"The Basics\",\"description_text\":\"Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum \",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"627aeb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c16261d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Play Stations\",\"description_text\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"336603b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7cfff34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Learning Lab\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"58e6222\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd22893\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Superfoods\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0e64c3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bffb8a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Outdoor Play\",\"description_text\":\"Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (619,1423,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (621,1423,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (622,1424,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (623,1424,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (624,1424,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (625,1424,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (626,1424,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-about-image.jpg\",\"id\":81,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bc5fbc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.<\\/p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school.jpg\",\"id\":623,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school-signature.png\",\"id\":624,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Yolanda Jenkins\",\"description_text\":\"Founder & Head of School\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dc28f4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care Options\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Age-specific support for every stage\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-3.jpg\",\"id\":90,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Infant\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-2.jpg\",\"id\":89,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Toddlers\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-1.jpg\",\"id\":88,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Preschool\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"58583e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e390e0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"text\":\"Passionate teachers\",\"_id\":\"d78c206\"},{\"text\":\"Supervision to keep children\",\"_id\":\"4d14f15\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"75b5b42\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe0704\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"c8b0f32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Morning Huddles\",\"description_text\":\"Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e81c561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4880d6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"The Basics\",\"description_text\":\"Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum \",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"627aeb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c16261d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Play Stations\",\"description_text\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"336603b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7cfff34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Learning Lab\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"58e6222\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd22893\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Superfoods\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0e64c3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bffb8a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Outdoor Play\",\"description_text\":\"Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (627,1424,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (629,1424,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (638,1426,'_wp_attached_file','2026/04/viber_image_2026-04-02_20-35-24-922.jpg');
INSERT INTO `wp_postmeta` VALUES (639,1426,'_wp_attachment_image_alt','viber image 2026 04 02 20 35 24 922');
INSERT INTO `wp_postmeta` VALUES (640,1426,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:928;s:6:\"height\";i:1120;s:4:\"file\";s:47:\"2026/04/viber_image_2026-04-02_20-35-24-922.jpg\";s:8:\"filesize\";i:162230;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"viber_image_2026-04-02_20-35-24-922-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8304;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"viber_image_2026-04-02_20-35-24-922-848x1024.jpg\";s:5:\"width\";i:848;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53161;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"viber_image_2026-04-02_20-35-24-922-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3881;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"viber_image_2026-04-02_20-35-24-922-768x927.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:927;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45584;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}');
INSERT INTO `wp_postmeta` VALUES (641,1427,'_wp_attached_file','2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg');
INSERT INTO `wp_postmeta` VALUES (642,1427,'_wp_attachment_image_alt','whatsapp image 2025 06 04 at 20.15.14 f6641f14');
INSERT INTO `wp_postmeta` VALUES (643,1427,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:58:\"2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\";s:8:\"filesize\";i:289305;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23240;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213802;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8744;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128879;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (644,1428,'_wp_attached_file','2026/04/viber_image_2026-03-14_20-13-31-192.jpg');
INSERT INTO `wp_postmeta` VALUES (645,1428,'_wp_attachment_image_alt','viber image 2026 03 14 20 13 31 192');
INSERT INTO `wp_postmeta` VALUES (646,1428,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:47:\"2026/04/viber_image_2026-03-14_20-13-31-192.jpg\";s:8:\"filesize\";i:215766;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"viber_image_2026-03-14_20-13-31-192-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24395;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"viber_image_2026-03-14_20-13-31-192-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213187;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"viber_image_2026-03-14_20-13-31-192-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9746;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"viber_image_2026-03-14_20-13-31-192-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213187;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"viber_image_2026-03-14_20-13-31-192-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:417238;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}');
INSERT INTO `wp_postmeta` VALUES (647,1429,'_wp_attached_file','2026/04/532113452_1269760261828985_4476903052176115497_n.jpg');
INSERT INTO `wp_postmeta` VALUES (648,1429,'_wp_attachment_image_alt','532113452 1269760261828985 4476903052176115497 n');
INSERT INTO `wp_postmeta` VALUES (649,1429,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1410;s:6:\"height\";i:1182;s:4:\"file\";s:60:\"2026/04/532113452_1269760261828985_4476903052176115497_n.jpg\";s:8:\"filesize\";i:143720;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"532113452_1269760261828985_4476903052176115497_n-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13984;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"532113452_1269760261828985_4476903052176115497_n-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90127;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"532113452_1269760261828985_4476903052176115497_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:6476;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"532113452_1269760261828985_4476903052176115497_n-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59146;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (650,1430,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (651,1430,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (652,1430,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (653,1430,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (654,1430,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-about-image.jpg\",\"id\":81,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bc5fbc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.<\\/p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school.jpg\",\"id\":623,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school-signature.png\",\"id\":624,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Yolanda Jenkins\",\"description_text\":\"Founder & Head of School\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dc28f4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care Options\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Age-specific support for every stage\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-3.jpg\",\"id\":90,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Infant\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-2.jpg\",\"id\":89,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Toddlers\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-1.jpg\",\"id\":88,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Preschool\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"58583e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e390e0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"text\":\"Passionate teachers\",\"_id\":\"d78c206\"},{\"text\":\"Supervision to keep children\",\"_id\":\"4d14f15\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"75b5b42\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe0704\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"c8b0f32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Morning Huddles\",\"description_text\":\"Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e81c561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4880d6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"The Basics\",\"description_text\":\"Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum \",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"627aeb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c16261d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Play Stations\",\"description_text\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"336603b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7cfff34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Learning Lab\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"58e6222\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd22893\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Superfoods\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0e64c3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bffb8a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Outdoor Play\",\"description_text\":\"Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (655,1430,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (657,1430,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (658,1431,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (659,1431,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (660,1431,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (661,1431,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (662,1431,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-about-image.jpg\",\"id\":81,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bc5fbc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.<\\/p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school.jpg\",\"id\":623,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school-signature.png\",\"id\":624,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Yolanda Jenkins\",\"description_text\":\"Founder & Head of School\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dc28f4d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care Options\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"21\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Age-specific support for every stage\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-3.jpg\",\"id\":90,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Infant\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-2.jpg\",\"id\":89,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Toddlers\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-program-image-1.jpg\",\"id\":88,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Preschool\",\"description_text\":\"Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"58583e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"e390e0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"text\":\"Passionate teachers\",\"_id\":\"d78c206\"},{\"text\":\"Supervision to keep children\",\"_id\":\"4d14f15\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"75b5b42\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe0704\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"c8b0f32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Morning Huddles\",\"description_text\":\"Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e81c561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4880d6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"The Basics\",\"description_text\":\"Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum \",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"627aeb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c16261d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Play Stations\",\"description_text\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"336603b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7cfff34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Learning Lab\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"58e6222\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd22893\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Superfoods\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0e64c3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bffb8a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Outdoor Play\",\"description_text\":\"Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (663,1431,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (665,1431,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (666,1432,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (667,1432,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (668,1432,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (669,1432,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (670,1432,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/532113452_1269760261828985_4476903052176115497_n.jpg\",\"id\":1429,\"alt\":\"532113452 1269760261828985 4476903052176115497 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"75b5b42\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe0704\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"c8b0f32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Morning Huddles\",\"description_text\":\"Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e81c561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4880d6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"The Basics\",\"description_text\":\"Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum \",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"627aeb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c16261d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Play Stations\",\"description_text\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"336603b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7cfff34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Learning Lab\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"58e6222\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd22893\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Superfoods\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0e64c3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bffb8a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Outdoor Play\",\"description_text\":\"Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (671,1432,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (673,1432,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (674,1433,'_wp_attached_file','2026/04/20260220_172606.jpg-scaled.jpeg');
INSERT INTO `wp_postmeta` VALUES (675,1433,'_wp_attachment_image_alt','20260220 172606.jpg');
INSERT INTO `wp_postmeta` VALUES (676,1433,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:39:\"2026/04/20260220_172606.jpg-scaled.jpeg\";s:8:\"filesize\";i:1474936;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"20260220_172606.jpg-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41010;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"20260220_172606.jpg-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:266898;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"20260220_172606.jpg-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24656;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"20260220_172606.jpg-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:266898;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"20260220_172606.jpg-1152x1536.jpeg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:564379;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:34:\"20260220_172606.jpg-1536x2048.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:966432;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"Galaxy S23 Ultra\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1771587666\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:2:\"12\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:24:\"20260220_172606.jpg.jpeg\";}');
INSERT INTO `wp_postmeta` VALUES (677,1434,'_wp_attached_file','2026/04/20260220_172740.jpg-1-scaled.jpeg');
INSERT INTO `wp_postmeta` VALUES (678,1434,'_wp_attachment_image_alt','20260220 172740.jpg (1)');
INSERT INTO `wp_postmeta` VALUES (679,1434,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:41:\"2026/04/20260220_172740.jpg-1-scaled.jpeg\";s:8:\"filesize\";i:1332369;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"20260220_172740.jpg-1-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41602;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"20260220_172740.jpg-1-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242091;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"20260220_172740.jpg-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24213;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"20260220_172740.jpg-1-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242091;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"20260220_172740.jpg-1-1152x1536.jpeg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:479914;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:36:\"20260220_172740.jpg-1-1536x2048.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:830212;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"Galaxy S23 Ultra\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1771587761\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:26:\"20260220_172740.jpg-1.jpeg\";}');
INSERT INTO `wp_postmeta` VALUES (688,1436,'_wp_attached_file','2026/04/20260220_173537.jpg-scaled.jpeg');
INSERT INTO `wp_postmeta` VALUES (689,1436,'_wp_attachment_image_alt','20260220 173537.jpg');
INSERT INTO `wp_postmeta` VALUES (690,1436,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:39:\"2026/04/20260220_173537.jpg-scaled.jpeg\";s:8:\"filesize\";i:1539700;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"20260220_173537.jpg-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45912;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"20260220_173537.jpg-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:290326;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"20260220_173537.jpg-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26570;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"20260220_173537.jpg-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:290326;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"20260220_173537.jpg-1152x1536.jpeg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:591760;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:34:\"20260220_173537.jpg-1536x2048.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1007614;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"Galaxy S23 Ultra\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1771588237\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:24:\"20260220_173537.jpg.jpeg\";}');
INSERT INTO `wp_postmeta` VALUES (691,1437,'_wp_attached_file','2026/04/507583280_1220296936775318_6212774148539043964_n-1.jpg');
INSERT INTO `wp_postmeta` VALUES (692,1437,'_wp_attachment_image_alt','507583280 1220296936775318 6212774148539043964 n (1)');
INSERT INTO `wp_postmeta` VALUES (693,1437,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1293;s:6:\"height\";i:1084;s:4:\"file\";s:62:\"2026/04/507583280_1220296936775318_6212774148539043964_n-1.jpg\";s:8:\"filesize\";i:323771;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"507583280_1220296936775318_6212774148539043964_n-1-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23786;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"507583280_1220296936775318_6212774148539043964_n-1-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179921;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"507583280_1220296936775318_6212774148539043964_n-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:9031;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"507583280_1220296936775318_6212774148539043964_n-1-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113964;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (694,1438,'_wp_attached_file','2026/04/507583280_1220296936775318_6212774148539043964_n.jpg');
INSERT INTO `wp_postmeta` VALUES (695,1438,'_wp_attachment_image_alt','507583280 1220296936775318 6212774148539043964 n');
INSERT INTO `wp_postmeta` VALUES (696,1438,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1293;s:6:\"height\";i:1084;s:4:\"file\";s:60:\"2026/04/507583280_1220296936775318_6212774148539043964_n.jpg\";s:8:\"filesize\";i:323771;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"507583280_1220296936775318_6212774148539043964_n-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23786;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"507583280_1220296936775318_6212774148539043964_n-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179921;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"507583280_1220296936775318_6212774148539043964_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:9031;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"507583280_1220296936775318_6212774148539043964_n-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113964;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (697,1439,'_wp_attached_file','2026/04/508608145_1224367419701603_4803426824789911866_n.jpg');
INSERT INTO `wp_postmeta` VALUES (698,1439,'_wp_attachment_image_alt','508608145 1224367419701603 4803426824789911866 n');
INSERT INTO `wp_postmeta` VALUES (699,1439,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1293;s:6:\"height\";i:1084;s:4:\"file\";s:60:\"2026/04/508608145_1224367419701603_4803426824789911866_n.jpg\";s:8:\"filesize\";i:334504;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"508608145_1224367419701603_4803426824789911866_n-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27313;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"508608145_1224367419701603_4803426824789911866_n-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:215208;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"508608145_1224367419701603_4803426824789911866_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:9770;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"508608145_1224367419701603_4803426824789911866_n-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132430;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (700,1440,'_wp_attached_file','2026/04/515435933_1233595425445469_7108811653983255169_n.jpg');
INSERT INTO `wp_postmeta` VALUES (701,1440,'_wp_attachment_image_alt','515435933 1233595425445469 7108811653983255169 n');
INSERT INTO `wp_postmeta` VALUES (702,1440,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1410;s:6:\"height\";i:1182;s:4:\"file\";s:60:\"2026/04/515435933_1233595425445469_7108811653983255169_n.jpg\";s:8:\"filesize\";i:197392;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"515435933_1233595425445469_7108811653983255169_n-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15054;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"515435933_1233595425445469_7108811653983255169_n-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117662;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"515435933_1233595425445469_7108811653983255169_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:5643;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"515435933_1233595425445469_7108811653983255169_n-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72965;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (703,1441,'_wp_attached_file','2026/04/518277012_1243817234423288_1239197453492961140_n.jpg');
INSERT INTO `wp_postmeta` VALUES (704,1441,'_wp_attachment_image_alt','518277012 1243817234423288 1239197453492961140 n');
INSERT INTO `wp_postmeta` VALUES (705,1441,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1175;s:6:\"height\";i:985;s:4:\"file\";s:60:\"2026/04/518277012_1243817234423288_1239197453492961140_n.jpg\";s:8:\"filesize\";i:147565;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"518277012_1243817234423288_1239197453492961140_n-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14886;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"518277012_1243817234423288_1239197453492961140_n-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114122;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"518277012_1243817234423288_1239197453492961140_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:5945;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"518277012_1243817234423288_1239197453492961140_n-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71331;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (706,1442,'_wp_attached_file','2026/04/555039518_1304302111708133_8991491846799047697_n.jpg');
INSERT INTO `wp_postmeta` VALUES (707,1442,'_wp_attachment_image_alt','555039518 1304302111708133 8991491846799047697 n');
INSERT INTO `wp_postmeta` VALUES (708,1442,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1350;s:6:\"height\";i:1688;s:4:\"file\";s:60:\"2026/04/555039518_1304302111708133_8991491846799047697_n.jpg\";s:8:\"filesize\";i:225368;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"555039518_1304302111708133_8991491846799047697_n-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17172;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"555039518_1304302111708133_8991491846799047697_n-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104404;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"555039518_1304302111708133_8991491846799047697_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:7657;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"555039518_1304302111708133_8991491846799047697_n-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95571;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:62:\"555039518_1304302111708133_8991491846799047697_n-1228x1536.jpg\";s:5:\"width\";i:1228;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186591;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (709,1443,'_wp_attached_file','2026/04/584158584_1352876273517383_1198125718532913883_n.jpg');
INSERT INTO `wp_postmeta` VALUES (710,1443,'_wp_attachment_image_alt','584158584 1352876273517383 1198125718532913883 n');
INSERT INTO `wp_postmeta` VALUES (711,1443,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1293;s:6:\"height\";i:1084;s:4:\"file\";s:60:\"2026/04/584158584_1352876273517383_1198125718532913883_n.jpg\";s:8:\"filesize\";i:151545;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"584158584_1352876273517383_1198125718532913883_n-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18111;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"584158584_1352876273517383_1198125718532913883_n-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108354;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"584158584_1352876273517383_1198125718532913883_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:7078;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"584158584_1352876273517383_1198125718532913883_n-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70909;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (712,1444,'_wp_attached_file','2026/04/585042675_1352876270184050_2671447973923849114_n.jpg');
INSERT INTO `wp_postmeta` VALUES (713,1444,'_wp_attachment_image_alt','585042675 1352876270184050 2671447973923849114 n');
INSERT INTO `wp_postmeta` VALUES (714,1444,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1293;s:6:\"height\";i:1084;s:4:\"file\";s:60:\"2026/04/585042675_1352876270184050_2671447973923849114_n.jpg\";s:8:\"filesize\";i:132110;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"585042675_1352876270184050_2671447973923849114_n-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16110;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95679;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"585042675_1352876270184050_2671447973923849114_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:6376;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"585042675_1352876270184050_2671447973923849114_n-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63515;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (715,1445,'_wp_attached_file','2026/04/601417473_1381303784007965_7673174322229995586_n.jpg');
INSERT INTO `wp_postmeta` VALUES (716,1445,'_wp_attachment_image_alt','blue and white simple congratulations poster (double sided a3 portrait) 4');
INSERT INTO `wp_postmeta` VALUES (717,1445,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1555;s:6:\"height\";i:2048;s:4:\"file\";s:60:\"2026/04/601417473_1381303784007965_7673174322229995586_n.jpg\";s:8:\"filesize\";i:475902;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"601417473_1381303784007965_7673174322229995586_n-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17697;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"601417473_1381303784007965_7673174322229995586_n-778x1024.jpg\";s:5:\"width\";i:778;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121127;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"601417473_1381303784007965_7673174322229995586_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:7899;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"601417473_1381303784007965_7673174322229995586_n-768x1011.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1011;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118673;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:62:\"601417473_1381303784007965_7673174322229995586_n-1166x1536.jpg\";s:5:\"width\";i:1166;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220820;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:77:\"Blue and White Simple Congratulations Poster (Double-Sided - A3 Portrait) - 4\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:77:\"Blue and White Simple Congratulations Poster (Double-Sided - A3 Portrait) - 4\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (718,1446,'_wp_attached_file','2026/04/618041066_1407365021401841_8807083552437287544_n.jpg');
INSERT INTO `wp_postmeta` VALUES (719,1446,'_wp_attachment_image_alt','618041066 1407365021401841 8807083552437287544 n');
INSERT INTO `wp_postmeta` VALUES (720,1446,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1175;s:6:\"height\";i:985;s:4:\"file\";s:60:\"2026/04/618041066_1407365021401841_8807083552437287544_n.jpg\";s:8:\"filesize\";i:146920;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"618041066_1407365021401841_8807083552437287544_n-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17088;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"618041066_1407365021401841_8807083552437287544_n-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"618041066_1407365021401841_8807083552437287544_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:7490;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"618041066_1407365021401841_8807083552437287544_n-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74158;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (721,1447,'_wp_attached_file','2026/04/620079813_1407362524735424_8015166270290393200_n.jpg');
INSERT INTO `wp_postmeta` VALUES (722,1447,'_wp_attachment_image_alt','620079813 1407362524735424 8015166270290393200 n');
INSERT INTO `wp_postmeta` VALUES (723,1447,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1410;s:6:\"height\";i:1182;s:4:\"file\";s:60:\"2026/04/620079813_1407362524735424_8015166270290393200_n.jpg\";s:8:\"filesize\";i:202797;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"620079813_1407362524735424_8015166270290393200_n-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18659;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"620079813_1407362524735424_8015166270290393200_n-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122663;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"620079813_1407362524735424_8015166270290393200_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:7271;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"620079813_1407362524735424_8015166270290393200_n-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79199;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (724,1448,'_wp_attached_file','2026/04/650252794_1449099750561701_6776450286856226043_n.jpg');
INSERT INTO `wp_postmeta` VALUES (725,1448,'_wp_attachment_image_alt','650252794 1449099750561701 6776450286856226043 n');
INSERT INTO `wp_postmeta` VALUES (726,1448,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:60:\"2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\";s:8:\"filesize\";i:772054;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"650252794_1449099750561701_6776450286856226043_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22143;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"650252794_1449099750561701_6776450286856226043_n-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144520;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"650252794_1449099750561701_6776450286856226043_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:9042;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"650252794_1449099750561701_6776450286856226043_n-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93581;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:62:\"650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:278015;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (727,1449,'_wp_attached_file','2026/04/650770640_1451850190286657_4719770776745907851_n.jpg');
INSERT INTO `wp_postmeta` VALUES (728,1449,'_wp_attachment_image_alt','650770640 1451850190286657 4719770776745907851 n');
INSERT INTO `wp_postmeta` VALUES (729,1449,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:60:\"2026/04/650770640_1451850190286657_4719770776745907851_n.jpg\";s:8:\"filesize\";i:563668;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"650770640_1451850190286657_4719770776745907851_n-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16912;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117795;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"650770640_1451850190286657_4719770776745907851_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:7458;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"650770640_1451850190286657_4719770776745907851_n-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75042;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:62:\"650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219356;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (730,1450,'_wp_attached_file','2026/04/1774848959808467.jpg');
INSERT INTO `wp_postmeta` VALUES (731,1450,'_wp_attachment_image_alt','1774848959808467');
INSERT INTO `wp_postmeta` VALUES (732,1450,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:28:\"2026/04/1774848959808467.jpg\";s:8:\"filesize\";i:280815;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"1774848959808467-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19165;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"1774848959808467-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151926;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"1774848959808467-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8064;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"1774848959808467-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151926;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"1774848959808467-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:291402;}s:22:\"elementor_custom_10x10\";a:4:{s:4:\"file\";s:80:\"elementor/thumbs/1774848959808467-rlxowrcxj0ivaxt4fanommodo5570a270tq963t7ms.jpg\";s:5:\"width\";i:10;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (733,1451,'_wp_attached_file','2026/04/IMG_6138-scaled.jpg');
INSERT INTO `wp_postmeta` VALUES (734,1451,'_wp_attachment_image_alt','img 6138');
INSERT INTO `wp_postmeta` VALUES (735,1451,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:27:\"2026/04/IMG_6138-scaled.jpg\";s:8:\"filesize\";i:822926;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_6138-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51611;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_6138-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200709;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_6138-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40453;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_6138-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134758;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"IMG_6138-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:366213;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"IMG_6138-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:576981;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1768057825\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_6138.jpg\";}');
INSERT INTO `wp_postmeta` VALUES (736,1452,'_wp_attached_file','2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg');
INSERT INTO `wp_postmeta` VALUES (737,1452,'_wp_attachment_image_alt','screenshot 20260220 182447 gallery.jpg');
INSERT INTO `wp_postmeta` VALUES (738,1452,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:2559;s:4:\"file\";s:51:\"2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\";s:8:\"filesize\";i:1767772;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Screenshot_20260220_182447_Gallery.jpg-169x300.jpeg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30468;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"Screenshot_20260220_182447_Gallery.jpg-576x1024.jpeg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176051;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"Screenshot_20260220_182447_Gallery.jpg-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22950;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:295840;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"Screenshot_20260220_182447_Gallery.jpg-864x1536.jpeg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:365669;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:53:\"Screenshot_20260220_182447_Gallery.jpg-1152x2048.jpeg\";s:5:\"width\";i:1152;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:603795;}}s:10:\"image_meta\";a:12:{s:8:\"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:\"1771591187\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (739,1453,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (740,1453,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (741,1453,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (742,1453,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (743,1453,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/532113452_1269760261828985_4476903052176115497_n.jpg\",\"id\":1429,\"alt\":\"532113452 1269760261828985 4476903052176115497 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"75b5b42\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe0704\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"c8b0f32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Morning Huddles\",\"description_text\":\"Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e81c561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4880d6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"The Basics\",\"description_text\":\"Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum \",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"627aeb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c16261d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Play Stations\",\"description_text\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"336603b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7cfff34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Learning Lab\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"58e6222\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd22893\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Superfoods\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0e64c3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bffb8a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Outdoor Play\",\"description_text\":\"Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (744,1453,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (746,1453,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (747,1454,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (748,1454,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (749,1454,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (750,1454,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (751,1454,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/532113452_1269760261828985_4476903052176115497_n.jpg\",\"id\":1429,\"alt\":\"532113452 1269760261828985 4476903052176115497 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"75b5b42\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe0704\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"c8b0f32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Morning Huddles\",\"description_text\":\"Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e81c561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4880d6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"The Basics\",\"description_text\":\"Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum \",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"627aeb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c16261d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Play Stations\",\"description_text\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"336603b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7cfff34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Learning Lab\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"58e6222\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd22893\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Superfoods\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0e64c3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bffb8a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Outdoor Play\",\"description_text\":\"Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (752,1454,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (754,1454,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (755,1455,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (756,1455,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (757,1455,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (758,1455,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (759,1455,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/532113452_1269760261828985_4476903052176115497_n.jpg\",\"id\":1429,\"alt\":\"532113452 1269760261828985 4476903052176115497 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":294,\"unit\":\"px\"},\"_offset_y\":{\"size\":-3,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"75b5b42\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe0704\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"c8b0f32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Morning Huddles\",\"description_text\":\"Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e81c561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4880d6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"The Basics\",\"description_text\":\"Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum \",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"627aeb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c16261d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Play Stations\",\"description_text\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"336603b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7cfff34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Learning Lab\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"58e6222\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd22893\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Superfoods\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0e64c3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bffb8a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Outdoor Play\",\"description_text\":\"Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (760,1455,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (762,1455,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (771,1457,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (772,1457,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (773,1457,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (774,1457,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (775,1457,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/532113452_1269760261828985_4476903052176115497_n.jpg\",\"id\":1429,\"alt\":\"532113452 1269760261828985 4476903052176115497 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":294,\"unit\":\"px\"},\"_offset_y\":{\"size\":-3,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"75b5b42\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe0704\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"c8b0f32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Morning Huddles\",\"description_text\":\"Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e81c561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4880d6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"The Basics\",\"description_text\":\"Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum \",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"627aeb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c16261d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Play Stations\",\"description_text\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"336603b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7cfff34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Learning Lab\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"58e6222\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd22893\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Superfoods\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0e64c3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bffb8a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Outdoor Play\",\"description_text\":\"Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (776,1457,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (778,1457,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (779,1458,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (780,1458,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (781,1458,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (782,1458,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (783,1458,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/532113452_1269760261828985_4476903052176115497_n.jpg\",\"id\":1429,\"alt\":\"532113452 1269760261828985 4476903052176115497 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":294,\"unit\":\"px\"},\"_offset_y\":{\"size\":-3,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"},{\"id\":\"75b5b42\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe0704\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"c8b0f32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Morning Huddles\",\"description_text\":\"Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"e81c561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4880d6d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"The Basics\",\"description_text\":\"Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum \",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"627aeb8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c16261d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Play Stations\",\"description_text\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"336603b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7cfff34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Learning Lab\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"58e6222\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bd22893\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Superfoods\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"0e64c3d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"bffb8a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Outdoor Play\",\"description_text\":\"Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"image_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (784,1458,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (786,1458,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (787,1459,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (788,1459,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (789,1459,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (790,1459,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (791,1459,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/532113452_1269760261828985_4476903052176115497_n.jpg\",\"id\":1429,\"alt\":\"532113452 1269760261828985 4476903052176115497 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Igniting Curious minds\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"985600d\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"5199cb1\",\"elType\":\"widget\",\"settings\":{\"link_text\":\"Continue reading\"},\"elements\":[],\"widgetType\":\"read-more\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (792,1459,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (794,1459,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (803,1461,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (804,1461,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (805,1461,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (806,1461,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (807,1461,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/532113452_1269760261828985_4476903052176115497_n.jpg\",\"id\":1429,\"alt\":\"532113452 1269760261828985 4476903052176115497 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Igniting Curious minds\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"985600d\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"5199cb1\",\"elType\":\"widget\",\"settings\":{\"link_text\":\"Continue reading\"},\"elements\":[],\"widgetType\":\"read-more\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (808,1461,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (810,1461,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (811,1462,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (812,1462,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (813,1462,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (814,1462,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (815,1462,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/532113452_1269760261828985_4476903052176115497_n.jpg\",\"id\":1429,\"alt\":\"532113452 1269760261828985 4476903052176115497 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Igniting Curious minds\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"985600d\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"5199cb1\",\"elType\":\"widget\",\"settings\":{\"link_text\":\"Continue reading\"},\"elements\":[],\"widgetType\":\"read-more\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (816,1462,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (818,1462,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (819,1463,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (820,1463,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (821,1463,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (822,1463,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (823,1463,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/532113452_1269760261828985_4476903052176115497_n.jpg\",\"id\":1429,\"alt\":\"532113452 1269760261828985 4476903052176115497 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":94.578999999999994},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Igniting Curious minds\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"985600d\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"5199cb1\",\"elType\":\"widget\",\"settings\":{\"link_text\":\"Continue reading\"},\"elements\":[],\"widgetType\":\"read-more\"}],\"isInner\":false},{\"id\":\"5e6b550\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"80be750\",\"elType\":\"container\",\"settings\":[],\"elements\":[],\"isInner\":false},{\"id\":\"851a28b\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"f8debac\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e6a30f0\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (824,1463,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (826,1463,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (834,1464,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (835,1464,'_wp_trash_meta_time','1776064654');
INSERT INTO `wp_postmeta` VALUES (836,1465,'_edit_lock','1776064807:1');
INSERT INTO `wp_postmeta` VALUES (837,1465,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (838,1465,'_wp_trash_meta_time','1776064813');
INSERT INTO `wp_postmeta` VALUES (839,1466,'_edit_lock','1776064987:1');
INSERT INTO `wp_postmeta` VALUES (840,1466,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (841,1466,'_wp_trash_meta_time','1776065011');
INSERT INTO `wp_postmeta` VALUES (842,1467,'_edit_lock','1776065047:1');
INSERT INTO `wp_postmeta` VALUES (843,1467,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (844,1467,'_wp_trash_meta_time','1776065065');
INSERT INTO `wp_postmeta` VALUES (848,739,'_edit_lock','1776179413:1');
INSERT INTO `wp_postmeta` VALUES (855,1468,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (856,1468,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (857,1468,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (858,1468,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (859,1468,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/532113452_1269760261828985_4476903052176115497_n.jpg\",\"id\":1429,\"alt\":\"532113452 1269760261828985 4476903052176115497 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":94.578999999999994},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Igniting Curious minds\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"985600d\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"5199cb1\",\"elType\":\"widget\",\"settings\":{\"link_text\":\"Continue reading\"},\"elements\":[],\"widgetType\":\"read-more\"}],\"isInner\":false},{\"id\":\"5e6b550\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"80be750\",\"elType\":\"container\",\"settings\":[],\"elements\":[],\"isInner\":false},{\"id\":\"851a28b\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"f8debac\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e6a30f0\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (860,1468,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (861,1468,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (865,1469,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (866,1469,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (867,1469,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (868,1469,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (869,1469,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/532113452_1269760261828985_4476903052176115497_n.jpg\",\"id\":1429,\"alt\":\"532113452 1269760261828985 4476903052176115497 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":94.578999999999994},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Igniting Curious minds\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"985600d\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"5199cb1\",\"elType\":\"widget\",\"settings\":{\"link_text\":\"Continue reading\"},\"elements\":[],\"widgetType\":\"read-more\"}],\"isInner\":false},{\"id\":\"5e6b550\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"80be750\",\"elType\":\"container\",\"settings\":[],\"elements\":[],\"isInner\":false},{\"id\":\"851a28b\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"f8debac\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e6a30f0\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (870,1469,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (871,1469,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (875,1470,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (876,1470,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (877,1470,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (878,1470,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (879,1470,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":94.578999999999994},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Igniting Curious minds\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (880,1470,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (881,1470,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (885,452,'_edit_lock','1776179602:1');
INSERT INTO `wp_postmeta` VALUES (906,1472,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (907,1472,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (908,1472,'_elementor_version','3.24.2');
INSERT INTO `wp_postmeta` VALUES (909,1472,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (910,1472,'_elementor_data','[{\"id\":\"df82b27\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"9e9f24c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"9f72f1b\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"9503712\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"5c086aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce48bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"216\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a1fa886\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53ff607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51338b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-about-image.jpg\",\"id\":81,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"defab1b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"7f53e1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We all need support through the most important period of our children: the early years\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"h3\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b501f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.<\\/p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.<\\/p><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0659fe1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"fbe4d7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"c45e7a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder & Head of School\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d642a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Magna et nibh quam eu at viverra ut hac faucibus sed cras.<\\/p><p>Felis mauris quisque scelerisque ac et, porta sit placerat pharetra, ac sodales vel vitae tincidunt mauris arcu placerat mi quis lorem orci, parturient rutrum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"617021b\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15a3db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school.jpg\",\"id\":623,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2f84551\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"ac8dc48\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6d90e7d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"86a3408\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school-signature.png\",\"id\":624,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Yolanda Jenkins\",\"description_text\":\"\",\"title_size\":\"div\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77b0ae7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"20\",\"unit\":\"px\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9113a5\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ed2eda\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Inclusive\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c887100\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad32598\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Responsible\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c72174c\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba7d4e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Respectful\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"97b8c80\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"cb1c56e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-people-carry\",\"library\":\"fa-solid\"},\"title_text\":\"Collaborative\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"50bed54\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"eca48e1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c201d0f\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ead07b8\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a001e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"09412df\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c62303a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We want to inspire the next integer nulla habitant nec sem nam bibendum arcu rhoncus in consequat.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c71a161\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f0b745\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"30da15b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"34b2cc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cf0947\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents sed nulla gravida ipsum aliquam consectetur neque odio turpis fringilla pretium bibendum commodo.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0388bd8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"606242e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"734c9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1693100\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8efbb3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"37cda5b\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9b51b6a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e5fd94\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4cf717b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"b091cfe\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f191f0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5cd56b4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"1c0a463\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"108230a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3e65ff\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e11739\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"187dcb8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"029e766\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6ffec6e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"837e37d\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dd3f5e7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7265b3\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"932c535\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b763fb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"526cb0e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (911,1472,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (912,1472,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (913,1473,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (914,1473,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (915,1473,'_elementor_version','3.24.2');
INSERT INTO `wp_postmeta` VALUES (916,1473,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (917,1473,'_elementor_data','[{\"id\":\"df82b27\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"9e9f24c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"9f72f1b\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"9503712\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"5c086aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce48bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"216\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a1fa886\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53ff607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51338b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-about-image.jpg\",\"id\":81,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"defab1b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"7f53e1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We all need support through the most important period of our children: the early years\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"h3\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b501f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.<\\/p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.<\\/p><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0659fe1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"fbe4d7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"c45e7a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founder & Head of School\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d642a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Magna et nibh quam eu at viverra ut hac faucibus sed cras.<\\/p><p>Felis mauris quisque scelerisque ac et, porta sit placerat pharetra, ac sodales vel vitae tincidunt mauris arcu placerat mi quis lorem orci, parturient rutrum.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"617021b\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c15a3db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school.jpg\",\"id\":623,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2f84551\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"ac8dc48\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6d90e7d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"86a3408\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-head-of-school-signature.png\",\"id\":624,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Yolanda Jenkins\",\"description_text\":\"\",\"title_size\":\"div\",\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77b0ae7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"20\",\"unit\":\"px\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9113a5\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ed2eda\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Inclusive\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c887100\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad32598\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Responsible\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c72174c\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba7d4e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Respectful\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"97b8c80\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"cb1c56e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-people-carry\",\"library\":\"fa-solid\"},\"title_text\":\"Collaborative\",\"description_text\":\"Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"50bed54\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"eca48e1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c201d0f\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ead07b8\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a001e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"09412df\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c62303a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We want to inspire the next integer nulla habitant nec sem nam bibendum arcu rhoncus in consequat.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c71a161\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f0b745\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"30da15b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"34b2cc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cf0947\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents sed nulla gravida ipsum aliquam consectetur neque odio turpis fringilla pretium bibendum commodo.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0388bd8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"606242e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"734c9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1693100\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8efbb3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"37cda5b\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9b51b6a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e5fd94\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4cf717b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"b091cfe\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f191f0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5cd56b4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"1c0a463\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"108230a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3e65ff\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e11739\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"187dcb8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"029e766\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6ffec6e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"837e37d\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dd3f5e7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7265b3\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"932c535\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b763fb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"526cb0e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (918,1473,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (919,1473,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (920,1474,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (921,1474,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (922,1474,'_elementor_version','3.24.2');
INSERT INTO `wp_postmeta` VALUES (923,1474,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (924,1474,'_elementor_data','[{\"id\":\"df82b27\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"9e9f24c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"9f72f1b\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"9503712\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"5c086aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce48bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"258\\\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.<\\/p>\\n<span style=\\\"font-style: inherit; font-weight: inherit;\\\">The school follows a student-centered approach, promoting creativity, critical thinking, and overall development\\u2014academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.<\\/span>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"216\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_color\":\"#6528F7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a1fa886\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53ff607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51338b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_6138-scaled.jpg\",\"id\":1451,\"alt\":\"img 6138\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"defab1b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"7f53e1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Child-Centered Learning Approach\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"h3\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b501f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child\\u2019s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0659fe1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"fbe4d7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":69.924999999999997},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c45e7a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Genius World School\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d642a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"138\\\" data-end=\\\"429\\\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.<\\/p><p data-start=\\\"431\\\" data-end=\\\"749\\\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.<\\/p><p data-start=\\\"751\\\" data-end=\\\"942\\\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.<\\/p><p data-start=\\\"944\\\" data-end=\\\"1080\\\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.<\\/p><p data-start=\\\"1082\\\" data-end=\\\"1119\\\">Thank you for your trust and support.<\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Hemanta Sunuwar<\\/strong><\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Principal<\\/strong><br data-start=\\\"1134\\\" data-end=\\\"1137\\\" \\/>Genius World School<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"617021b\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":27,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"c15a3db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77b0ae7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"20\",\"unit\":\"px\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9113a5\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ed2eda\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Inclusive\",\"description_text\":\"We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c887100\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad32598\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Responsible\",\"description_text\":\"We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c72174c\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba7d4e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Respectful\",\"description_text\":\"We foster a culture of mutual respect, kindness, and understanding, where everyone\\u2019s voice and individuality are honored.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"97b8c80\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"cb1c56e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-people-carry\",\"library\":\"fa-solid\"},\"title_text\":\"Collaborative\",\"description_text\":\"We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"50bed54\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"eca48e1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c201d0f\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ead07b8\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a001e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"09412df\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c62303a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cIgniting Curious Minds,\\u201d we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c71a161\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f0b745\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"30da15b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"34b2cc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cf0947\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0388bd8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"606242e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"734c9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1693100\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8efbb3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"37cda5b\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9b51b6a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e5fd94\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4cf717b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"b091cfe\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f191f0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5cd56b4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"1c0a463\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"108230a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3e65ff\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e11739\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"187dcb8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"029e766\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6ffec6e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"837e37d\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dd3f5e7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7265b3\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"932c535\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b763fb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"526cb0e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (925,1474,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (926,1474,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (929,1475,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (930,1475,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (931,1475,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (932,1475,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (933,1475,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":94.578999999999994},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Igniting Curious minds\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (934,1475,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (935,1475,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (936,1476,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (937,1476,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (938,1476,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (939,1476,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (940,1476,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":94.578999999999994},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Igniting Curious minds\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (941,1476,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (942,1476,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (943,1477,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (944,1477,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (945,1477,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (946,1477,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (947,1477,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":94.578999999999994},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (948,1477,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (949,1477,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (951,1478,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (952,1478,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (953,1478,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (954,1478,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (955,1478,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":94.578999999999994},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (956,1478,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (957,1478,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (959,1479,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (960,1479,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (961,1479,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (962,1479,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (963,1479,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":94.578999999999994},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee6a06d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"077424f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b473fb7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"2807fbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (964,1479,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (965,1479,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (967,1480,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (968,1480,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (969,1480,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (970,1480,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (971,1480,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":94.578999999999994},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (972,1480,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (973,1480,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (975,1481,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (976,1481,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (977,1481,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (978,1481,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (979,1481,'_elementor_data','[{\"id\":\"df82b27\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"9e9f24c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"9f72f1b\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"9503712\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"5c086aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce48bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"258\\\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.<\\/p>\\n<span style=\\\"font-style: inherit; font-weight: inherit;\\\">The school follows a student-centered approach, promoting creativity, critical thinking, and overall development\\u2014academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.<\\/span>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"216\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_color\":\"#6528F7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a1fa886\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53ff607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51338b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_6138-scaled.jpg\",\"id\":1451,\"alt\":\"img 6138\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"defab1b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"7f53e1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Child-Centered Learning Approach\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"h3\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b501f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child\\u2019s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0659fe1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"fbe4d7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":69.924999999999997},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c45e7a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Genius World School\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d642a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"138\\\" data-end=\\\"429\\\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.<\\/p><p data-start=\\\"431\\\" data-end=\\\"749\\\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.<\\/p><p data-start=\\\"751\\\" data-end=\\\"942\\\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.<\\/p><p data-start=\\\"944\\\" data-end=\\\"1080\\\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.<\\/p><p data-start=\\\"1082\\\" data-end=\\\"1119\\\">Thank you for your trust and support.<\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Hemanta Sunuwar<\\/strong><\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Principal<\\/strong><br data-start=\\\"1134\\\" data-end=\\\"1137\\\" \\/>Genius World School<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"617021b\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":27,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"c15a3db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77b0ae7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"20\",\"unit\":\"px\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9113a5\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ed2eda\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Inclusive\",\"description_text\":\"We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c887100\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad32598\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Responsible\",\"description_text\":\"We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c72174c\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba7d4e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Respectful\",\"description_text\":\"We foster a culture of mutual respect, kindness, and understanding, where everyone\\u2019s voice and individuality are honored.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"97b8c80\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"cb1c56e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-people-carry\",\"library\":\"fa-solid\"},\"title_text\":\"Collaborative\",\"description_text\":\"We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"50bed54\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"eca48e1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c201d0f\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ead07b8\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a001e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"09412df\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c62303a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cIgniting Curious Minds,\\u201d we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c71a161\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f0b745\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"30da15b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"34b2cc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cf0947\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0388bd8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"606242e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"734c9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1693100\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8efbb3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"37cda5b\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9b51b6a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e5fd94\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4cf717b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"b091cfe\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f191f0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5cd56b4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"1c0a463\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"108230a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3e65ff\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e11739\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"187dcb8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"029e766\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6ffec6e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"837e37d\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dd3f5e7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7265b3\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"932c535\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b763fb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"526cb0e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (980,1481,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (981,1481,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (983,1482,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (984,1482,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (985,1482,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (986,1482,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (987,1482,'_elementor_data','[{\"id\":\"df82b27\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"9e9f24c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"9f72f1b\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"9503712\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"5c086aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce48bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"258\\\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.<\\/p>\\n<span style=\\\"font-style: inherit; font-weight: inherit;\\\">The school follows a student-centered approach, promoting creativity, critical thinking, and overall development\\u2014academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.<\\/span>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"216\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_color\":\"#6528F7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a1fa886\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53ff607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51338b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_6138-scaled.jpg\",\"id\":1451,\"alt\":\"img 6138\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"defab1b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"7f53e1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Child-Centered Learning Approach\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"h3\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b501f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child\\u2019s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0659fe1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"fbe4d7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":69.924999999999997},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c45e7a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Genius World School\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d642a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"138\\\" data-end=\\\"429\\\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.<\\/p><p data-start=\\\"431\\\" data-end=\\\"749\\\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.<\\/p><p data-start=\\\"751\\\" data-end=\\\"942\\\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.<\\/p><p data-start=\\\"944\\\" data-end=\\\"1080\\\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.<\\/p><p data-start=\\\"1082\\\" data-end=\\\"1119\\\">Thank you for your trust and support.<\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Hemanta Sunuwar<\\/strong><\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Principal<\\/strong><br data-start=\\\"1134\\\" data-end=\\\"1137\\\" \\/>Genius World School<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"617021b\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":27,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"c15a3db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77b0ae7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"20\",\"unit\":\"px\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9113a5\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ed2eda\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Inclusive\",\"description_text\":\"We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c887100\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad32598\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Responsible\",\"description_text\":\"We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c72174c\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba7d4e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Respectful\",\"description_text\":\"We foster a culture of mutual respect, kindness, and understanding, where everyone\\u2019s voice and individuality are honored.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"97b8c80\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"cb1c56e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-people-carry\",\"library\":\"fa-solid\"},\"title_text\":\"Collaborative\",\"description_text\":\"We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"50bed54\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"eca48e1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c201d0f\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ead07b8\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a001e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"09412df\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c62303a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cIgniting Curious Minds,\\u201d we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c71a161\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f0b745\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"30da15b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"34b2cc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cf0947\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0388bd8\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"606242e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"734c9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet the teachers\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1693100\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts in giving your children best start\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8efbb3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"37cda5b\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9b51b6a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-3.jpg\",\"id\":93,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Ella Stark\",\"description_text\":\"Lead teacher and 1-2 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"0e5fd94\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"4cf717b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-2.jpg\",\"id\":92,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Harriet Bailey\",\"description_text\":\"Teacher: 2-3 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"b091cfe\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"7f191f0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-teacher-image-1.jpg\",\"id\":91,\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Melinda Schiller\",\"description_text\":\"Teacher: 3-4 year olds\",\"title_size\":\"div\",\"image_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5cd56b4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"1c0a463\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"108230a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3e65ff\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2e11739\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"187dcb8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"029e766\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6ffec6e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"837e37d\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dd3f5e7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7265b3\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"932c535\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b763fb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"526cb0e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (988,1482,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (989,1482,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (991,1483,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (992,1483,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (993,1483,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (994,1483,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (995,1483,'_elementor_data','[{\"id\":\"df82b27\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"9e9f24c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"9f72f1b\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"9503712\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"5c086aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce48bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"258\\\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.<\\/p>\\n<span style=\\\"font-style: inherit; font-weight: inherit;\\\">The school follows a student-centered approach, promoting creativity, critical thinking, and overall development\\u2014academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.<\\/span>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"216\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_color\":\"#6528F7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a1fa886\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53ff607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51338b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_6138-scaled.jpg\",\"id\":1451,\"alt\":\"img 6138\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"defab1b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"7f53e1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Child-Centered Learning Approach\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"h3\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b501f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child\\u2019s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0659fe1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"fbe4d7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":69.924999999999997},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c45e7a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Genius World School\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d642a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"138\\\" data-end=\\\"429\\\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.<\\/p><p data-start=\\\"431\\\" data-end=\\\"749\\\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.<\\/p><p data-start=\\\"751\\\" data-end=\\\"942\\\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.<\\/p><p data-start=\\\"944\\\" data-end=\\\"1080\\\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.<\\/p><p data-start=\\\"1082\\\" data-end=\\\"1119\\\">Thank you for your trust and support.<\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Hemanta Sunuwar<\\/strong><\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Principal<\\/strong><br data-start=\\\"1134\\\" data-end=\\\"1137\\\" \\/>Genius World School<\\/p>\",\"align\":\"justify\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"617021b\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":27,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"c15a3db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77b0ae7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"20\",\"unit\":\"px\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9113a5\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ed2eda\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Inclusive\",\"description_text\":\"We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c887100\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad32598\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Responsible\",\"description_text\":\"We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c72174c\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba7d4e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Respectful\",\"description_text\":\"We foster a culture of mutual respect, kindness, and understanding, where everyone\\u2019s voice and individuality are honored.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"97b8c80\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"cb1c56e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-people-carry\",\"library\":\"fa-solid\"},\"title_text\":\"Collaborative\",\"description_text\":\"We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.367999999999995},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"50bed54\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"eca48e1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c201d0f\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ead07b8\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a001e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"09412df\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c62303a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cIgniting Curious Minds,\\u201d we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c71a161\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f0b745\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"30da15b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"34b2cc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cf0947\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dd3f5e7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7265b3\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"932c535\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b763fb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"526cb0e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (996,1483,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (997,1483,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (999,1484,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1000,1484,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1001,1484,'surerank_seo_checks','a:13:{s:14:\"h2_subheadings\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:42:\"The page does not contain any subheadings.\";s:4:\"type\";s:4:\"page\";}s:13:\"media_present\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:39:\"No images or videos found on this page.\";s:4:\"type\";s:4:\"page\";}s:13:\"links_present\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:27:\"No links found on the page.\";s:4:\"type\";s:4:\"page\";}s:10:\"url_length\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:35:\"Page URL is short and SEO-friendly.\";s:4:\"type\";s:4:\"page\";}s:19:\"search_engine_title\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"Search engine title is present and under 60 characters.\";s:4:\"type\";s:4:\"page\";}s:25:\"search_engine_description\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:49:\"Search engine description is missing on the page.\";s:4:\"type\";s:4:\"page\";}s:13:\"canonical_url\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:37:\"Canonical tag is present on the page.\";s:4:\"type\";s:4:\"page\";}s:15:\"open_graph_tags\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:40:\"Open Graph tags are present on the page.\";s:4:\"type\";s:4:\"page\";}s:16:\"keyword_in_title\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:38:\"No focus keyword set to analyze title.\";s:4:\"type\";s:7:\"keyword\";}s:22:\"keyword_in_description\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:49:\"No focus keyword set to analyze meta description.\";s:4:\"type\";s:7:\"keyword\";}s:14:\"keyword_in_url\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:36:\"No focus keyword set to analyze URL.\";s:4:\"type\";s:7:\"keyword\";}s:18:\"keyword_in_content\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:40:\"No focus keyword set to analyze content.\";s:4:\"type\";s:7:\"keyword\";}s:12:\"broken_links\";a:2:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:34:\"No broken links found on the page.\";}}');
INSERT INTO `wp_postmeta` VALUES (1002,1484,'surerank_seo_checks_last_updated','1776154437');
INSERT INTO `wp_postmeta` VALUES (1003,1485,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1004,1485,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1005,1484,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1006,1486,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1007,1486,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1008,1486,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1009,1486,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1010,1486,'_elementor_data','[{\"id\":\"df82b27\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"9e9f24c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"9f72f1b\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"9503712\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"5c086aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce48bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"258\\\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.<\\/p>\\n<span style=\\\"font-style: inherit; font-weight: inherit;\\\">The school follows a student-centered approach, promoting creativity, critical thinking, and overall development\\u2014academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.<\\/span>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"216\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_color\":\"#6528F7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a1fa886\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53ff607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51338b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_6138-scaled.jpg\",\"id\":1451,\"alt\":\"img 6138\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"defab1b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"7f53e1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Child-Centered Learning Approach\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"h3\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b501f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child\\u2019s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0659fe1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"fbe4d7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":69.924999999999997},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c45e7a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Genius World School\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d642a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"138\\\" data-end=\\\"429\\\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.<\\/p><p data-start=\\\"431\\\" data-end=\\\"749\\\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.<\\/p><p data-start=\\\"751\\\" data-end=\\\"942\\\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.<\\/p><p data-start=\\\"944\\\" data-end=\\\"1080\\\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.<\\/p><p data-start=\\\"1082\\\" data-end=\\\"1119\\\">Thank you for your trust and support.<\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Hemanta Sunuwar<\\/strong><\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Principal<\\/strong><br data-start=\\\"1134\\\" data-end=\\\"1137\\\" \\/>Genius World School<\\/p>\",\"align\":\"justify\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"617021b\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":27,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"c15a3db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77b0ae7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"20\",\"unit\":\"px\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9113a5\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ed2eda\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Inclusive\",\"description_text\":\"We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c887100\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad32598\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Responsible\",\"description_text\":\"We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c72174c\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba7d4e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Respectful\",\"description_text\":\"We foster a culture of mutual respect, kindness, and understanding, where everyone\\u2019s voice and individuality are honored.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"97b8c80\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"cb1c56e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-people-carry\",\"library\":\"fa-solid\"},\"title_text\":\"Collaborative\",\"description_text\":\"We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.367999999999995},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"50bed54\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"eca48e1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c201d0f\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ead07b8\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a001e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"09412df\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c62303a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cIgniting Curious Minds,\\u201d we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c71a161\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f0b745\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"30da15b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"34b2cc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cf0947\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dd3f5e7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7265b3\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"932c535\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b763fb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"526cb0e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1011,1486,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (1012,1486,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1014,1487,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1015,1487,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1016,1487,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1017,1487,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1018,1487,'_elementor_data','[{\"id\":\"df82b27\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"9e9f24c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"9f72f1b\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"9503712\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"5c086aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce48bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"258\\\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.<\\/p>\\n<span style=\\\"font-style: inherit; font-weight: inherit;\\\">The school follows a student-centered approach, promoting creativity, critical thinking, and overall development\\u2014academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.<\\/span>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"216\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_color\":\"#6528F7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a1fa886\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53ff607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51338b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_6138-scaled.jpg\",\"id\":1451,\"alt\":\"img 6138\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"defab1b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"7f53e1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Child-Centered Learning Approach\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"h3\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b501f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child\\u2019s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0659fe1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"fbe4d7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":69.924999999999997},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c45e7a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Genius World School\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d642a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"138\\\" data-end=\\\"429\\\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.<\\/p><p data-start=\\\"431\\\" data-end=\\\"749\\\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.<\\/p><p data-start=\\\"751\\\" data-end=\\\"942\\\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.<\\/p><p data-start=\\\"944\\\" data-end=\\\"1080\\\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.<\\/p><p data-start=\\\"1082\\\" data-end=\\\"1119\\\">Thank you for your trust and support.<\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Hemanta Sunuwar<\\/strong><\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Principal<\\/strong><br data-start=\\\"1134\\\" data-end=\\\"1137\\\" \\/>Genius World School<\\/p>\",\"align\":\"justify\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"617021b\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":27,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"c15a3db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77b0ae7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"20\",\"unit\":\"px\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9113a5\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ed2eda\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Inclusive\",\"description_text\":\"We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c887100\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad32598\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Responsible\",\"description_text\":\"We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c72174c\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba7d4e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Respectful\",\"description_text\":\"We foster a culture of mutual respect, kindness, and understanding, where everyone\\u2019s voice and individuality are honored.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"97b8c80\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"cb1c56e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-people-carry\",\"library\":\"fa-solid\"},\"title_text\":\"Collaborative\",\"description_text\":\"We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.367999999999995},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"50bed54\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"eca48e1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c201d0f\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ead07b8\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a001e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"09412df\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c62303a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cIgniting Curious Minds,\\u201d we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c71a161\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f0b745\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"30da15b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"34b2cc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cf0947\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dd3f5e7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7265b3\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"932c535\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b763fb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"526cb0e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1019,1487,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (1020,1487,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1022,1488,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1023,1488,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1024,1488,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1025,1488,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1026,1488,'_elementor_data','[{\"id\":\"df82b27\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"9e9f24c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"9f72f1b\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"9503712\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"5c086aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce48bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"258\\\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.<\\/p>\\n<span style=\\\"font-style: inherit; font-weight: inherit;\\\">The school follows a student-centered approach, promoting creativity, critical thinking, and overall development\\u2014academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.<\\/span>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"216\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_color\":\"#6528F7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a1fa886\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53ff607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51338b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_6138-scaled.jpg\",\"id\":1451,\"alt\":\"img 6138\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"defab1b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"7f53e1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Child-Centered Learning Approach\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"h3\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b501f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child\\u2019s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0659fe1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"fbe4d7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":69.924999999999997},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c45e7a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Genius World School\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d642a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"138\\\" data-end=\\\"429\\\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.<\\/p><p data-start=\\\"431\\\" data-end=\\\"749\\\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.<\\/p><p data-start=\\\"751\\\" data-end=\\\"942\\\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.<\\/p><p data-start=\\\"944\\\" data-end=\\\"1080\\\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.<\\/p><p data-start=\\\"1082\\\" data-end=\\\"1119\\\">Thank you for your trust and support.<\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Hemanta Sunuwar<\\/strong><\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Principal<\\/strong><br data-start=\\\"1134\\\" data-end=\\\"1137\\\" \\/>Genius World School<\\/p>\",\"align\":\"justify\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"617021b\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":27,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"c15a3db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77b0ae7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"20\",\"unit\":\"px\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9113a5\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ed2eda\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Inclusive\",\"description_text\":\"We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c887100\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad32598\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Responsible\",\"description_text\":\"We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c72174c\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba7d4e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Respectful\",\"description_text\":\"We foster a culture of mutual respect, kindness, and understanding, where everyone\\u2019s voice and individuality are honored.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"97b8c80\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"cb1c56e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-people-carry\",\"library\":\"fa-solid\"},\"title_text\":\"Collaborative\",\"description_text\":\"We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.367999999999995},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"50bed54\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"eca48e1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c201d0f\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ead07b8\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a001e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"09412df\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c62303a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cIgniting Curious Minds,\\u201d we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c71a161\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f0b745\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"30da15b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"34b2cc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cf0947\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dd3f5e7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7265b3\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"932c535\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b763fb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-family: &quot;Roboto Slab&quot;, sans-serif;\\\">\\\" Igniting Curious minds \\\"<\\/span><span style=\\\"font-family: &quot;Roboto Slab&quot;, sans-serif;\\\"><\\/span>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"526cb0e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1027,1488,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (1028,1488,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1030,1484,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1031,1484,'_edit_lock','1776137554:1');
INSERT INTO `wp_postmeta` VALUES (1032,1484,'_astra_content_layout_flag','disabled');
INSERT INTO `wp_postmeta` VALUES (1033,1484,'site-post-title','disabled');
INSERT INTO `wp_postmeta` VALUES (1034,1484,'ast-title-bar-display','disabled');
INSERT INTO `wp_postmeta` VALUES (1035,1484,'ast-featured-img','disabled');
INSERT INTO `wp_postmeta` VALUES (1036,1484,'site-content-layout','page-builder');
INSERT INTO `wp_postmeta` VALUES (1037,1484,'ast-site-content-layout','full-width-container');
INSERT INTO `wp_postmeta` VALUES (1038,1484,'site-sidebar-layout','no-sidebar');
INSERT INTO `wp_postmeta` VALUES (1039,1489,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1040,1489,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1041,1489,'surerank_seo_checks','a:13:{s:14:\"h2_subheadings\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:42:\"The page does not contain any subheadings.\";s:4:\"type\";s:4:\"page\";}s:13:\"media_present\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:39:\"No images or videos found on this page.\";s:4:\"type\";s:4:\"page\";}s:13:\"links_present\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:27:\"No links found on the page.\";s:4:\"type\";s:4:\"page\";}s:10:\"url_length\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:35:\"Page URL is short and SEO-friendly.\";s:4:\"type\";s:4:\"page\";}s:19:\"search_engine_title\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"Search engine title is present and under 60 characters.\";s:4:\"type\";s:4:\"page\";}s:25:\"search_engine_description\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:49:\"Search engine description is missing on the page.\";s:4:\"type\";s:4:\"page\";}s:13:\"canonical_url\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:37:\"Canonical tag is present on the page.\";s:4:\"type\";s:4:\"page\";}s:15:\"open_graph_tags\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:40:\"Open Graph tags are present on the page.\";s:4:\"type\";s:4:\"page\";}s:16:\"keyword_in_title\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:38:\"No focus keyword set to analyze title.\";s:4:\"type\";s:7:\"keyword\";}s:22:\"keyword_in_description\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:49:\"No focus keyword set to analyze meta description.\";s:4:\"type\";s:7:\"keyword\";}s:14:\"keyword_in_url\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:36:\"No focus keyword set to analyze URL.\";s:4:\"type\";s:7:\"keyword\";}s:18:\"keyword_in_content\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:40:\"No focus keyword set to analyze content.\";s:4:\"type\";s:7:\"keyword\";}s:12:\"broken_links\";a:2:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:34:\"No broken links found on the page.\";}}');
INSERT INTO `wp_postmeta` VALUES (1042,1489,'surerank_seo_checks_last_updated','1776154440');
INSERT INTO `wp_postmeta` VALUES (1043,1490,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1044,1490,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1045,1489,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1046,1489,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1047,1489,'_edit_lock','1776153812:1');
INSERT INTO `wp_postmeta` VALUES (1048,1489,'_astra_content_layout_flag','disabled');
INSERT INTO `wp_postmeta` VALUES (1049,1489,'site-post-title','disabled');
INSERT INTO `wp_postmeta` VALUES (1050,1489,'ast-title-bar-display','disabled');
INSERT INTO `wp_postmeta` VALUES (1051,1489,'ast-featured-img','disabled');
INSERT INTO `wp_postmeta` VALUES (1052,1489,'site-content-layout','page-builder');
INSERT INTO `wp_postmeta` VALUES (1053,1489,'ast-site-content-layout','full-width-container');
INSERT INTO `wp_postmeta` VALUES (1054,1489,'site-sidebar-layout','no-sidebar');
INSERT INTO `wp_postmeta` VALUES (1055,1491,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1056,1491,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1057,1491,'surerank_seo_checks','a:14:{s:14:\"h2_subheadings\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:38:\"Page contains at least one subheading.\";s:4:\"type\";s:4:\"page\";}s:13:\"media_present\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"This page includes images or videos to enhance content.\";s:4:\"type\";s:4:\"page\";}s:13:\"links_present\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:27:\"No links found on the page.\";s:4:\"type\";s:4:\"page\";}s:10:\"url_length\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:35:\"Page URL is short and SEO-friendly.\";s:4:\"type\";s:4:\"page\";}s:19:\"search_engine_title\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"Search engine title is present and under 60 characters.\";s:4:\"type\";s:4:\"page\";}s:25:\"search_engine_description\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:62:\"Search engine description is present and under 160 characters.\";s:4:\"type\";s:4:\"page\";}s:13:\"canonical_url\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:37:\"Canonical tag is present on the page.\";s:4:\"type\";s:4:\"page\";}s:15:\"open_graph_tags\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:40:\"Open Graph tags are present on the page.\";s:4:\"type\";s:4:\"page\";}s:16:\"keyword_in_title\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:38:\"No focus keyword set to analyze title.\";s:4:\"type\";s:7:\"keyword\";}s:22:\"keyword_in_description\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:49:\"No focus keyword set to analyze meta description.\";s:4:\"type\";s:7:\"keyword\";}s:14:\"keyword_in_url\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:36:\"No focus keyword set to analyze URL.\";s:4:\"type\";s:7:\"keyword\";}s:18:\"keyword_in_content\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:40:\"No focus keyword set to analyze content.\";s:4:\"type\";s:7:\"keyword\";}s:12:\"broken_links\";a:2:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:34:\"No broken links found on the page.\";}s:14:\"image_alt_text\";a:5:{s:6:\"status\";s:7:\"success\";s:11:\"description\";a:1:{i:0;s:48:\"Images on the post/page have alt text attributes\";}s:7:\"message\";s:49:\"All images on this page have alt text attributes.\";s:11:\"show_images\";b:0;s:4:\"type\";s:4:\"page\";}}');
INSERT INTO `wp_postmeta` VALUES (1058,1491,'surerank_seo_checks_last_updated','1776154425');
INSERT INTO `wp_postmeta` VALUES (1059,1492,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1060,1492,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1061,1491,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1062,1493,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1063,1493,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1064,1493,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1065,1493,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1066,1493,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":94.578999999999994},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1067,1493,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1068,1493,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1070,1494,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1071,1494,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1072,1494,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1073,1494,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1074,1494,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":94.578999999999994},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1075,1494,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1076,1494,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1078,1495,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1079,1495,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1080,1495,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1081,1495,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1082,1495,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":94.578999999999994},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1083,1495,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1084,1495,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1086,1491,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1087,1491,'_edit_lock','1776153552:1');
INSERT INTO `wp_postmeta` VALUES (1088,1491,'_astra_content_layout_flag','disabled');
INSERT INTO `wp_postmeta` VALUES (1090,1491,'ast-title-bar-display','disabled');
INSERT INTO `wp_postmeta` VALUES (1091,1491,'ast-featured-img','disabled');
INSERT INTO `wp_postmeta` VALUES (1092,1491,'site-content-layout','page-builder');
INSERT INTO `wp_postmeta` VALUES (1093,1491,'ast-site-content-layout','full-width-container');
INSERT INTO `wp_postmeta` VALUES (1094,1491,'site-sidebar-layout','no-sidebar');
INSERT INTO `wp_postmeta` VALUES (1095,1496,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1096,1496,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1097,1496,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1098,1496,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1099,1497,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1100,1497,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1101,1497,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1102,1497,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1103,1491,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1104,1491,'_elementor_data','[{\"id\":\"56797b7\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8baa99d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"458d59c\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-458d59c-16a47f7\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1508},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-458d59c-16a47f7\":{\"id\":\"e-458d59c-16a47f7\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"align-self\":{\"$$type\":\"string\",\"value\":\"center\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1105,1498,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1106,1498,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1107,1498,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1108,1498,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1109,1498,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1110,1498,'_elementor_data','[{\"id\":\"4d7e59c\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"1d3f821\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1113,1499,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1114,1499,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1115,1499,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1116,1499,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1117,1499,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1118,1499,'_elementor_data','[{\"id\":\"4d7e59c\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"1d3f821\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1120,1499,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1121,1500,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1122,1500,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1123,1500,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1124,1500,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1125,1500,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1126,1500,'_elementor_data','[{\"id\":\"4d7e59c\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"1d3f821\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1128,1500,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1129,1501,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1130,1501,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1131,1501,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1132,1501,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1133,1501,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1134,1501,'_elementor_data','[{\"id\":\"4d7e59c\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"1d3f821\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Our Team\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1137,1502,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1138,1502,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1139,1502,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1140,1502,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1141,1502,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1142,1502,'_elementor_data','[{\"id\":\"4d7e59c\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"1d3f821\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Our Team\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1144,1502,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1145,1503,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1146,1503,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1147,1503,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1148,1503,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1149,1503,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1150,1503,'_elementor_data','[{\"id\":\"4d7e59c\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"1d3f821\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Our Team\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1152,1503,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1153,1504,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1154,1504,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1155,1504,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1156,1504,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1157,1504,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1158,1504,'_elementor_data','[{\"id\":\"56797b7\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8baa99d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1161,1505,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1162,1505,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1163,1505,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1164,1505,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1165,1505,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1166,1505,'_elementor_data','[{\"id\":\"56797b7\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8baa99d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1168,1505,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1169,1506,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1170,1506,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1171,1506,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1172,1506,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1173,1506,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1174,1506,'_elementor_data','[{\"id\":\"56797b7\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8baa99d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1176,1506,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1177,1507,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1178,1507,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1179,1507,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1180,1507,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1181,1507,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1182,1507,'_elementor_data','[{\"id\":\"56797b7\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8baa99d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1185,1508,'_wp_attached_file','2026/04/Team.jpg');
INSERT INTO `wp_postmeta` VALUES (1186,1508,'_wp_attachment_image_alt','team');
INSERT INTO `wp_postmeta` VALUES (1187,1508,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:16:\"2026/04/Team.jpg\";s:8:\"filesize\";i:579608;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"Team-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36181;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"Team-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24284;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"Team-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112899;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:4:\"5.66\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"EOS Rebel T6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"155\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:8:\"0.000633\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (1188,1509,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1189,1509,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1190,1509,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1191,1509,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1192,1509,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1193,1509,'_elementor_data','[{\"id\":\"56797b7\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8baa99d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1195,1509,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1196,1510,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1197,1510,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1198,1510,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1199,1510,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1200,1510,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1201,1510,'_elementor_data','[{\"id\":\"56797b7\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8baa99d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1203,1510,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1204,1511,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1205,1511,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1206,1511,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1207,1511,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1208,1511,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1209,1511,'_elementor_data','[{\"id\":\"56797b7\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8baa99d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"458d59c\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-458d59c-16a47f7\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1508},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-458d59c-16a47f7\":{\"id\":\"e-458d59c-16a47f7\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"align-self\":{\"$$type\":\"string\",\"value\":\"center\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1212,1512,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1213,1512,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1214,1512,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1215,1512,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1216,1512,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1217,1512,'_elementor_data','[{\"id\":\"56797b7\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8baa99d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"458d59c\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-458d59c-16a47f7\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1508},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-458d59c-16a47f7\":{\"id\":\"e-458d59c-16a47f7\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"align-self\":{\"$$type\":\"string\",\"value\":\"center\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1219,1512,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1220,1513,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1221,1513,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1222,1513,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1223,1513,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1224,1513,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1225,1513,'_elementor_data','[{\"id\":\"56797b7\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8baa99d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"458d59c\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-458d59c-16a47f7\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1508},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-458d59c-16a47f7\":{\"id\":\"e-458d59c-16a47f7\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"align-self\":{\"$$type\":\"string\",\"value\":\"center\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1227,1513,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1228,1514,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1229,1514,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1230,1514,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1231,1514,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1232,1514,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1233,1514,'_elementor_data','[{\"id\":\"56797b7\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"8baa99d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"458d59c\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-458d59c-16a47f7\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1508},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-458d59c-16a47f7\":{\"id\":\"e-458d59c-16a47f7\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"align-self\":{\"$$type\":\"string\",\"value\":\"center\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1235,1491,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1236,1515,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1237,1515,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1238,1515,'surerank_seo_checks','a:13:{s:14:\"h2_subheadings\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:42:\"The page does not contain any subheadings.\";s:4:\"type\";s:4:\"page\";}s:13:\"media_present\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:39:\"No images or videos found on this page.\";s:4:\"type\";s:4:\"page\";}s:13:\"links_present\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:27:\"No links found on the page.\";s:4:\"type\";s:4:\"page\";}s:10:\"url_length\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:35:\"Page URL is short and SEO-friendly.\";s:4:\"type\";s:4:\"page\";}s:19:\"search_engine_title\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"Search engine title is present and under 60 characters.\";s:4:\"type\";s:4:\"page\";}s:25:\"search_engine_description\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:49:\"Search engine description is missing on the page.\";s:4:\"type\";s:4:\"page\";}s:13:\"canonical_url\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:37:\"Canonical tag is present on the page.\";s:4:\"type\";s:4:\"page\";}s:15:\"open_graph_tags\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:40:\"Open Graph tags are present on the page.\";s:4:\"type\";s:4:\"page\";}s:16:\"keyword_in_title\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:38:\"No focus keyword set to analyze title.\";s:4:\"type\";s:7:\"keyword\";}s:22:\"keyword_in_description\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:49:\"No focus keyword set to analyze meta description.\";s:4:\"type\";s:7:\"keyword\";}s:14:\"keyword_in_url\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:36:\"No focus keyword set to analyze URL.\";s:4:\"type\";s:7:\"keyword\";}s:18:\"keyword_in_content\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:40:\"No focus keyword set to analyze content.\";s:4:\"type\";s:7:\"keyword\";}s:12:\"broken_links\";a:2:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:34:\"No broken links found on the page.\";}}');
INSERT INTO `wp_postmeta` VALUES (1239,1515,'surerank_seo_checks_last_updated','1776154445');
INSERT INTO `wp_postmeta` VALUES (1240,1516,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1241,1516,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1242,1515,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1243,1515,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1244,1515,'_edit_lock','1776153819:1');
INSERT INTO `wp_postmeta` VALUES (1245,1515,'_astra_content_layout_flag','disabled');
INSERT INTO `wp_postmeta` VALUES (1246,1515,'site-post-title','disabled');
INSERT INTO `wp_postmeta` VALUES (1247,1515,'ast-title-bar-display','disabled');
INSERT INTO `wp_postmeta` VALUES (1248,1515,'ast-featured-img','disabled');
INSERT INTO `wp_postmeta` VALUES (1249,1515,'site-content-layout','page-builder');
INSERT INTO `wp_postmeta` VALUES (1250,1515,'ast-site-content-layout','full-width-container');
INSERT INTO `wp_postmeta` VALUES (1251,1515,'site-sidebar-layout','no-sidebar');
INSERT INTO `wp_postmeta` VALUES (1252,1517,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1253,1517,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1254,1517,'surerank_seo_checks','a:14:{s:14:\"h2_subheadings\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:38:\"Page contains at least one subheading.\";s:4:\"type\";s:4:\"page\";}s:13:\"media_present\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"This page includes images or videos to enhance content.\";s:4:\"type\";s:4:\"page\";}s:13:\"links_present\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:27:\"No links found on the page.\";s:4:\"type\";s:4:\"page\";}s:10:\"url_length\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:35:\"Page URL is short and SEO-friendly.\";s:4:\"type\";s:4:\"page\";}s:19:\"search_engine_title\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"Search engine title is present and under 60 characters.\";s:4:\"type\";s:4:\"page\";}s:25:\"search_engine_description\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:62:\"Search engine description is present and under 160 characters.\";s:4:\"type\";s:4:\"page\";}s:13:\"canonical_url\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:37:\"Canonical tag is present on the page.\";s:4:\"type\";s:4:\"page\";}s:15:\"open_graph_tags\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:40:\"Open Graph tags are present on the page.\";s:4:\"type\";s:4:\"page\";}s:16:\"keyword_in_title\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:38:\"No focus keyword set to analyze title.\";s:4:\"type\";s:7:\"keyword\";}s:22:\"keyword_in_description\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:49:\"No focus keyword set to analyze meta description.\";s:4:\"type\";s:7:\"keyword\";}s:14:\"keyword_in_url\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:36:\"No focus keyword set to analyze URL.\";s:4:\"type\";s:7:\"keyword\";}s:18:\"keyword_in_content\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:40:\"No focus keyword set to analyze content.\";s:4:\"type\";s:7:\"keyword\";}s:12:\"broken_links\";a:2:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:34:\"No broken links found on the page.\";}s:14:\"image_alt_text\";a:5:{s:6:\"status\";s:7:\"success\";s:11:\"description\";a:1:{i:0;s:48:\"Images on the post/page have alt text attributes\";}s:7:\"message\";s:49:\"All images on this page have alt text attributes.\";s:11:\"show_images\";b:0;s:4:\"type\";s:4:\"page\";}}');
INSERT INTO `wp_postmeta` VALUES (1255,1517,'surerank_seo_checks_last_updated','1776139537');
INSERT INTO `wp_postmeta` VALUES (1256,1518,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1257,1518,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1258,1517,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1259,1517,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1260,1517,'_edit_lock','1776179326:1');
INSERT INTO `wp_postmeta` VALUES (1261,1517,'_astra_content_layout_flag','disabled');
INSERT INTO `wp_postmeta` VALUES (1263,1517,'ast-title-bar-display','disabled');
INSERT INTO `wp_postmeta` VALUES (1264,1517,'ast-featured-img','disabled');
INSERT INTO `wp_postmeta` VALUES (1265,1517,'site-content-layout','page-builder');
INSERT INTO `wp_postmeta` VALUES (1266,1517,'ast-site-content-layout','full-width-container');
INSERT INTO `wp_postmeta` VALUES (1267,1517,'site-sidebar-layout','no-sidebar');
INSERT INTO `wp_postmeta` VALUES (1268,1519,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1269,1519,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1270,1519,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1271,1519,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1272,1520,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1273,1520,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1274,1520,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1275,1520,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1276,1517,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1277,1517,'_elementor_data','[{\"id\":\"774eb9c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"2f591a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff331b1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-ff331b1-a965d5b\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1508},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-ff331b1-a965d5b\":{\"id\":\"e-ff331b1-a965d5b\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"align-self\":{\"$$type\":\"string\",\"value\":\"center\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"0e2e6d7\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"At&nbsp;<strong>Genius World School<\\/strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers<\\/strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student\\u2019s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff<\\/strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff<\\/strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School<\\/strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\"},\"children\":[{\"id\":\"e-mny30zaf-coehew6\",\"type\":\"strong\",\"content\":\"Genius World School\"},{\"id\":\"e-mny30zaf-jn8mq63\",\"type\":\"strong\",\"content\":\"Teachers\"},{\"id\":\"e-mny30zaf-ykiuwa3\",\"type\":\"strong\",\"content\":\"Non-\"},{\"id\":\"e-mny30zaf-yftrqyb\",\"type\":\"strong\",\"content\":\"Teaching Staff\"},{\"id\":\"e-mny30zaf-9t2cu5w\",\"type\":\"strong\",\"content\":\"Administrative Staff\"},{\"id\":\"e-mny30zaf-oopl9vl\",\"type\":\"strong\",\"content\":\"Genius World School\"}]}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"a13d04e\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"c4c643c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-divider\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1278,1521,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1279,1521,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1280,1521,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1281,1521,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1282,1521,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1283,1521,'_elementor_data','[]');
INSERT INTO `wp_postmeta` VALUES (1295,1266,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (1296,1266,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (1297,1266,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (1298,1266,'_wp_old_date','2026-04-13');
INSERT INTO `wp_postmeta` VALUES (1299,1267,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (1300,1267,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (1301,1267,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (1302,1267,'_wp_old_date','2026-04-13');
INSERT INTO `wp_postmeta` VALUES (1303,1268,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (1304,1268,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (1305,1268,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (1306,1268,'_wp_old_date','2026-04-13');
INSERT INTO `wp_postmeta` VALUES (1315,1523,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (1316,1523,'_wp_trash_meta_time','1776138350');
INSERT INTO `wp_postmeta` VALUES (1317,1525,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (1318,1525,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (1319,1525,'_menu_item_object_id','1517');
INSERT INTO `wp_postmeta` VALUES (1320,1525,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (1321,1525,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (1322,1525,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (1323,1525,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (1324,1525,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (1325,1524,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (1326,1524,'_wp_trash_meta_time','1776138380');
INSERT INTO `wp_postmeta` VALUES (1327,1526,'_edit_lock','1776138386:1');
INSERT INTO `wp_postmeta` VALUES (1343,1526,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (1344,1526,'_wp_trash_meta_time','1776138397');
INSERT INTO `wp_postmeta` VALUES (1345,1125,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (1346,1125,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (1347,1125,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (1348,1125,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (1349,1125,'_wp_old_date','2026-04-13');
INSERT INTO `wp_postmeta` VALUES (1350,1126,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (1351,1126,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (1352,1126,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (1353,1126,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (1354,1126,'_wp_old_date','2026-04-13');
INSERT INTO `wp_postmeta` VALUES (1355,1527,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (1356,1527,'_wp_trash_meta_time','1776138430');
INSERT INTO `wp_postmeta` VALUES (1357,1528,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1358,1528,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1359,1528,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1360,1528,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1361,1528,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1362,1528,'_elementor_data','[]');
INSERT INTO `wp_postmeta` VALUES (1364,1528,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1365,1529,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1366,1529,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1367,1529,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1368,1529,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1369,1529,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1370,1529,'_elementor_data','[]');
INSERT INTO `wp_postmeta` VALUES (1372,1529,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1373,1530,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1374,1530,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1375,1530,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1376,1530,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1377,1530,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1378,1530,'_elementor_data','[{\"id\":\"774eb9c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"2f591a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff331b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1508},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"0e2e6d7\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"At&nbsp;<strong>Genius World School<\\/strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers<\\/strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student\\u2019s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff<\\/strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff<\\/strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School<\\/strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\"},\"children\":[{\"id\":\"e-mny30zaf-coehew6\",\"type\":\"strong\",\"content\":\"Genius World School\"},{\"id\":\"e-mny30zaf-jn8mq63\",\"type\":\"strong\",\"content\":\"Teachers\"},{\"id\":\"e-mny30zaf-ykiuwa3\",\"type\":\"strong\",\"content\":\"Non-\"},{\"id\":\"e-mny30zaf-yftrqyb\",\"type\":\"strong\",\"content\":\"Teaching Staff\"},{\"id\":\"e-mny30zaf-9t2cu5w\",\"type\":\"strong\",\"content\":\"Administrative Staff\"},{\"id\":\"e-mny30zaf-oopl9vl\",\"type\":\"strong\",\"content\":\"Genius World School\"}]}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1381,1531,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1382,1531,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1383,1531,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1384,1531,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1385,1531,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1386,1531,'_elementor_data','[{\"id\":\"774eb9c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"2f591a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff331b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1508},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"0e2e6d7\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"At&nbsp;<strong>Genius World School<\\/strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers<\\/strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student\\u2019s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff<\\/strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff<\\/strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School<\\/strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\"},\"children\":[{\"id\":\"e-mny30zaf-coehew6\",\"type\":\"strong\",\"content\":\"Genius World School\"},{\"id\":\"e-mny30zaf-jn8mq63\",\"type\":\"strong\",\"content\":\"Teachers\"},{\"id\":\"e-mny30zaf-ykiuwa3\",\"type\":\"strong\",\"content\":\"Non-\"},{\"id\":\"e-mny30zaf-yftrqyb\",\"type\":\"strong\",\"content\":\"Teaching Staff\"},{\"id\":\"e-mny30zaf-9t2cu5w\",\"type\":\"strong\",\"content\":\"Administrative Staff\"},{\"id\":\"e-mny30zaf-oopl9vl\",\"type\":\"strong\",\"content\":\"Genius World School\"}]}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1388,1531,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1389,1532,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1390,1532,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1391,1532,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1392,1532,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1393,1532,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1394,1532,'_elementor_data','[{\"id\":\"774eb9c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"2f591a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff331b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1508},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"0e2e6d7\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"At&nbsp;<strong>Genius World School<\\/strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers<\\/strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student\\u2019s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff<\\/strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff<\\/strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School<\\/strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\"},\"children\":[{\"id\":\"e-mny30zaf-coehew6\",\"type\":\"strong\",\"content\":\"Genius World School\"},{\"id\":\"e-mny30zaf-jn8mq63\",\"type\":\"strong\",\"content\":\"Teachers\"},{\"id\":\"e-mny30zaf-ykiuwa3\",\"type\":\"strong\",\"content\":\"Non-\"},{\"id\":\"e-mny30zaf-yftrqyb\",\"type\":\"strong\",\"content\":\"Teaching Staff\"},{\"id\":\"e-mny30zaf-9t2cu5w\",\"type\":\"strong\",\"content\":\"Administrative Staff\"},{\"id\":\"e-mny30zaf-oopl9vl\",\"type\":\"strong\",\"content\":\"Genius World School\"}]}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1396,1532,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1397,1533,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1398,1533,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1399,1533,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1400,1533,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1401,1533,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1402,1533,'_elementor_data','[{\"id\":\"774eb9c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"2f591a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff331b1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-ff331b1-a965d5b\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1508},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-ff331b1-a965d5b\":{\"id\":\"e-ff331b1-a965d5b\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"align-self\":{\"$$type\":\"string\",\"value\":\"center\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"0e2e6d7\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"At&nbsp;<strong>Genius World School<\\/strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers<\\/strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student\\u2019s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff<\\/strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff<\\/strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School<\\/strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\"},\"children\":[{\"id\":\"e-mny30zaf-coehew6\",\"type\":\"strong\",\"content\":\"Genius World School\"},{\"id\":\"e-mny30zaf-jn8mq63\",\"type\":\"strong\",\"content\":\"Teachers\"},{\"id\":\"e-mny30zaf-ykiuwa3\",\"type\":\"strong\",\"content\":\"Non-\"},{\"id\":\"e-mny30zaf-yftrqyb\",\"type\":\"strong\",\"content\":\"Teaching Staff\"},{\"id\":\"e-mny30zaf-9t2cu5w\",\"type\":\"strong\",\"content\":\"Administrative Staff\"},{\"id\":\"e-mny30zaf-oopl9vl\",\"type\":\"strong\",\"content\":\"Genius World School\"}]}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"f410518\",\"elType\":\"e-tabs\",\"settings\":[],\"elements\":[{\"id\":\"6b83ed0\",\"elType\":\"e-tabs-menu\",\"settings\":[],\"elements\":[{\"id\":\"26206e6\",\"elType\":\"e-tab\",\"settings\":[],\"elements\":[{\"id\":\"4df4a9b\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Administrative Staff\"},\"children\":[]}},\"tag\":{\"$$type\":\"string\",\"value\":\"span\"}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":{\"items\":[{\"$$type\":\"interaction-item\",\"value\":{\"interaction_id\":{\"$$type\":\"string\",\"value\":\"1517-4df4a9b-e618e1d\"},\"trigger\":{\"$$type\":\"string\",\"value\":\"load\"},\"animation\":{\"$$type\":\"animation-preset-props\",\"value\":{\"effect\":{\"$$type\":\"string\",\"value\":\"fade\"},\"type\":{\"$$type\":\"string\",\"value\":\"in\"},\"direction\":{\"$$type\":\"string\",\"value\":\"\"},\"timing_config\":{\"$$type\":\"timing-config\",\"value\":{\"duration\":{\"$$type\":\"size\",\"value\":{\"size\":600,\"unit\":\"ms\"}},\"delay\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"ms\"}}}},\"config\":{\"$$type\":\"config\",\"value\":{\"replay\":{\"$$type\":\"boolean\",\"value\":false},\"easing\":{\"$$type\":\"string\",\"value\":\"easeIn\"},\"relativeTo\":{\"$$type\":\"string\",\"value\":\"viewport\"},\"repeat\":{\"$$type\":\"string\",\"value\":\"\"},\"times\":{\"$$type\":\"number\",\"value\":1},\"start\":{\"$$type\":\"size\",\"value\":{\"size\":85,\"unit\":\"%\"}},\"end\":{\"$$type\":\"size\",\"value\":{\"size\":15,\"unit\":\"%\"}}}}}}}}],\"version\":1},\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 1 trigger\"},\"version\":\"0.0\"},{\"id\":\"33a074e\",\"elType\":\"e-tab\",\"settings\":[],\"elements\":[{\"id\":\"f46ccf8\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f46ccf8-56f56fd\"]},\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Teaching Staff\"},\"children\":[]}},\"tag\":{\"$$type\":\"string\",\"value\":\"span\"},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":{\"e-f46ccf8-56f56fd\":{\"id\":\"e-f46ccf8-56f56fd\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":[],\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 2 trigger\"},\"version\":\"0.0\"},{\"id\":\"6f17bd2\",\"elType\":\"e-tab\",\"settings\":[],\"elements\":[{\"id\":\"bda957e\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Non-Teaching Staff\"},\"children\":[]}},\"tag\":{\"$$type\":\"string\",\"value\":\"span\"}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 3 trigger\"},\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"af5450d\",\"elType\":\"e-tabs-content-area\",\"settings\":[],\"elements\":[{\"id\":\"2614173\",\"elType\":\"e-tab-content\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-2614173-854e0a5\"]}},\"elements\":[{\"id\":\"56a8804\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":{\"e-2614173-854e0a5\":{\"id\":\"e-2614173-854e0a5\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 1 content\"},\"version\":\"0.0\"},{\"id\":\"2413969\",\"elType\":\"e-tab-content\",\"settings\":[],\"elements\":[],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 2 content\"},\"version\":\"0.0\"},{\"id\":\"0e47205\",\"elType\":\"e-tab-content\",\"settings\":[],\"elements\":[],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 3 content\"},\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a13d04e\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"c4c643c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-divider\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"2ff1ce6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"6093f84\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"141c2e5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cffc485\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"119dd52\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e8aeba7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a36a667\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1404,1517,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1413,1535,'_wp_attached_file','2026/04/viber_image_2026-03-26_13-59-55-746.jpg');
INSERT INTO `wp_postmeta` VALUES (1414,1535,'_wp_attachment_image_alt','viber image 2026 03 26 13 59 55 746');
INSERT INTO `wp_postmeta` VALUES (1415,1535,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:896;s:6:\"height\";i:1195;s:4:\"file\";s:47:\"2026/04/viber_image_2026-03-26_13-59-55-746.jpg\";s:8:\"filesize\";i:375501;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"viber_image_2026-03-26_13-59-55-746-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11093;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"viber_image_2026-03-26_13-59-55-746-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105805;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"viber_image_2026-03-26_13-59-55-746-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4786;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"viber_image_2026-03-26_13-59-55-746-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105805;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}');
INSERT INTO `wp_postmeta` VALUES (1416,1536,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1417,1536,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1418,1536,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1419,1536,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1420,1536,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1421,1536,'_elementor_data','[{\"id\":\"774eb9c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"2f591a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff331b1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-ff331b1-a965d5b\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1508},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-ff331b1-a965d5b\":{\"id\":\"e-ff331b1-a965d5b\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"align-self\":{\"$$type\":\"string\",\"value\":\"center\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"0e2e6d7\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"At&nbsp;<strong>Genius World School<\\/strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers<\\/strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student\\u2019s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff<\\/strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff<\\/strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School<\\/strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\"},\"children\":[{\"id\":\"e-mny30zaf-coehew6\",\"type\":\"strong\",\"content\":\"Genius World School\"},{\"id\":\"e-mny30zaf-jn8mq63\",\"type\":\"strong\",\"content\":\"Teachers\"},{\"id\":\"e-mny30zaf-ykiuwa3\",\"type\":\"strong\",\"content\":\"Non-\"},{\"id\":\"e-mny30zaf-yftrqyb\",\"type\":\"strong\",\"content\":\"Teaching Staff\"},{\"id\":\"e-mny30zaf-9t2cu5w\",\"type\":\"strong\",\"content\":\"Administrative Staff\"},{\"id\":\"e-mny30zaf-oopl9vl\",\"type\":\"strong\",\"content\":\"Genius World School\"}]}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"f410518\",\"elType\":\"e-tabs\",\"settings\":[],\"elements\":[{\"id\":\"6b83ed0\",\"elType\":\"e-tabs-menu\",\"settings\":[],\"elements\":[{\"id\":\"26206e6\",\"elType\":\"e-tab\",\"settings\":[],\"elements\":[{\"id\":\"4df4a9b\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Administrative Staff\"},\"children\":[]}},\"tag\":{\"$$type\":\"string\",\"value\":\"span\"}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":{\"items\":[{\"$$type\":\"interaction-item\",\"value\":{\"interaction_id\":{\"$$type\":\"string\",\"value\":\"1517-4df4a9b-e618e1d\"},\"trigger\":{\"$$type\":\"string\",\"value\":\"load\"},\"animation\":{\"$$type\":\"animation-preset-props\",\"value\":{\"effect\":{\"$$type\":\"string\",\"value\":\"fade\"},\"type\":{\"$$type\":\"string\",\"value\":\"in\"},\"direction\":{\"$$type\":\"string\",\"value\":\"\"},\"timing_config\":{\"$$type\":\"timing-config\",\"value\":{\"duration\":{\"$$type\":\"size\",\"value\":{\"size\":600,\"unit\":\"ms\"}},\"delay\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"ms\"}}}},\"config\":{\"$$type\":\"config\",\"value\":{\"replay\":{\"$$type\":\"boolean\",\"value\":false},\"easing\":{\"$$type\":\"string\",\"value\":\"easeIn\"},\"relativeTo\":{\"$$type\":\"string\",\"value\":\"viewport\"},\"repeat\":{\"$$type\":\"string\",\"value\":\"\"},\"times\":{\"$$type\":\"number\",\"value\":1},\"start\":{\"$$type\":\"size\",\"value\":{\"size\":85,\"unit\":\"%\"}},\"end\":{\"$$type\":\"size\",\"value\":{\"size\":15,\"unit\":\"%\"}}}}}}}}],\"version\":1},\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 1 trigger\"},\"version\":\"0.0\"},{\"id\":\"33a074e\",\"elType\":\"e-tab\",\"settings\":[],\"elements\":[{\"id\":\"f46ccf8\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f46ccf8-56f56fd\"]},\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Teaching Staff\"},\"children\":[]}},\"tag\":{\"$$type\":\"string\",\"value\":\"span\"},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":{\"e-f46ccf8-56f56fd\":{\"id\":\"e-f46ccf8-56f56fd\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":[],\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 2 trigger\"},\"version\":\"0.0\"},{\"id\":\"6f17bd2\",\"elType\":\"e-tab\",\"settings\":[],\"elements\":[{\"id\":\"bda957e\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Non-Teaching Staff\"},\"children\":[]}},\"tag\":{\"$$type\":\"string\",\"value\":\"span\"}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 3 trigger\"},\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"af5450d\",\"elType\":\"e-tabs-content-area\",\"settings\":[],\"elements\":[{\"id\":\"2614173\",\"elType\":\"e-tab-content\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-2614173-854e0a5\"]}},\"elements\":[{\"id\":\"56a8804\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":{\"e-2614173-854e0a5\":{\"id\":\"e-2614173-854e0a5\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 1 content\"},\"version\":\"0.0\"},{\"id\":\"2413969\",\"elType\":\"e-tab-content\",\"settings\":[],\"elements\":[],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 2 content\"},\"version\":\"0.0\"},{\"id\":\"0e47205\",\"elType\":\"e-tab-content\",\"settings\":[],\"elements\":[],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 3 content\"},\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a13d04e\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"c4c643c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-divider\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"2ff1ce6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"6093f84\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"141c2e5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cffc485\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"119dd52\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e8aeba7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a36a667\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1423,1536,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1424,1537,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1425,1537,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1426,1537,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1427,1537,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1428,1537,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1429,1537,'_elementor_data','[{\"id\":\"774eb9c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"2f591a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff331b1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-ff331b1-a965d5b\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1508},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-ff331b1-a965d5b\":{\"id\":\"e-ff331b1-a965d5b\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"align-self\":{\"$$type\":\"string\",\"value\":\"center\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"0e2e6d7\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"At&nbsp;<strong>Genius World School<\\/strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers<\\/strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student\\u2019s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff<\\/strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff<\\/strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School<\\/strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\"},\"children\":[{\"id\":\"e-mny30zaf-coehew6\",\"type\":\"strong\",\"content\":\"Genius World School\"},{\"id\":\"e-mny30zaf-jn8mq63\",\"type\":\"strong\",\"content\":\"Teachers\"},{\"id\":\"e-mny30zaf-ykiuwa3\",\"type\":\"strong\",\"content\":\"Non-\"},{\"id\":\"e-mny30zaf-yftrqyb\",\"type\":\"strong\",\"content\":\"Teaching Staff\"},{\"id\":\"e-mny30zaf-9t2cu5w\",\"type\":\"strong\",\"content\":\"Administrative Staff\"},{\"id\":\"e-mny30zaf-oopl9vl\",\"type\":\"strong\",\"content\":\"Genius World School\"}]}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"f410518\",\"elType\":\"e-tabs\",\"settings\":[],\"elements\":[{\"id\":\"6b83ed0\",\"elType\":\"e-tabs-menu\",\"settings\":[],\"elements\":[{\"id\":\"26206e6\",\"elType\":\"e-tab\",\"settings\":[],\"elements\":[{\"id\":\"4df4a9b\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Administrative Staff\"},\"children\":[]}},\"tag\":{\"$$type\":\"string\",\"value\":\"span\"}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":{\"items\":[{\"$$type\":\"interaction-item\",\"value\":{\"interaction_id\":{\"$$type\":\"string\",\"value\":\"1517-4df4a9b-e618e1d\"},\"trigger\":{\"$$type\":\"string\",\"value\":\"load\"},\"animation\":{\"$$type\":\"animation-preset-props\",\"value\":{\"effect\":{\"$$type\":\"string\",\"value\":\"fade\"},\"type\":{\"$$type\":\"string\",\"value\":\"in\"},\"direction\":{\"$$type\":\"string\",\"value\":\"\"},\"timing_config\":{\"$$type\":\"timing-config\",\"value\":{\"duration\":{\"$$type\":\"size\",\"value\":{\"size\":600,\"unit\":\"ms\"}},\"delay\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"ms\"}}}},\"config\":{\"$$type\":\"config\",\"value\":{\"replay\":{\"$$type\":\"boolean\",\"value\":false},\"easing\":{\"$$type\":\"string\",\"value\":\"easeIn\"},\"relativeTo\":{\"$$type\":\"string\",\"value\":\"viewport\"},\"repeat\":{\"$$type\":\"string\",\"value\":\"\"},\"times\":{\"$$type\":\"number\",\"value\":1},\"start\":{\"$$type\":\"size\",\"value\":{\"size\":85,\"unit\":\"%\"}},\"end\":{\"$$type\":\"size\",\"value\":{\"size\":15,\"unit\":\"%\"}}}}}}}}],\"version\":1},\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 1 trigger\"},\"version\":\"0.0\"},{\"id\":\"33a074e\",\"elType\":\"e-tab\",\"settings\":[],\"elements\":[{\"id\":\"f46ccf8\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f46ccf8-56f56fd\"]},\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Teaching Staff\"},\"children\":[]}},\"tag\":{\"$$type\":\"string\",\"value\":\"span\"},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":{\"e-f46ccf8-56f56fd\":{\"id\":\"e-f46ccf8-56f56fd\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":[],\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 2 trigger\"},\"version\":\"0.0\"},{\"id\":\"6f17bd2\",\"elType\":\"e-tab\",\"settings\":[],\"elements\":[{\"id\":\"bda957e\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Non-Teaching Staff\"},\"children\":[]}},\"tag\":{\"$$type\":\"string\",\"value\":\"span\"}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 3 trigger\"},\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"af5450d\",\"elType\":\"e-tabs-content-area\",\"settings\":[],\"elements\":[{\"id\":\"2614173\",\"elType\":\"e-tab-content\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-2614173-854e0a5\"]}},\"elements\":[{\"id\":\"56a8804\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":{\"e-2614173-854e0a5\":{\"id\":\"e-2614173-854e0a5\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 1 content\"},\"version\":\"0.0\"},{\"id\":\"2413969\",\"elType\":\"e-tab-content\",\"settings\":[],\"elements\":[],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 2 content\"},\"version\":\"0.0\"},{\"id\":\"0e47205\",\"elType\":\"e-tab-content\",\"settings\":[],\"elements\":[],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 3 content\"},\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a13d04e\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"c4c643c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-divider\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"2ff1ce6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"6093f84\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"141c2e5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cffc485\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"119dd52\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e8aeba7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a36a667\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1431,1537,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1432,1538,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1433,1538,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1434,1538,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1435,1538,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1436,1538,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1437,1538,'_elementor_data','[{\"id\":\"774eb9c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"2f591a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff331b1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-ff331b1-a965d5b\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1508},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-ff331b1-a965d5b\":{\"id\":\"e-ff331b1-a965d5b\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"align-self\":{\"$$type\":\"string\",\"value\":\"center\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"0e2e6d7\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"At&nbsp;<strong>Genius World School<\\/strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers<\\/strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student\\u2019s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff<\\/strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff<\\/strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School<\\/strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\"},\"children\":[{\"id\":\"e-mny30zaf-coehew6\",\"type\":\"strong\",\"content\":\"Genius World School\"},{\"id\":\"e-mny30zaf-jn8mq63\",\"type\":\"strong\",\"content\":\"Teachers\"},{\"id\":\"e-mny30zaf-ykiuwa3\",\"type\":\"strong\",\"content\":\"Non-\"},{\"id\":\"e-mny30zaf-yftrqyb\",\"type\":\"strong\",\"content\":\"Teaching Staff\"},{\"id\":\"e-mny30zaf-9t2cu5w\",\"type\":\"strong\",\"content\":\"Administrative Staff\"},{\"id\":\"e-mny30zaf-oopl9vl\",\"type\":\"strong\",\"content\":\"Genius World School\"}]}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"f410518\",\"elType\":\"e-tabs\",\"settings\":[],\"elements\":[{\"id\":\"6b83ed0\",\"elType\":\"e-tabs-menu\",\"settings\":[],\"elements\":[{\"id\":\"26206e6\",\"elType\":\"e-tab\",\"settings\":[],\"elements\":[{\"id\":\"4df4a9b\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Administrative Staff\"},\"children\":[]}},\"tag\":{\"$$type\":\"string\",\"value\":\"span\"}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":{\"items\":[{\"$$type\":\"interaction-item\",\"value\":{\"interaction_id\":{\"$$type\":\"string\",\"value\":\"1517-4df4a9b-6127d0c\"},\"trigger\":{\"$$type\":\"string\",\"value\":\"load\"},\"animation\":{\"$$type\":\"animation-preset-props\",\"value\":{\"effect\":{\"$$type\":\"string\",\"value\":\"fade\"},\"type\":{\"$$type\":\"string\",\"value\":\"in\"},\"direction\":{\"$$type\":\"string\",\"value\":\"\"},\"timing_config\":{\"$$type\":\"timing-config\",\"value\":{\"duration\":{\"$$type\":\"size\",\"value\":{\"size\":600,\"unit\":\"ms\"}},\"delay\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"ms\"}}}},\"config\":{\"$$type\":\"config\",\"value\":{\"replay\":{\"$$type\":\"boolean\",\"value\":false},\"easing\":{\"$$type\":\"string\",\"value\":\"easeIn\"},\"relativeTo\":{\"$$type\":\"string\",\"value\":\"viewport\"},\"repeat\":{\"$$type\":\"string\",\"value\":\"\"},\"times\":{\"$$type\":\"number\",\"value\":1},\"start\":{\"$$type\":\"size\",\"value\":{\"size\":85,\"unit\":\"%\"}},\"end\":{\"$$type\":\"size\",\"value\":{\"size\":15,\"unit\":\"%\"}}}}}}}}],\"version\":1},\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 1 trigger\"},\"version\":\"0.0\"},{\"id\":\"33a074e\",\"elType\":\"e-tab\",\"settings\":[],\"elements\":[{\"id\":\"f46ccf8\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f46ccf8-56f56fd\"]},\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Teaching Staff\"},\"children\":[]}},\"tag\":{\"$$type\":\"string\",\"value\":\"span\"},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":{\"e-f46ccf8-56f56fd\":{\"id\":\"e-f46ccf8-56f56fd\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":[],\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 2 trigger\"},\"version\":\"0.0\"},{\"id\":\"6f17bd2\",\"elType\":\"e-tab\",\"settings\":[],\"elements\":[{\"id\":\"bda957e\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Non-Teaching Staff\"},\"children\":[]}},\"tag\":{\"$$type\":\"string\",\"value\":\"span\"}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 3 trigger\"},\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"af5450d\",\"elType\":\"e-tabs-content-area\",\"settings\":[],\"elements\":[{\"id\":\"2614173\",\"elType\":\"e-tab-content\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-2614173-854e0a5\"]}},\"elements\":[{\"id\":\"56a8804\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":{\"e-2614173-854e0a5\":{\"id\":\"e-2614173-854e0a5\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 1 content\"},\"version\":\"0.0\"},{\"id\":\"2413969\",\"elType\":\"e-tab-content\",\"settings\":[],\"elements\":[],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 2 content\"},\"version\":\"0.0\"},{\"id\":\"0e47205\",\"elType\":\"e-tab-content\",\"settings\":[],\"elements\":[],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 3 content\"},\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a13d04e\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"c4c643c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-divider\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"2ff1ce6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1285,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"6093f84\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-6093f84-2012690\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1426},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-6093f84-2012690\":{\"id\":\"e-6093f84-2012690\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"width\":{\"$$type\":\"size\",\"value\":{\"size\":200,\"unit\":\"px\"}},\"height\":{\"$$type\":\"size\",\"value\":{\"size\":250,\"unit\":\"px\"}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"text-align\":{\"$$type\":\"string\",\"value\":\"center\"},\"padding\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"margin\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"justify-content\":{\"$$type\":\"string\",\"value\":\"center\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"141c2e5\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-141c2e5-20d7c60\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1535},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-141c2e5-20d7c60\":{\"id\":\"e-141c2e5-20d7c60\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"width\":{\"$$type\":\"size\",\"value\":{\"size\":200,\"unit\":\"px\"}},\"height\":{\"$$type\":\"size\",\"value\":{\"size\":250,\"unit\":\"px\"}}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cffc485\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"119dd52\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e8aeba7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a36a667\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1439,1538,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1440,1517,'site-post-title','disabled');
INSERT INTO `wp_postmeta` VALUES (1441,1539,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1442,1539,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1443,1539,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1444,1539,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1445,1539,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1446,1539,'_elementor_data','[{\"id\":\"774eb9c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"2f591a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff331b1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-ff331b1-a965d5b\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1508},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-ff331b1-a965d5b\":{\"id\":\"e-ff331b1-a965d5b\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"align-self\":{\"$$type\":\"string\",\"value\":\"center\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"0e2e6d7\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"At&nbsp;<strong>Genius World School<\\/strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers<\\/strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student\\u2019s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff<\\/strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff<\\/strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School<\\/strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\"},\"children\":[{\"id\":\"e-mny30zaf-coehew6\",\"type\":\"strong\",\"content\":\"Genius World School\"},{\"id\":\"e-mny30zaf-jn8mq63\",\"type\":\"strong\",\"content\":\"Teachers\"},{\"id\":\"e-mny30zaf-ykiuwa3\",\"type\":\"strong\",\"content\":\"Non-\"},{\"id\":\"e-mny30zaf-yftrqyb\",\"type\":\"strong\",\"content\":\"Teaching Staff\"},{\"id\":\"e-mny30zaf-9t2cu5w\",\"type\":\"strong\",\"content\":\"Administrative Staff\"},{\"id\":\"e-mny30zaf-oopl9vl\",\"type\":\"strong\",\"content\":\"Genius World School\"}]}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"f410518\",\"elType\":\"e-tabs\",\"settings\":[],\"elements\":[{\"id\":\"6b83ed0\",\"elType\":\"e-tabs-menu\",\"settings\":[],\"elements\":[{\"id\":\"26206e6\",\"elType\":\"e-tab\",\"settings\":[],\"elements\":[{\"id\":\"4df4a9b\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Administrative Staff\"},\"children\":[]}},\"tag\":{\"$$type\":\"string\",\"value\":\"span\"}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":{\"items\":[{\"$$type\":\"interaction-item\",\"value\":{\"interaction_id\":{\"$$type\":\"string\",\"value\":\"1517-4df4a9b-6127d0c\"},\"trigger\":{\"$$type\":\"string\",\"value\":\"load\"},\"animation\":{\"$$type\":\"animation-preset-props\",\"value\":{\"effect\":{\"$$type\":\"string\",\"value\":\"fade\"},\"type\":{\"$$type\":\"string\",\"value\":\"in\"},\"direction\":{\"$$type\":\"string\",\"value\":\"\"},\"timing_config\":{\"$$type\":\"timing-config\",\"value\":{\"duration\":{\"$$type\":\"size\",\"value\":{\"size\":600,\"unit\":\"ms\"}},\"delay\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"ms\"}}}},\"config\":{\"$$type\":\"config\",\"value\":{\"replay\":{\"$$type\":\"boolean\",\"value\":false},\"easing\":{\"$$type\":\"string\",\"value\":\"easeIn\"},\"relativeTo\":{\"$$type\":\"string\",\"value\":\"viewport\"},\"repeat\":{\"$$type\":\"string\",\"value\":\"\"},\"times\":{\"$$type\":\"number\",\"value\":1},\"start\":{\"$$type\":\"size\",\"value\":{\"size\":85,\"unit\":\"%\"}},\"end\":{\"$$type\":\"size\",\"value\":{\"size\":15,\"unit\":\"%\"}}}}}}}}],\"version\":1},\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 1 trigger\"},\"version\":\"0.0\"},{\"id\":\"33a074e\",\"elType\":\"e-tab\",\"settings\":[],\"elements\":[{\"id\":\"f46ccf8\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f46ccf8-56f56fd\"]},\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Teaching Staff\"},\"children\":[]}},\"tag\":{\"$$type\":\"string\",\"value\":\"span\"},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":{\"e-f46ccf8-56f56fd\":{\"id\":\"e-f46ccf8-56f56fd\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":[],\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 2 trigger\"},\"version\":\"0.0\"},{\"id\":\"6f17bd2\",\"elType\":\"e-tab\",\"settings\":[],\"elements\":[{\"id\":\"bda957e\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Non-Teaching Staff\"},\"children\":[]}},\"tag\":{\"$$type\":\"string\",\"value\":\"span\"}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 3 trigger\"},\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"af5450d\",\"elType\":\"e-tabs-content-area\",\"settings\":[],\"elements\":[{\"id\":\"2614173\",\"elType\":\"e-tab-content\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-2614173-854e0a5\"]}},\"elements\":[{\"id\":\"56a8804\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":{\"e-2614173-854e0a5\":{\"id\":\"e-2614173-854e0a5\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 1 content\"},\"version\":\"0.0\"},{\"id\":\"2413969\",\"elType\":\"e-tab-content\",\"settings\":[],\"elements\":[],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 2 content\"},\"version\":\"0.0\"},{\"id\":\"0e47205\",\"elType\":\"e-tab-content\",\"settings\":[],\"elements\":[],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 3 content\"},\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a13d04e\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"c4c643c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-divider\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"2ff1ce6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1285,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"6093f84\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-6093f84-2012690\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1426},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-6093f84-2012690\":{\"id\":\"e-6093f84-2012690\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"width\":{\"$$type\":\"size\",\"value\":{\"size\":200,\"unit\":\"px\"}},\"height\":{\"$$type\":\"size\",\"value\":{\"size\":250,\"unit\":\"px\"}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"text-align\":{\"$$type\":\"string\",\"value\":\"center\"},\"padding\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"margin\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"justify-content\":{\"$$type\":\"string\",\"value\":\"center\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"141c2e5\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-141c2e5-20d7c60\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1535},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-141c2e5-20d7c60\":{\"id\":\"e-141c2e5-20d7c60\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"width\":{\"$$type\":\"size\",\"value\":{\"size\":200,\"unit\":\"px\"}},\"height\":{\"$$type\":\"size\",\"value\":{\"size\":250,\"unit\":\"px\"}}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cffc485\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"119dd52\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e8aeba7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a36a667\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1448,1539,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1449,1540,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1450,1540,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1451,1540,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1452,1540,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1453,1540,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1454,1540,'_elementor_data','[{\"id\":\"774eb9c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"2f591a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff331b1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-ff331b1-a965d5b\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1508},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-ff331b1-a965d5b\":{\"id\":\"e-ff331b1-a965d5b\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"align-self\":{\"$$type\":\"string\",\"value\":\"center\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"0e2e6d7\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"At&nbsp;<strong>Genius World School<\\/strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers<\\/strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student\\u2019s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff<\\/strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff<\\/strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School<\\/strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\"},\"children\":[{\"id\":\"e-mny30zaf-coehew6\",\"type\":\"strong\",\"content\":\"Genius World School\"},{\"id\":\"e-mny30zaf-jn8mq63\",\"type\":\"strong\",\"content\":\"Teachers\"},{\"id\":\"e-mny30zaf-ykiuwa3\",\"type\":\"strong\",\"content\":\"Non-\"},{\"id\":\"e-mny30zaf-yftrqyb\",\"type\":\"strong\",\"content\":\"Teaching Staff\"},{\"id\":\"e-mny30zaf-9t2cu5w\",\"type\":\"strong\",\"content\":\"Administrative Staff\"},{\"id\":\"e-mny30zaf-oopl9vl\",\"type\":\"strong\",\"content\":\"Genius World School\"}]}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"f410518\",\"elType\":\"e-tabs\",\"settings\":[],\"elements\":[{\"id\":\"6b83ed0\",\"elType\":\"e-tabs-menu\",\"settings\":[],\"elements\":[{\"id\":\"26206e6\",\"elType\":\"e-tab\",\"settings\":[],\"elements\":[{\"id\":\"4df4a9b\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Administrative Staff\"},\"children\":[]}},\"tag\":{\"$$type\":\"string\",\"value\":\"span\"}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":{\"items\":[{\"$$type\":\"interaction-item\",\"value\":{\"interaction_id\":{\"$$type\":\"string\",\"value\":\"1517-4df4a9b-6127d0c\"},\"trigger\":{\"$$type\":\"string\",\"value\":\"load\"},\"animation\":{\"$$type\":\"animation-preset-props\",\"value\":{\"effect\":{\"$$type\":\"string\",\"value\":\"fade\"},\"type\":{\"$$type\":\"string\",\"value\":\"in\"},\"direction\":{\"$$type\":\"string\",\"value\":\"\"},\"timing_config\":{\"$$type\":\"timing-config\",\"value\":{\"duration\":{\"$$type\":\"size\",\"value\":{\"size\":600,\"unit\":\"ms\"}},\"delay\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"ms\"}}}},\"config\":{\"$$type\":\"config\",\"value\":{\"replay\":{\"$$type\":\"boolean\",\"value\":false},\"easing\":{\"$$type\":\"string\",\"value\":\"easeIn\"},\"relativeTo\":{\"$$type\":\"string\",\"value\":\"viewport\"},\"repeat\":{\"$$type\":\"string\",\"value\":\"\"},\"times\":{\"$$type\":\"number\",\"value\":1},\"start\":{\"$$type\":\"size\",\"value\":{\"size\":85,\"unit\":\"%\"}},\"end\":{\"$$type\":\"size\",\"value\":{\"size\":15,\"unit\":\"%\"}}}}}}}}],\"version\":1},\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 1 trigger\"},\"version\":\"0.0\"},{\"id\":\"33a074e\",\"elType\":\"e-tab\",\"settings\":[],\"elements\":[{\"id\":\"f46ccf8\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f46ccf8-56f56fd\"]},\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Teaching Staff\"},\"children\":[]}},\"tag\":{\"$$type\":\"string\",\"value\":\"span\"},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":{\"e-f46ccf8-56f56fd\":{\"id\":\"e-f46ccf8-56f56fd\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":[],\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 2 trigger\"},\"version\":\"0.0\"},{\"id\":\"6f17bd2\",\"elType\":\"e-tab\",\"settings\":[],\"elements\":[{\"id\":\"bda957e\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Non-Teaching Staff\"},\"children\":[]}},\"tag\":{\"$$type\":\"string\",\"value\":\"span\"}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 3 trigger\"},\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"af5450d\",\"elType\":\"e-tabs-content-area\",\"settings\":[],\"elements\":[{\"id\":\"2614173\",\"elType\":\"e-tab-content\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-2614173-854e0a5\"]}},\"elements\":[{\"id\":\"56a8804\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":{\"e-2614173-854e0a5\":{\"id\":\"e-2614173-854e0a5\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 1 content\"},\"version\":\"0.0\"},{\"id\":\"2413969\",\"elType\":\"e-tab-content\",\"settings\":[],\"elements\":[],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 2 content\"},\"version\":\"0.0\"},{\"id\":\"0e47205\",\"elType\":\"e-tab-content\",\"settings\":[],\"elements\":[],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":{\"title\":\"Tab 3 content\"},\"version\":\"0.0\"}],\"isInner\":false,\"isLocked\":true,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a13d04e\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"c4c643c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-divider\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"2ff1ce6\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1285,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":5,\"sizes\":[]}},\"elements\":[{\"id\":\"6093f84\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-6093f84-2012690\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1426},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-6093f84-2012690\":{\"id\":\"e-6093f84-2012690\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"width\":{\"$$type\":\"size\",\"value\":{\"size\":200,\"unit\":\"px\"}},\"height\":{\"$$type\":\"size\",\"value\":{\"size\":250,\"unit\":\"px\"}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"text-align\":{\"$$type\":\"string\",\"value\":\"center\"},\"padding\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"margin\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"justify-content\":{\"$$type\":\"string\",\"value\":\"center\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"141c2e5\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-141c2e5-20d7c60\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1535},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-141c2e5-20d7c60\":{\"id\":\"e-141c2e5-20d7c60\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"width\":{\"$$type\":\"size\",\"value\":{\"size\":200,\"unit\":\"px\"}},\"height\":{\"$$type\":\"size\",\"value\":{\"size\":250,\"unit\":\"px\"}}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cffc485\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"119dd52\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e8aeba7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a36a667\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1456,1540,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1457,1541,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1458,1541,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1459,1541,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1460,1541,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1461,1541,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1462,1541,'_elementor_data','[{\"id\":\"774eb9c\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"2f591a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Team\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ff331b1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-ff331b1-a965d5b\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1508},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-ff331b1-a965d5b\":{\"id\":\"e-ff331b1-a965d5b\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"align-self\":{\"$$type\":\"string\",\"value\":\"center\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"0e2e6d7\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"At&nbsp;<strong>Genius World School<\\/strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers<\\/strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student\\u2019s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff<\\/strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff<\\/strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School<\\/strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\"},\"children\":[{\"id\":\"e-mny30zaf-coehew6\",\"type\":\"strong\",\"content\":\"Genius World School\"},{\"id\":\"e-mny30zaf-jn8mq63\",\"type\":\"strong\",\"content\":\"Teachers\"},{\"id\":\"e-mny30zaf-ykiuwa3\",\"type\":\"strong\",\"content\":\"Non-\"},{\"id\":\"e-mny30zaf-yftrqyb\",\"type\":\"strong\",\"content\":\"Teaching Staff\"},{\"id\":\"e-mny30zaf-9t2cu5w\",\"type\":\"strong\",\"content\":\"Administrative Staff\"},{\"id\":\"e-mny30zaf-oopl9vl\",\"type\":\"strong\",\"content\":\"Genius World School\"}]}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"a13d04e\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"c4c643c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-divider\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1464,1541,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1465,1542,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1466,1542,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1467,1542,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1468,1542,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1469,1542,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":94.578999999999994},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1470,1542,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1471,1542,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1475,1543,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1476,1543,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1477,1543,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1478,1543,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1479,1543,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":94.578999999999994},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1480,1543,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1481,1543,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1485,1544,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1486,1544,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1487,1544,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1488,1544,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1489,1544,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":94.578999999999994},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1490,1544,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1491,1544,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1495,1545,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1496,1545,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1497,1545,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1498,1545,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1499,1545,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":94.578999999999994},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1500,1545,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1501,1545,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1503,1546,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1504,1546,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1505,1546,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1506,1546,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1507,1546,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"fee6a62\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":94.578999999999994},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"0f42bb6\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8f2c96f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7472962\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"104\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0b7c2b2\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"0855680\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"464333f\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1508,1546,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1509,1546,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1511,1547,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1512,1547,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1513,1547,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1514,1547,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1515,1547,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1516,1547,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1517,1547,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1526,1548,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1527,1548,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1528,1548,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1529,1548,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1530,1548,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1531,1548,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1532,1548,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1536,1549,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1537,1549,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1538,1549,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1539,1549,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1540,1549,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1541,1549,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1542,1549,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1546,1550,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1547,1550,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1548,1550,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1549,1550,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1550,1550,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1551,1550,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1552,1550,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1556,1551,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1557,1551,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1558,1551,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1559,1551,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1560,1551,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1561,1551,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1562,1551,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1564,1552,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1565,1552,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1566,1552,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1567,1552,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1568,1552,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1ff6683\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_element_width\":\"inherit\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1569,1552,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1570,1552,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1572,1553,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1573,1553,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1574,1553,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1575,1553,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1576,1553,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1577,1553,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1578,1553,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1580,1554,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1581,1554,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1582,1554,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1583,1554,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1584,1554,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1585,1554,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1586,1554,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1588,1555,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1589,1555,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1590,1555,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1591,1555,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1592,1555,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1593,1555,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1594,1555,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1596,1556,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1597,1556,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1598,1556,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1599,1556,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1600,1556,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1601,1556,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1602,1556,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1612,1558,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1613,1558,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1614,1558,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1615,1558,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1616,1558,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1617,1558,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1618,1558,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1620,1559,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1621,1559,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1622,1559,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1623,1559,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1624,1559,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6d1923c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a9ad1ed\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"8b961d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/1774848959808467.jpg\",\"id\":1450,\"alt\":\"1774848959808467\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":47},\"_flex_size\":\"none\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":390,\"unit\":\"px\"},\"_offset_y\":{\"size\":-23,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b42f328\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/Screenshot_20260220_182447_Gallery.jpg.jpeg\",\"id\":1452,\"alt\":\"screenshot 20260220 182447 gallery.jpg\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"custom\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":67,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":465,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":49},\"_flex_size\":\"none\",\"_offset_x\":{\"size\":3,\"unit\":\"px\"},\"_offset_y\":{\"size\":-112,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"867e734\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":39,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"acc9af4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/585042675_1352876270184050_2671447973923849114_n.jpg\",\"id\":1444,\"alt\":\"585042675 1352876270184050 2671447973923849114 n\",\"source\":\"library\",\"size\":\"\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"18a4446\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e91c76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650770640_1451850190286657_4719770776745907851_n.jpg\",\"id\":1449,\"alt\":\"650770640 1451850190286657 4719770776745907851 n\",\"source\":\"library\",\"size\":\"\"},\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":158,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4d0610d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"8bb3d41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b39302e\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"bf1efb0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"910f173\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"53e606f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1625,1559,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1626,1559,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1628,1560,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1629,1560,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1630,1560,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1631,1560,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1632,1560,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_type\":\"grid\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":5,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":3,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"f326291\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f326291-666992e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1450},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-f326291-666992e\":{\"id\":\"e-f326291-666992e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"visible\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center right\"},\"position\":{\"$$type\":\"string\",\"value\":\"relative\"},\"inset-block-start\":{\"$$type\":\"size\",\"value\":{\"size\":-25,\"unit\":\"px\"}},\"scroll-margin-top\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"margin\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"dc6b923\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e1114b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"098f79d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"65ec28e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"42a4af1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"47fd7a9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"362ee98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4d204d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"9588e35\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"121de77\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7f1b95f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"b4ac241\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"27a2059\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cb5b91b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1633,1560,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1634,1560,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1644,1562,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1645,1562,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1646,1562,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1647,1562,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1648,1562,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_type\":\"grid\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":5,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":3,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"f326291\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f326291-666992e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1450},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-f326291-666992e\":{\"id\":\"e-f326291-666992e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"visible\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center right\"},\"position\":{\"$$type\":\"string\",\"value\":\"relative\"},\"inset-block-start\":{\"$$type\":\"size\",\"value\":{\"size\":-25,\"unit\":\"px\"}},\"scroll-margin-top\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"margin\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"dc6b923\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e1114b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"098f79d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"65ec28e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"42a4af1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"47fd7a9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"362ee98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4d204d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"9588e35\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"121de77\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7f1b95f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"b4ac241\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"27a2059\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cb5b91b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1649,1562,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1650,1562,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1652,1563,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1653,1563,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1654,1563,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1655,1563,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1656,1563,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_type\":\"grid\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":5,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":3,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"f326291\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f326291-666992e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1450},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-f326291-666992e\":{\"id\":\"e-f326291-666992e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"visible\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center right\"},\"position\":{\"$$type\":\"string\",\"value\":\"relative\"},\"inset-block-start\":{\"$$type\":\"size\",\"value\":{\"size\":-25,\"unit\":\"px\"}},\"scroll-margin-top\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"margin\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"dc6b923\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e1114b4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"098f79d\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"65ec28e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"42a4af1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"47fd7a9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"362ee98\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4d204d9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"9588e35\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"121de77\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7f1b95f\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"b4ac241\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"27a2059\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cb5b91b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1657,1563,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1658,1563,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1660,1564,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1661,1564,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1662,1564,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1663,1564,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1664,1564,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_type\":\"grid\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":5,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":3,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"f326291\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f326291-666992e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1450},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-f326291-666992e\":{\"id\":\"e-f326291-666992e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":161,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"scroll-margin-top\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"margin\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"dc6b923\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-dc6b923-b1e75bb\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1452},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-dc6b923-b1e75bb\":{\"id\":\"e-dc6b923-b1e75bb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-105,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e1114b4\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-e1114b4-5b92a28\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1447},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-e1114b4-5b92a28\":{\"id\":\"e-e1114b4-5b92a28\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"width\":{\"$$type\":\"size\",\"value\":{\"size\":425,\"unit\":\"px\"}},\"height\":{\"$$type\":\"size\",\"value\":{\"size\":270,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":4,\"unit\":\"px\"}},\"min-height\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center center\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"098f79d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-098f79d-a5bc0fa\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1444},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-098f79d-a5bc0fa\":{\"id\":\"e-098f79d-a5bc0fa\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"top right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"65ec28e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-65ec28e-f35dd76\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1441},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-65ec28e-f35dd76\":{\"id\":\"e-65ec28e-f35dd76\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"42a4af1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-42a4af1-98762f4\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1442},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-42a4af1-98762f4\":{\"id\":\"e-42a4af1-98762f4\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"47fd7a9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-47fd7a9-39ba279\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1445},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-47fd7a9-39ba279\":{\"id\":\"e-47fd7a9-39ba279\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-42,\"unit\":\"px\"}}}}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"362ee98\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-362ee98-20d9c26\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1443},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-362ee98-20d9c26\":{\"id\":\"e-362ee98-20d9c26\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4d204d9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-4d204d9-b6aa14e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1449},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-4d204d9-b6aa14e\":{\"id\":\"e-4d204d9-b6aa14e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"visible\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"scale-down\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"121de77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7f1b95f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"b4ac241\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"27a2059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cb5b91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1665,1564,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1666,1564,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1668,1565,'_wp_attached_file','2026/04/2j.jpg');
INSERT INTO `wp_postmeta` VALUES (1669,1565,'_wp_attachment_image_alt','2j');
INSERT INTO `wp_postmeta` VALUES (1670,1565,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:14:\"2026/04/2j.jpg\";s:8:\"filesize\";i:152632;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"2j-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24950;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"2j-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93085;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"2j-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17957;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"2j-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64796;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"2j-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156262;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}');
INSERT INTO `wp_postmeta` VALUES (1671,1566,'_wp_attached_file','2026/04/3.jpg');
INSERT INTO `wp_postmeta` VALUES (1672,1566,'_wp_attachment_image_alt','3');
INSERT INTO `wp_postmeta` VALUES (1673,1566,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:13:\"2026/04/3.jpg\";s:8:\"filesize\";i:1209826;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25206;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137325;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"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:15867;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89369;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"3-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:248158;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}');
INSERT INTO `wp_postmeta` VALUES (1674,1567,'_wp_attached_file','2026/04/4.jpg');
INSERT INTO `wp_postmeta` VALUES (1675,1567,'_wp_attachment_image_alt','4');
INSERT INTO `wp_postmeta` VALUES (1676,1567,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:13:\"2026/04/4.jpg\";s:8:\"filesize\";i:1982270;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"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:42235;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243766;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"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:25662;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"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:156173;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"4-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:451231;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}');
INSERT INTO `wp_postmeta` VALUES (1677,1568,'_wp_attached_file','2026/04/5.jpg');
INSERT INTO `wp_postmeta` VALUES (1678,1568,'_wp_attachment_image_alt','5');
INSERT INTO `wp_postmeta` VALUES (1679,1568,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:13:\"2026/04/5.jpg\";s:8:\"filesize\";i:1105112;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34153;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152265;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"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:21803;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103282;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"5-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:261359;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}');
INSERT INTO `wp_postmeta` VALUES (1680,1569,'_wp_attached_file','2026/04/6.jpg');
INSERT INTO `wp_postmeta` VALUES (1681,1569,'_wp_attachment_image_alt','6');
INSERT INTO `wp_postmeta` VALUES (1682,1569,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:13:\"2026/04/6.jpg\";s:8:\"filesize\";i:1160186;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35870;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"6-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165119;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"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:22156;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"6-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112104;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"6-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:283742;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}');
INSERT INTO `wp_postmeta` VALUES (1683,1570,'_wp_attached_file','2026/04/7.jpg');
INSERT INTO `wp_postmeta` VALUES (1684,1570,'_wp_attachment_image_alt','7');
INSERT INTO `wp_postmeta` VALUES (1685,1570,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:13:\"2026/04/7.jpg\";s:8:\"filesize\";i:1267506;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"7-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35842;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179025;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"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:22521;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"7-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120152;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"7-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:313225;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}');
INSERT INTO `wp_postmeta` VALUES (1686,1571,'_wp_attached_file','2026/04/8.jpg');
INSERT INTO `wp_postmeta` VALUES (1687,1571,'_wp_attachment_image_alt','8');
INSERT INTO `wp_postmeta` VALUES (1688,1571,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:13:\"2026/04/8.jpg\";s:8:\"filesize\";i:1090090;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"8-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32759;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152396;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20856;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"8-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103405;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"8-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263140;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}');
INSERT INTO `wp_postmeta` VALUES (1689,1572,'_wp_attached_file','2026/04/12.jpg');
INSERT INTO `wp_postmeta` VALUES (1690,1572,'_wp_attachment_image_alt','12');
INSERT INTO `wp_postmeta` VALUES (1691,1572,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:14:\"2026/04/12.jpg\";s:8:\"filesize\";i:202027;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"12-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27932;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"12-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120301;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18076;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"12-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81806;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"12-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205253;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}');
INSERT INTO `wp_postmeta` VALUES (1692,1573,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1693,1573,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1694,1573,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1695,1573,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1696,1573,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_type\":\"grid\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":5,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":3,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"f326291\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f326291-666992e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1450},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-f326291-666992e\":{\"id\":\"e-f326291-666992e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":161,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"scroll-margin-top\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"margin\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"dc6b923\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-dc6b923-b1e75bb\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1452},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-dc6b923-b1e75bb\":{\"id\":\"e-dc6b923-b1e75bb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-105,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e1114b4\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-e1114b4-5b92a28\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1447},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-e1114b4-5b92a28\":{\"id\":\"e-e1114b4-5b92a28\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"width\":{\"$$type\":\"size\",\"value\":{\"size\":425,\"unit\":\"px\"}},\"height\":{\"$$type\":\"size\",\"value\":{\"size\":270,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":4,\"unit\":\"px\"}},\"min-height\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center center\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"098f79d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-098f79d-a5bc0fa\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1444},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-098f79d-a5bc0fa\":{\"id\":\"e-098f79d-a5bc0fa\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"top right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"65ec28e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-65ec28e-f35dd76\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1441},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-65ec28e-f35dd76\":{\"id\":\"e-65ec28e-f35dd76\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"42a4af1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-42a4af1-98762f4\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1442},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-42a4af1-98762f4\":{\"id\":\"e-42a4af1-98762f4\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"47fd7a9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-47fd7a9-39ba279\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1445},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-47fd7a9-39ba279\":{\"id\":\"e-47fd7a9-39ba279\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-42,\"unit\":\"px\"}}}}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"362ee98\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-362ee98-20d9c26\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1443},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-362ee98-20d9c26\":{\"id\":\"e-362ee98-20d9c26\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4d204d9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-4d204d9-b6aa14e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1449},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-4d204d9-b6aa14e\":{\"id\":\"e-4d204d9-b6aa14e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"visible\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"scale-down\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"121de77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7f1b95f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"b4ac241\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"27a2059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cb5b91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1697,1573,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1698,1573,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1700,1574,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1701,1574,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1702,1574,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1703,1574,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1704,1574,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_type\":\"grid\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":5,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":3,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"f326291\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f326291-666992e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1450},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-f326291-666992e\":{\"id\":\"e-f326291-666992e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":161,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"scroll-margin-top\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"margin\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"dc6b923\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-dc6b923-b1e75bb\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1452},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-dc6b923-b1e75bb\":{\"id\":\"e-dc6b923-b1e75bb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-105,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e1114b4\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-e1114b4-5b92a28\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1447},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-e1114b4-5b92a28\":{\"id\":\"e-e1114b4-5b92a28\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"width\":{\"$$type\":\"size\",\"value\":{\"size\":425,\"unit\":\"px\"}},\"height\":{\"$$type\":\"size\",\"value\":{\"size\":270,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":4,\"unit\":\"px\"}},\"min-height\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center center\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"098f79d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-098f79d-a5bc0fa\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1444},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-098f79d-a5bc0fa\":{\"id\":\"e-098f79d-a5bc0fa\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"top right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"65ec28e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-65ec28e-f35dd76\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1441},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-65ec28e-f35dd76\":{\"id\":\"e-65ec28e-f35dd76\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"42a4af1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-42a4af1-98762f4\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1442},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-42a4af1-98762f4\":{\"id\":\"e-42a4af1-98762f4\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"47fd7a9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-47fd7a9-39ba279\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1445},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-47fd7a9-39ba279\":{\"id\":\"e-47fd7a9-39ba279\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-42,\"unit\":\"px\"}}}}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"362ee98\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-362ee98-20d9c26\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1443},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-362ee98-20d9c26\":{\"id\":\"e-362ee98-20d9c26\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4d204d9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-4d204d9-b6aa14e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1449},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-4d204d9-b6aa14e\":{\"id\":\"e-4d204d9-b6aa14e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"visible\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"scale-down\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"121de77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7f1b95f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"b4ac241\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"27a2059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cb5b91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1705,1574,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1706,1574,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1708,1575,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1709,1575,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1710,1575,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1711,1575,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1712,1575,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_type\":\"grid\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":5,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":3,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"f326291\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f326291-666992e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1450},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-f326291-666992e\":{\"id\":\"e-f326291-666992e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":161,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"scroll-margin-top\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"margin\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"dc6b923\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-dc6b923-b1e75bb\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1452},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-dc6b923-b1e75bb\":{\"id\":\"e-dc6b923-b1e75bb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-105,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e1114b4\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-e1114b4-5b92a28\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1447},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-e1114b4-5b92a28\":{\"id\":\"e-e1114b4-5b92a28\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"width\":{\"$$type\":\"size\",\"value\":{\"size\":425,\"unit\":\"px\"}},\"height\":{\"$$type\":\"size\",\"value\":{\"size\":270,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":4,\"unit\":\"px\"}},\"min-height\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center center\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"098f79d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-098f79d-a5bc0fa\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1444},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-098f79d-a5bc0fa\":{\"id\":\"e-098f79d-a5bc0fa\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"top right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"65ec28e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-65ec28e-f35dd76\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1441},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-65ec28e-f35dd76\":{\"id\":\"e-65ec28e-f35dd76\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"42a4af1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-42a4af1-98762f4\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1442},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-42a4af1-98762f4\":{\"id\":\"e-42a4af1-98762f4\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"47fd7a9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-47fd7a9-39ba279\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1445},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-47fd7a9-39ba279\":{\"id\":\"e-47fd7a9-39ba279\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-42,\"unit\":\"px\"}}}}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"362ee98\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-362ee98-20d9c26\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1443},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-362ee98-20d9c26\":{\"id\":\"e-362ee98-20d9c26\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4d204d9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-4d204d9-b6aa14e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1449},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-4d204d9-b6aa14e\":{\"id\":\"e-4d204d9-b6aa14e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"visible\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"scale-down\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"121de77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1572},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7f1b95f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1571},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"b4ac241\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1570},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"27a2059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1568},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cb5b91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1569},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"255afa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1566},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1713,1575,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1714,1575,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1716,1576,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1717,1576,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1718,1576,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1719,1576,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1720,1576,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_type\":\"grid\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":5,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":3,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"f326291\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f326291-666992e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1450},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-f326291-666992e\":{\"id\":\"e-f326291-666992e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":161,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"scroll-margin-top\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"margin\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"dc6b923\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-dc6b923-b1e75bb\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1452},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-dc6b923-b1e75bb\":{\"id\":\"e-dc6b923-b1e75bb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-105,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e1114b4\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-e1114b4-5b92a28\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1447},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-e1114b4-5b92a28\":{\"id\":\"e-e1114b4-5b92a28\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"width\":{\"$$type\":\"size\",\"value\":{\"size\":425,\"unit\":\"px\"}},\"height\":{\"$$type\":\"size\",\"value\":{\"size\":270,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":4,\"unit\":\"px\"}},\"min-height\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center center\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"098f79d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-098f79d-a5bc0fa\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1444},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-098f79d-a5bc0fa\":{\"id\":\"e-098f79d-a5bc0fa\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"top right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"65ec28e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-65ec28e-f35dd76\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1441},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-65ec28e-f35dd76\":{\"id\":\"e-65ec28e-f35dd76\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"42a4af1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-42a4af1-98762f4\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1442},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-42a4af1-98762f4\":{\"id\":\"e-42a4af1-98762f4\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"47fd7a9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-47fd7a9-39ba279\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1445},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-47fd7a9-39ba279\":{\"id\":\"e-47fd7a9-39ba279\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-42,\"unit\":\"px\"}}}}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"362ee98\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-362ee98-20d9c26\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1443},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-362ee98-20d9c26\":{\"id\":\"e-362ee98-20d9c26\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4d204d9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-4d204d9-b6aa14e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1449},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-4d204d9-b6aa14e\":{\"id\":\"e-4d204d9-b6aa14e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"visible\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"scale-down\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"121de77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1572},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7f1b95f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1571},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"b4ac241\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1570},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"27a2059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1568},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cb5b91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1569},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"255afa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1566},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1721,1576,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1722,1576,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1724,1577,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1725,1577,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1726,1577,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1727,1577,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1728,1577,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_type\":\"grid\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":5,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":3,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"f326291\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f326291-666992e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1450},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-f326291-666992e\":{\"id\":\"e-f326291-666992e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":161,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"scroll-margin-top\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"margin\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"dc6b923\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-dc6b923-b1e75bb\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1452},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-dc6b923-b1e75bb\":{\"id\":\"e-dc6b923-b1e75bb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-105,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e1114b4\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-e1114b4-5b92a28\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1447},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-e1114b4-5b92a28\":{\"id\":\"e-e1114b4-5b92a28\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"width\":{\"$$type\":\"size\",\"value\":{\"size\":425,\"unit\":\"px\"}},\"height\":{\"$$type\":\"size\",\"value\":{\"size\":270,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":4,\"unit\":\"px\"}},\"min-height\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center center\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"098f79d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-098f79d-a5bc0fa\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1444},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-098f79d-a5bc0fa\":{\"id\":\"e-098f79d-a5bc0fa\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"top right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"65ec28e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-65ec28e-f35dd76\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1441},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-65ec28e-f35dd76\":{\"id\":\"e-65ec28e-f35dd76\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"42a4af1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-42a4af1-98762f4\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1442},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-42a4af1-98762f4\":{\"id\":\"e-42a4af1-98762f4\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"47fd7a9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-47fd7a9-39ba279\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1445},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-47fd7a9-39ba279\":{\"id\":\"e-47fd7a9-39ba279\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-42,\"unit\":\"px\"}}}}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"362ee98\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-362ee98-20d9c26\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1443},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-362ee98-20d9c26\":{\"id\":\"e-362ee98-20d9c26\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4d204d9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-4d204d9-b6aa14e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1449},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-4d204d9-b6aa14e\":{\"id\":\"e-4d204d9-b6aa14e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"visible\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"scale-down\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"121de77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1572},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7f1b95f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1571},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"b4ac241\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1570},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"27a2059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1568},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cb5b91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1569},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"255afa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1566},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"33a9146\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-quote-icon.svg\",\"id\":246},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Ramona Altenwerth\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1729,1577,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1730,1577,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1732,1578,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1733,1578,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1734,1578,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1735,1578,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1736,1578,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_type\":\"grid\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":5,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":3,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"f326291\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f326291-666992e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1450},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-f326291-666992e\":{\"id\":\"e-f326291-666992e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":161,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"scroll-margin-top\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"margin\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"dc6b923\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-dc6b923-b1e75bb\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1452},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-dc6b923-b1e75bb\":{\"id\":\"e-dc6b923-b1e75bb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-105,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e1114b4\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-e1114b4-5b92a28\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1447},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-e1114b4-5b92a28\":{\"id\":\"e-e1114b4-5b92a28\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"width\":{\"$$type\":\"size\",\"value\":{\"size\":425,\"unit\":\"px\"}},\"height\":{\"$$type\":\"size\",\"value\":{\"size\":270,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":4,\"unit\":\"px\"}},\"min-height\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center center\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"098f79d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-098f79d-a5bc0fa\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1444},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-098f79d-a5bc0fa\":{\"id\":\"e-098f79d-a5bc0fa\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"top right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"65ec28e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-65ec28e-f35dd76\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1441},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-65ec28e-f35dd76\":{\"id\":\"e-65ec28e-f35dd76\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"42a4af1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-42a4af1-98762f4\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1442},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-42a4af1-98762f4\":{\"id\":\"e-42a4af1-98762f4\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"47fd7a9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-47fd7a9-39ba279\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1445},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-47fd7a9-39ba279\":{\"id\":\"e-47fd7a9-39ba279\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-42,\"unit\":\"px\"}}}}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"362ee98\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-362ee98-20d9c26\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1443},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-362ee98-20d9c26\":{\"id\":\"e-362ee98-20d9c26\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4d204d9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-4d204d9-b6aa14e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1449},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-4d204d9-b6aa14e\":{\"id\":\"e-4d204d9-b6aa14e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"visible\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"scale-down\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"121de77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1572},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7f1b95f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1571},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"b4ac241\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1570},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"27a2059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1568},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cb5b91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1569},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"255afa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1566},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\" \\u0939\\u093e\\u092e\\u0940 \\u0935\\u093f\\u0926\\u094d\\u092f\\u093e\\u0932\\u092f\\u092a\\u094d\\u0930\\u0924\\u093f \\u0939\\u093e\\u0930\\u094d\\u0926\\u093f\\u0915 \\u0906\\u092d\\u093e\\u0930 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924 \\u0917\\u0930\\u094d\\u0926\\u091b\\u094c\\u0902\\u0964 \\u0924\\u092a\\u093e\\u0908\\u0902\\u0939\\u0930\\u0942\\u0915\\u094b \\u092e\\u093f\\u0939\\u093f\\u0928\\u0947\\u0924, \\u092e\\u093e\\u0930\\u094d\\u0917\\u0926\\u0930\\u094d\\u0936\\u0928 \\u0930 \\u0938\\u094d\\u0928\\u0947\\u0939\\u0932\\u0947 \\u0939\\u093e\\u092e\\u094d\\u0930\\u094b \\u092c\\u093e\\u0932\\u092c\\u093e\\u0932\\u093f\\u0915\\u093e\\u0915\\u094b \\u0909\\u091c\\u094d\\u091c\\u094d\\u0935\\u0932 \\u092d\\u0935\\u093f\\u0937\\u094d\\u092f \\u0928\\u093f\\u0930\\u094d\\u092e\\u093e\\u0923\\u092e\\u093e \\u0920\\u0942\\u0932\\u094b \\u092f\\u094b\\u0917\\u0926\\u093e\\u0928 \\u092a\\u0941\\u0930\\u094d\\u200d\\u092f\\u093e\\u090f\\u0915\\u094b \\u091b\\u0964 <br><br>\\u0927\\u0928\\u094d\\u092f\\u0935\\u093e\\u0926\\u0964\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Sneha Sharma\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_content_color\":\"globals\\/colors?id=astglobalcolor0\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1737,1578,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1738,1578,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1740,1579,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1741,1579,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1742,1579,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1743,1579,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1744,1579,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_type\":\"grid\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":5,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":3,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"f326291\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f326291-666992e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1450},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-f326291-666992e\":{\"id\":\"e-f326291-666992e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":161,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"scroll-margin-top\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"margin\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"dc6b923\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-dc6b923-b1e75bb\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1452},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-dc6b923-b1e75bb\":{\"id\":\"e-dc6b923-b1e75bb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-105,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e1114b4\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-e1114b4-5b92a28\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1447},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-e1114b4-5b92a28\":{\"id\":\"e-e1114b4-5b92a28\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"width\":{\"$$type\":\"size\",\"value\":{\"size\":425,\"unit\":\"px\"}},\"height\":{\"$$type\":\"size\",\"value\":{\"size\":270,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":4,\"unit\":\"px\"}},\"min-height\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center center\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"098f79d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-098f79d-a5bc0fa\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1444},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-098f79d-a5bc0fa\":{\"id\":\"e-098f79d-a5bc0fa\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"top right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"65ec28e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-65ec28e-f35dd76\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1441},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-65ec28e-f35dd76\":{\"id\":\"e-65ec28e-f35dd76\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"42a4af1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-42a4af1-98762f4\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1442},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-42a4af1-98762f4\":{\"id\":\"e-42a4af1-98762f4\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"47fd7a9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-47fd7a9-39ba279\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1445},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-47fd7a9-39ba279\":{\"id\":\"e-47fd7a9-39ba279\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-42,\"unit\":\"px\"}}}}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"362ee98\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-362ee98-20d9c26\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1443},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-362ee98-20d9c26\":{\"id\":\"e-362ee98-20d9c26\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4d204d9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-4d204d9-b6aa14e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1449},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-4d204d9-b6aa14e\":{\"id\":\"e-4d204d9-b6aa14e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"visible\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"scale-down\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"121de77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1572},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7f1b95f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1571},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"b4ac241\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1570},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"27a2059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1568},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cb5b91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1569},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"255afa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1566},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\" \\u0939\\u093e\\u092e\\u0940 \\u0935\\u093f\\u0926\\u094d\\u092f\\u093e\\u0932\\u092f\\u092a\\u094d\\u0930\\u0924\\u093f \\u0939\\u093e\\u0930\\u094d\\u0926\\u093f\\u0915 \\u0906\\u092d\\u093e\\u0930 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924 \\u0917\\u0930\\u094d\\u0926\\u091b\\u094c\\u0902\\u0964 \\u0924\\u092a\\u093e\\u0908\\u0902\\u0939\\u0930\\u0942\\u0915\\u094b \\u092e\\u093f\\u0939\\u093f\\u0928\\u0947\\u0924, \\u092e\\u093e\\u0930\\u094d\\u0917\\u0926\\u0930\\u094d\\u0936\\u0928 \\u0930 \\u0938\\u094d\\u0928\\u0947\\u0939\\u0932\\u0947 \\u0939\\u093e\\u092e\\u094d\\u0930\\u094b \\u092c\\u093e\\u0932\\u092c\\u093e\\u0932\\u093f\\u0915\\u093e\\u0915\\u094b \\u0909\\u091c\\u094d\\u091c\\u094d\\u0935\\u0932 \\u092d\\u0935\\u093f\\u0937\\u094d\\u092f \\u0928\\u093f\\u0930\\u094d\\u092e\\u093e\\u0923\\u092e\\u093e \\u0920\\u0942\\u0932\\u094b \\u092f\\u094b\\u0917\\u0926\\u093e\\u0928 \\u092a\\u0941\\u0930\\u094d\\u200d\\u092f\\u093e\\u090f\\u0915\\u094b \\u091b\\u0964 <br><br>\\u0927\\u0928\\u094d\\u092f\\u0935\\u093e\\u0926\\u0964\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Sneha Sharma\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_content_color\":\"globals\\/colors?id=astglobalcolor0\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1745,1579,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1746,1579,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1748,1580,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1749,1580,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1750,1580,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1751,1580,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1752,1580,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_type\":\"grid\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":5,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":3,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"f326291\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f326291-666992e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1450},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-f326291-666992e\":{\"id\":\"e-f326291-666992e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":161,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"scroll-margin-top\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"margin\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"dc6b923\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-dc6b923-b1e75bb\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1452},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-dc6b923-b1e75bb\":{\"id\":\"e-dc6b923-b1e75bb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-105,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e1114b4\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-e1114b4-5b92a28\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1447},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-e1114b4-5b92a28\":{\"id\":\"e-e1114b4-5b92a28\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"width\":{\"$$type\":\"size\",\"value\":{\"size\":425,\"unit\":\"px\"}},\"height\":{\"$$type\":\"size\",\"value\":{\"size\":270,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":4,\"unit\":\"px\"}},\"min-height\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center center\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"098f79d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-098f79d-a5bc0fa\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1444},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-098f79d-a5bc0fa\":{\"id\":\"e-098f79d-a5bc0fa\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"top right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"65ec28e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-65ec28e-f35dd76\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1441},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-65ec28e-f35dd76\":{\"id\":\"e-65ec28e-f35dd76\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"42a4af1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-42a4af1-98762f4\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1442},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-42a4af1-98762f4\":{\"id\":\"e-42a4af1-98762f4\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"47fd7a9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-47fd7a9-39ba279\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1445},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-47fd7a9-39ba279\":{\"id\":\"e-47fd7a9-39ba279\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-42,\"unit\":\"px\"}}}}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"362ee98\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-362ee98-20d9c26\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1443},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-362ee98-20d9c26\":{\"id\":\"e-362ee98-20d9c26\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4d204d9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-4d204d9-b6aa14e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1449},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-4d204d9-b6aa14e\":{\"id\":\"e-4d204d9-b6aa14e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"visible\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"scale-down\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"121de77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1572},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7f1b95f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1571},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"b4ac241\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1570},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"27a2059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1568},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cb5b91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1569},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"255afa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1566},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Daily activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\" \\u0939\\u093e\\u092e\\u0940 \\u0935\\u093f\\u0926\\u094d\\u092f\\u093e\\u0932\\u092f\\u092a\\u094d\\u0930\\u0924\\u093f \\u0939\\u093e\\u0930\\u094d\\u0926\\u093f\\u0915 \\u0906\\u092d\\u093e\\u0930 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924 \\u0917\\u0930\\u094d\\u0926\\u091b\\u094c\\u0902\\u0964 \\u0924\\u092a\\u093e\\u0908\\u0902\\u0939\\u0930\\u0942\\u0915\\u094b \\u092e\\u093f\\u0939\\u093f\\u0928\\u0947\\u0924, \\u092e\\u093e\\u0930\\u094d\\u0917\\u0926\\u0930\\u094d\\u0936\\u0928 \\u0930 \\u0938\\u094d\\u0928\\u0947\\u0939\\u0932\\u0947 \\u0939\\u093e\\u092e\\u094d\\u0930\\u094b \\u092c\\u093e\\u0932\\u092c\\u093e\\u0932\\u093f\\u0915\\u093e\\u0915\\u094b \\u0909\\u091c\\u094d\\u091c\\u094d\\u0935\\u0932 \\u092d\\u0935\\u093f\\u0937\\u094d\\u092f \\u0928\\u093f\\u0930\\u094d\\u092e\\u093e\\u0923\\u092e\\u093e \\u0920\\u0942\\u0932\\u094b \\u092f\\u094b\\u0917\\u0926\\u093e\\u0928 \\u092a\\u0941\\u0930\\u094d\\u200d\\u092f\\u093e\\u090f\\u0915\\u094b \\u091b\\u0964 <br><br>\\u0927\\u0928\\u094d\\u092f\\u0935\\u093e\\u0926\\u0964\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Sneha Sharma\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_content_color\":\"globals\\/colors?id=astglobalcolor0\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1753,1580,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1754,1580,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1756,1581,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1757,1581,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1758,1581,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1759,1581,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1760,1581,'_elementor_data','[{\"id\":\"21314c5\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-hero-blobs-background.svg\",\"id\":69,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e8694c7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"unit\":\"%\",\"size\":50.939},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"e54df45\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play. explore.  learn.\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cffcb38\",\"elType\":\"widget\",\"settings\":{\"title\":\"A safe and joyful place for your lovely children\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"605eb49\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"MsoNormal\\\">Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.<\\/p>\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"332e5b3\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"0093a6a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d736abc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"816efea\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"42c4ac2\",\"elType\":\"widget\",\"settings\":{\"rating\":4.7999999999999998,\"unmarked_star_style\":\"outline\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"stars_color\":\"#FDC049\",\"stars_unmarked_color\":\"#FDC04978\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"star-rating\"},{\"id\":\"b38bfce\",\"elType\":\"widget\",\"settings\":{\"title\":\"4.8 rating on Google\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"af9d5ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(1) 4981777 \\/ 4989177\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_align_mobile\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ff7553b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap_mobile\":{\"column\":\"020\",\"row\":\"020\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_align_self_tablet\":\"stretch\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3853849\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\",\"id\":1414,\"alt\":\"img 1651\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_element_width_mobile\":\"inherit\",\"_margin\":{\"unit\":\"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\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"ebad957\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"190216c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5376154\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\",\"id\":1415,\"alt\":\"chatgpt image mar 12, 2026, 10 29 57 pm\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"15e88cb\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"dab8833\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0378ad9\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help parents raise happy and healthy children\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"01810a7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more about us\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"331d7cc\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-1.svg\",\"id\":186,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":40,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":100,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"content_position\":\"middle\",\"structure\":\"22\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"38\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items_tablet\":\"center\"},\"elements\":[{\"id\":\"f860b3e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":31.280000000000001},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.329999999999998,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"56fc933\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"543ed7f\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":66.659999999999997,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"b12591f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \\\"<\\/p>\",\"align\":\"justify\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9db7586\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Hemanta Sunuwar\",\"description_text\":\"School Principal\",\"title_size\":\"div\",\"image_size_tablet\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0fb795a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"bd43989\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"03d170c\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p>Our curriculum<span style=\\\"font-size: 2.66667rem; font-style: inherit;\\\"><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"28\",\"bottom\":\"0\",\"left\":\"28\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e6ffb07\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"144\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"104\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"131c75e\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.799999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4132f76\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45839a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Education philosophy\",\"description_text\":\"At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"138ae62\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"a42014d\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.850000000000001,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"3121f29\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\",\"id\":1428,\"alt\":\"viber image 2026 03 14 20 13 31 192\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"58fa6f9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Curriculum\",\"description_text\":\"GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"379232b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"075ab3c\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.049999999999997,\"unit\":\"%\"},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"9\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":33.5,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"6fbab77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"medium_large\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-32\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"-32\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-20\",\"isLinked\":false},\"link_to\":\"file\",\"open_lightbox\":\"no\",\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":264,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c9038d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Teaching methods\",\"description_text\":\"At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"bfac0e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn more\",\"selected_icon\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f873fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"School Schedule\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1496456\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_wrap\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"82118ad\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ddc0929\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9ca5d18\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pre school\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d81489\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c51d616\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"99ec5f0\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:00 am - 2:50 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7dc8c14\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17bfcb0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cda8bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 1 to 7\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a4da7cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a3b4919\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"087dc21\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"9:30 am - 3:20 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"612bc63\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1039d07\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5525744\",\"elType\":\"widget\",\"settings\":{\"title\":\"Grade 8 to 10\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2877aed\",\"elType\":\"widget\",\"settings\":{\"title\":\"These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cd0baf6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"fb8ea83\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"7:30 am - 4:30 pm\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"},\"icon_align\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"cc97986\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74fbaeb\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"144\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\",\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]}},\"elements\":[{\"id\":\"42daa3f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"1a071a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"38a4c2c\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8cc73b5\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2bb82c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Holistic approach\",\"_id\":\"dc2357d\"},{\"_id\":\"67c9031\",\"text\":\"Progressive & child-centered learning approach\"},{\"_id\":\"02714c5\",\"text\":\"Spacious, safe, and student-friendly environment\"},{\"_id\":\"4b98ea6\",\"text\":\"STEAM-based and integrated curriculum\"},{\"_id\":\"7d63c8f\",\"text\":\"Wide range of extra club activities\"},{\"_id\":\"ff8dd25\",\"text\":\"Chinese language classes\"},{\"_id\":\"57a29b5\",\"text\":\"ESOL Cambridge courses\"},{\"_id\":\"fc55281\",\"text\":\"Hostel facilities available\"},{\"_id\":\"18c7d12\",\"text\":\"Commitment to quality education\"},{\"_id\":\"e5dddb2\",\"text\":\"UCMAS Abacus classes\"},{\"_id\":\"ab36910\",\"text\":\"Robotics & coding classes\"},{\"_id\":\"658c6ee\",\"text\":\"Well-equipped labs and library\"},{\"_id\":\"5042547\",\"text\":\"And many more opportunities for overall student development\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"db2579b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know more\",\"background_color\":\"#00000000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor2\"},\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"af9c4f3\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"3cb8229\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Kindness\",\"description_text\":\"We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c96ee7b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Creativity\",\"description_text\":\"We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"8f8635b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"cd3345b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-smile-beam\",\"library\":\"fa-solid\"},\"title_text\":\"Emotional Well-being\",\"description_text\":\"We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"94dfecc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-drafting-compass\",\"library\":\"fa-solid\"},\"title_text\":\"Innovation\",\"description_text\":\"We help students build confidence and express themselves freely, shaping strong and positive personalities.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7c231b0\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f434d36\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cbb0807\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_mobile\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"container_type\":\"grid\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":5,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":3,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"f326291\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f326291-666992e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1450},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-f326291-666992e\":{\"id\":\"e-f326291-666992e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":161,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"scroll-margin-top\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"margin\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"dc6b923\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-dc6b923-b1e75bb\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1452},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-dc6b923-b1e75bb\":{\"id\":\"e-dc6b923-b1e75bb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-105,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"e1114b4\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-e1114b4-5b92a28\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1447},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-e1114b4-5b92a28\":{\"id\":\"e-e1114b4-5b92a28\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"width\":{\"$$type\":\"size\",\"value\":{\"size\":425,\"unit\":\"px\"}},\"height\":{\"$$type\":\"size\",\"value\":{\"size\":270,\"unit\":\"px\"}},\"min-width\":{\"$$type\":\"size\",\"value\":{\"size\":4,\"unit\":\"px\"}},\"min-height\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"center center\"},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"098f79d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-098f79d-a5bc0fa\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1444},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-098f79d-a5bc0fa\":{\"id\":\"e-098f79d-a5bc0fa\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"string\",\"value\":\"top right\"},\"position\":{\"$$type\":\"string\",\"value\":\"static\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"65ec28e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-65ec28e-f35dd76\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1441},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-65ec28e-f35dd76\":{\"id\":\"e-65ec28e-f35dd76\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"42a4af1\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-42a4af1-98762f4\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1442},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-42a4af1-98762f4\":{\"id\":\"e-42a4af1-98762f4\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"47fd7a9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-47fd7a9-39ba279\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1445},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-47fd7a9-39ba279\":{\"id\":\"e-47fd7a9-39ba279\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":-42,\"unit\":\"px\"}}}}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"362ee98\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-362ee98-20d9c26\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1443},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-362ee98-20d9c26\":{\"id\":\"e-362ee98-20d9c26\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4d204d9\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-4d204d9-b6aa14e\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1449},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-4d204d9-b6aa14e\":{\"id\":\"e-4d204d9-b6aa14e\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":160,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"visible\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"scale-down\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"121de77\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1572},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7f1b95f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1571},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"b4ac241\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1570},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"27a2059\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1568},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"cb5b91b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1569},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"255afa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"$$type\":\"image\",\"value\":{\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1566},\"url\":null}},\"size\":{\"$$type\":\"string\",\"value\":\"medium_large\"}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"26ad23b\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-blobs-2.svg\",\"id\":185,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\"},\"elements\":[{\"id\":\"9d8ef0a\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"25a6b53\",\"elType\":\"widget\",\"settings\":{\"title\":\"Activities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2bc14\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fda65d\",\"elType\":\"widget\",\"settings\":{\"source\":{\"$$type\":\"string\",\"value\":\"https:\\/\\/www.youtube.com\\/watch?v=6NtDyjIlTCE\"}},\"elements\":[],\"widgetType\":\"e-youtube\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7ee4de8\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=uokHtBGik5k&t=4s\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9014a6f\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"20\",\"bottom\":\"64\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"7097a93\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bef640b\",\"elType\":\"widget\",\"settings\":{\"title\":\"What parent say\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"386cfde\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0aae691\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_align_items\":\"stretch\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"a2b2c12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-testimonial-image.jpg\",\"id\":94,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"-64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-24\",\"right\":\"22\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"_flex_align_self\":\"flex-end\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"a01fb81\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"48\",\"bottom\":\"48\",\"left\":\"48\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"content_width\":\"full\",\"_flex_align_self\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a481866\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"\\\" \\u0939\\u093e\\u092e\\u0940 \\u0935\\u093f\\u0926\\u094d\\u092f\\u093e\\u0932\\u092f\\u092a\\u094d\\u0930\\u0924\\u093f \\u0939\\u093e\\u0930\\u094d\\u0926\\u093f\\u0915 \\u0906\\u092d\\u093e\\u0930 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924 \\u0917\\u0930\\u094d\\u0926\\u091b\\u094c\\u0902\\u0964 \\u0924\\u092a\\u093e\\u0908\\u0902\\u0939\\u0930\\u0942\\u0915\\u094b \\u092e\\u093f\\u0939\\u093f\\u0928\\u0947\\u0924, \\u092e\\u093e\\u0930\\u094d\\u0917\\u0926\\u0930\\u094d\\u0936\\u0928 \\u0930 \\u0938\\u094d\\u0928\\u0947\\u0939\\u0932\\u0947 \\u0939\\u093e\\u092e\\u094d\\u0930\\u094b \\u092c\\u093e\\u0932\\u092c\\u093e\\u0932\\u093f\\u0915\\u093e\\u0915\\u094b \\u0909\\u091c\\u094d\\u091c\\u094d\\u0935\\u0932 \\u092d\\u0935\\u093f\\u0937\\u094d\\u092f \\u0928\\u093f\\u0930\\u094d\\u092e\\u093e\\u0923\\u092e\\u093e \\u0920\\u0942\\u0932\\u094b \\u092f\\u094b\\u0917\\u0926\\u093e\\u0928 \\u092a\\u0941\\u0930\\u094d\\u200d\\u092f\\u093e\\u090f\\u0915\\u094b \\u091b\\u0964 <br><br>\\u0927\\u0928\\u094d\\u092f\\u0935\\u093e\\u0926\\u0964\",\"testimonial_image\":{\"url\":\"\",\"id\":\"\"},\"testimonial_name\":\"Sneha Sharma\",\"testimonial_job\":\"\",\"testimonial_alignment\":\"left\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"name_typography_typography\":\"custom\",\"name_typography_font_weight\":\"600\",\"__globals__\":{\"name_text_color\":\"globals\\/colors?id=astglobalcolor2\",\"content_content_color\":\"globals\\/colors?id=astglobalcolor0\"},\"content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"449451e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"0d48b79\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"304f6cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5503ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\\" Igniting Curious minds \\\"\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"title_color\":\"#FFFFFF\",\"title_hover_color_transition_duration\":{\"unit\":\"s\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"41be156\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"227b3d4\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"cf7db51\",\"elType\":\"widget\",\"settings\":{\"paragraph\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-paragraph\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (1761,1581,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1762,1581,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1785,1582,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1786,1582,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1787,1582,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1788,1582,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1789,1583,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1790,1583,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1791,1583,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1792,1583,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1793,1489,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1794,1489,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1795,1489,'_elementor_data','[]');
INSERT INTO `wp_postmeta` VALUES (1796,1584,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1797,1584,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1798,1584,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1799,1584,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1800,1584,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1801,1584,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1802,1584,'_elementor_data','[]');
INSERT INTO `wp_postmeta` VALUES (1804,1585,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (1805,1585,'_wp_trash_meta_time','1776153752');
INSERT INTO `wp_postmeta` VALUES (1806,1586,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (1807,1586,'_wp_trash_meta_time','1776153806');
INSERT INTO `wp_postmeta` VALUES (1808,1587,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1809,1587,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1810,1587,'surerank_seo_checks','a:13:{s:14:\"h2_subheadings\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:42:\"The page does not contain any subheadings.\";s:4:\"type\";s:4:\"page\";}s:13:\"media_present\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:39:\"No images or videos found on this page.\";s:4:\"type\";s:4:\"page\";}s:13:\"links_present\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:27:\"No links found on the page.\";s:4:\"type\";s:4:\"page\";}s:10:\"url_length\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:35:\"Page URL is short and SEO-friendly.\";s:4:\"type\";s:4:\"page\";}s:19:\"search_engine_title\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"Search engine title is present and under 60 characters.\";s:4:\"type\";s:4:\"page\";}s:25:\"search_engine_description\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:49:\"Search engine description is missing on the page.\";s:4:\"type\";s:4:\"page\";}s:13:\"canonical_url\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:37:\"Canonical tag is present on the page.\";s:4:\"type\";s:4:\"page\";}s:15:\"open_graph_tags\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:40:\"Open Graph tags are present on the page.\";s:4:\"type\";s:4:\"page\";}s:16:\"keyword_in_title\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:38:\"No focus keyword set to analyze title.\";s:4:\"type\";s:7:\"keyword\";}s:22:\"keyword_in_description\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:49:\"No focus keyword set to analyze meta description.\";s:4:\"type\";s:7:\"keyword\";}s:14:\"keyword_in_url\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:36:\"No focus keyword set to analyze URL.\";s:4:\"type\";s:7:\"keyword\";}s:18:\"keyword_in_content\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:40:\"No focus keyword set to analyze content.\";s:4:\"type\";s:7:\"keyword\";}s:12:\"broken_links\";a:2:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:34:\"No broken links found on the page.\";}}');
INSERT INTO `wp_postmeta` VALUES (1811,1587,'surerank_seo_checks_last_updated','1776154458');
INSERT INTO `wp_postmeta` VALUES (1812,1588,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1813,1588,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1814,1587,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1815,1587,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1816,1587,'_edit_lock','1776154344:1');
INSERT INTO `wp_postmeta` VALUES (1817,1587,'_astra_content_layout_flag','disabled');
INSERT INTO `wp_postmeta` VALUES (1819,1587,'ast-title-bar-display','disabled');
INSERT INTO `wp_postmeta` VALUES (1820,1587,'ast-featured-img','disabled');
INSERT INTO `wp_postmeta` VALUES (1821,1587,'site-content-layout','page-builder');
INSERT INTO `wp_postmeta` VALUES (1822,1587,'ast-site-content-layout','full-width-container');
INSERT INTO `wp_postmeta` VALUES (1823,1587,'site-sidebar-layout','no-sidebar');
INSERT INTO `wp_postmeta` VALUES (1824,1589,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (1825,1589,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (1826,1589,'_menu_item_object_id','1059');
INSERT INTO `wp_postmeta` VALUES (1827,1589,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (1828,1589,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (1829,1589,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (1830,1589,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (1831,1589,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (1832,1589,'_menu_item_orphaned','1776154038');
INSERT INTO `wp_postmeta` VALUES (1833,1590,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (1834,1590,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (1835,1590,'_menu_item_object_id','938');
INSERT INTO `wp_postmeta` VALUES (1836,1590,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (1837,1590,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (1838,1590,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (1839,1590,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (1840,1590,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (1841,1590,'_menu_item_orphaned','1776154038');
INSERT INTO `wp_postmeta` VALUES (1842,1591,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (1843,1591,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (1844,1591,'_menu_item_object_id','739');
INSERT INTO `wp_postmeta` VALUES (1845,1591,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (1846,1591,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (1847,1591,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (1848,1591,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (1849,1591,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (1850,1591,'_menu_item_orphaned','1776154038');
INSERT INTO `wp_postmeta` VALUES (1851,1592,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (1852,1592,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (1853,1592,'_menu_item_object_id','452');
INSERT INTO `wp_postmeta` VALUES (1854,1592,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (1855,1592,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (1856,1592,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (1857,1592,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (1858,1592,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (1859,1592,'_menu_item_orphaned','1776154038');
INSERT INTO `wp_postmeta` VALUES (1860,1593,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (1861,1593,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (1862,1593,'_menu_item_object_id','1059');
INSERT INTO `wp_postmeta` VALUES (1863,1593,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (1864,1593,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (1865,1593,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (1866,1593,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (1867,1593,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (1869,1594,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (1870,1594,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (1871,1594,'_menu_item_object_id','938');
INSERT INTO `wp_postmeta` VALUES (1872,1594,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (1873,1594,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (1874,1594,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (1875,1594,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (1876,1594,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (1878,1595,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (1879,1595,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (1880,1595,'_menu_item_object_id','739');
INSERT INTO `wp_postmeta` VALUES (1881,1595,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (1882,1595,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (1883,1595,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (1884,1595,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (1885,1595,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (1887,1596,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (1888,1596,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (1889,1596,'_menu_item_object_id','452');
INSERT INTO `wp_postmeta` VALUES (1890,1596,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (1891,1596,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (1892,1596,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (1893,1596,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (1894,1596,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (1895,1596,'_menu_item_orphaned','1776154093');
INSERT INTO `wp_postmeta` VALUES (1897,1597,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1898,1597,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1899,1597,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1900,1597,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1901,1597,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1902,1598,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1903,1598,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1904,1598,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1905,1598,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1906,1598,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1907,1587,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1908,1587,'_elementor_data','[]');
INSERT INTO `wp_postmeta` VALUES (1909,1599,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1910,1599,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1911,1599,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1912,1599,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1913,1599,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1914,1599,'_elementor_data','[]');
INSERT INTO `wp_postmeta` VALUES (1916,1587,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (1917,1412,'ast-site-content-layout','full-width-container');
INSERT INTO `wp_postmeta` VALUES (1918,1412,'site-content-style','unboxed');
INSERT INTO `wp_postmeta` VALUES (1919,1412,'site-sidebar-style','unboxed');
INSERT INTO `wp_postmeta` VALUES (1920,1412,'ast-global-header-display','');
INSERT INTO `wp_postmeta` VALUES (1921,1412,'ast-banner-title-visibility','');
INSERT INTO `wp_postmeta` VALUES (1922,1412,'ast-main-header-display','');
INSERT INTO `wp_postmeta` VALUES (1923,1412,'ast-hfb-above-header-display','');
INSERT INTO `wp_postmeta` VALUES (1924,1412,'ast-hfb-below-header-display','');
INSERT INTO `wp_postmeta` VALUES (1925,1412,'ast-hfb-mobile-header-display','');
INSERT INTO `wp_postmeta` VALUES (1926,1412,'ast-breadcrumbs-content','');
INSERT INTO `wp_postmeta` VALUES (1927,1412,'footer-sml-layout','');
INSERT INTO `wp_postmeta` VALUES (1928,1412,'ast-disable-related-posts','');
INSERT INTO `wp_postmeta` VALUES (1929,1412,'adv-header-id-meta','');
INSERT INTO `wp_postmeta` VALUES (1930,1412,'stick-header-meta','');
INSERT INTO `wp_postmeta` VALUES (1931,1412,'header-above-stick-meta','');
INSERT INTO `wp_postmeta` VALUES (1932,1412,'header-main-stick-meta','');
INSERT INTO `wp_postmeta` VALUES (1933,1412,'header-below-stick-meta','');
INSERT INTO `wp_postmeta` VALUES (1934,1412,'astra-migrate-meta-layouts','set');
INSERT INTO `wp_postmeta` VALUES (1935,1412,'ast-page-background-enabled','default');
INSERT INTO `wp_postmeta` VALUES (1936,1412,'ast-page-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (1937,1412,'ast-content-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (1938,1412,'footnotes','');
INSERT INTO `wp_postmeta` VALUES (1939,1601,'footnotes','');
INSERT INTO `wp_postmeta` VALUES (1940,3,'surerank_seo_checks','a:13:{s:14:\"h2_subheadings\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:38:\"Page contains at least one subheading.\";s:4:\"type\";s:4:\"page\";}s:13:\"media_present\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:39:\"No images or videos found on this page.\";s:4:\"type\";s:4:\"page\";}s:13:\"links_present\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:27:\"No links found on the page.\";s:4:\"type\";s:4:\"page\";}s:10:\"url_length\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:35:\"Page URL is short and SEO-friendly.\";s:4:\"type\";s:4:\"page\";}s:19:\"search_engine_title\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"Search engine title is present and under 60 characters.\";s:4:\"type\";s:4:\"page\";}s:25:\"search_engine_description\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:62:\"Search engine description is present and under 160 characters.\";s:4:\"type\";s:4:\"page\";}s:13:\"canonical_url\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:37:\"Canonical tag is present on the page.\";s:4:\"type\";s:4:\"page\";}s:15:\"open_graph_tags\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:40:\"Open Graph tags are present on the page.\";s:4:\"type\";s:4:\"page\";}s:16:\"keyword_in_title\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:38:\"No focus keyword set to analyze title.\";s:4:\"type\";s:7:\"keyword\";}s:22:\"keyword_in_description\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:49:\"No focus keyword set to analyze meta description.\";s:4:\"type\";s:7:\"keyword\";}s:14:\"keyword_in_url\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:36:\"No focus keyword set to analyze URL.\";s:4:\"type\";s:7:\"keyword\";}s:18:\"keyword_in_content\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:40:\"No focus keyword set to analyze content.\";s:4:\"type\";s:7:\"keyword\";}s:12:\"broken_links\";a:2:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:34:\"No broken links found on the page.\";}}');
INSERT INTO `wp_postmeta` VALUES (1941,3,'surerank_seo_checks_last_updated','1776154470');
INSERT INTO `wp_postmeta` VALUES (1942,1491,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (1943,1491,'_wp_trash_meta_time','1776154425');
INSERT INTO `wp_postmeta` VALUES (1944,1491,'_wp_desired_post_slug','elementor-page-1491');
INSERT INTO `wp_postmeta` VALUES (1945,1484,'_wp_trash_meta_status','draft');
INSERT INTO `wp_postmeta` VALUES (1946,1484,'_wp_trash_meta_time','1776154436');
INSERT INTO `wp_postmeta` VALUES (1947,1484,'_wp_desired_post_slug','');
INSERT INTO `wp_postmeta` VALUES (1948,1484,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1949,1489,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (1950,1489,'_wp_trash_meta_time','1776154440');
INSERT INTO `wp_postmeta` VALUES (1951,1489,'_wp_desired_post_slug','elementor-page-1489');
INSERT INTO `wp_postmeta` VALUES (1952,1515,'_wp_trash_meta_status','draft');
INSERT INTO `wp_postmeta` VALUES (1953,1515,'_wp_trash_meta_time','1776154444');
INSERT INTO `wp_postmeta` VALUES (1954,1515,'_wp_desired_post_slug','');
INSERT INTO `wp_postmeta` VALUES (1955,1515,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1956,1587,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (1957,1587,'_wp_trash_meta_time','1776154458');
INSERT INTO `wp_postmeta` VALUES (1958,1587,'_wp_desired_post_slug','elementor-page-1587');
INSERT INTO `wp_postmeta` VALUES (1959,3,'_wp_trash_meta_status','draft');
INSERT INTO `wp_postmeta` VALUES (1960,3,'_wp_trash_meta_time','1776154470');
INSERT INTO `wp_postmeta` VALUES (1961,3,'_wp_desired_post_slug','privacy-policy');
INSERT INTO `wp_postmeta` VALUES (1963,1412,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1972,1604,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1973,1604,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1974,1604,'_elementor_version','3.24.2');
INSERT INTO `wp_postmeta` VALUES (1975,1604,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1976,1604,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our program\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1cfa5e3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"image_overlay_custom_dimension\":{\"width\":\"1200\",\"height\":\"500\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8dde419\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b0887dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Infant\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22a8516\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"32dd0b7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Toddler\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664c701\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3263f85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Preschool\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2536293\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"bd4a632\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"ddc7834\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"8f57202\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a0e723e\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"8f15c94\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ad12af0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e76b69\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e7dd304\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"e7a4a2d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"222c8a4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d22f762\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"3fcf999\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e3bd581\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"86e2f8b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"329c52a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7ad4279\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"226ec0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1977,1604,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (1978,1604,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1979,1605,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1980,1605,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1981,1605,'_elementor_version','3.24.2');
INSERT INTO `wp_postmeta` VALUES (1982,1605,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1983,1605,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our program\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"Designed to help children realize their potential\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1cfa5e3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"image_overlay_custom_dimension\":{\"width\":\"1200\",\"height\":\"500\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8dde419\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b0887dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Infant\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22a8516\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"32dd0b7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Toddler\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664c701\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3263f85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Preschool\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2536293\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"bd4a632\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"ddc7834\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"8f57202\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a0e723e\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"8f15c94\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ad12af0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e76b69\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e7dd304\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"e7a4a2d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"222c8a4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d22f762\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"3fcf999\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e3bd581\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"86e2f8b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"329c52a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7ad4279\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"226ec0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1984,1605,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (1985,1605,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1986,1606,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1987,1606,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1988,1606,'_elementor_version','3.24.2');
INSERT INTO `wp_postmeta` VALUES (1989,1606,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1990,1606,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our campus is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learning.\\n\\nThe school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.\\n\\nWe also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.\\n\\n \\n\\nIn addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1cfa5e3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"image_overlay_custom_dimension\":{\"width\":\"1200\",\"height\":\"500\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8dde419\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b0887dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Infant\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22a8516\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"32dd0b7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Toddler\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664c701\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3263f85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Preschool\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2536293\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"bd4a632\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"ddc7834\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"8f57202\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a0e723e\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"8f15c94\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ad12af0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e76b69\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e7dd304\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"e7a4a2d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"222c8a4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d22f762\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"3fcf999\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e3bd581\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"86e2f8b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"329c52a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7ad4279\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"226ec0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1991,1606,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (1992,1606,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (1994,1607,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (1995,1607,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (1996,1607,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (1997,1607,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (1998,1607,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our campus is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learning.\\n\\nThe school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.\\n\\nWe also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.\\n\\n \\n\\nIn addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1cfa5e3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"image_overlay_custom_dimension\":{\"width\":\"1200\",\"height\":\"500\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8dde419\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b0887dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Infant\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22a8516\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"32dd0b7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Toddler\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664c701\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3263f85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Preschool\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2536293\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"bd4a632\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"ddc7834\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"8f57202\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a0e723e\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"8f15c94\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ad12af0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e76b69\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e7dd304\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"e7a4a2d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"222c8a4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d22f762\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"3fcf999\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e3bd581\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"86e2f8b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"329c52a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7ad4279\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"226ec0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (1999,1607,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2000,1607,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2002,1608,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2003,1608,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2004,1608,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2005,1608,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2006,1608,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our campus is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learning.\\n\\nThe school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.\\n\\nWe also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.\\n\\n \\n\\nIn addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1cfa5e3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"image_overlay_custom_dimension\":{\"width\":\"1200\",\"height\":\"500\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8dde419\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b0887dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Infant\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22a8516\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"32dd0b7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Toddler\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664c701\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3263f85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Preschool\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2536293\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"bd4a632\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"ddc7834\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"8f57202\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a0e723e\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"8f15c94\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ad12af0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e76b69\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e7dd304\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"e7a4a2d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"222c8a4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d22f762\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"3fcf999\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e3bd581\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"86e2f8b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"329c52a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7ad4279\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"226ec0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2007,1608,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2008,1608,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2010,1609,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2011,1609,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2012,1609,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2013,1609,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2014,1609,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1cfa5e3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"image_overlay_custom_dimension\":{\"width\":\"1200\",\"height\":\"500\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8dde419\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b0887dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Infant\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22a8516\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"32dd0b7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Toddler\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664c701\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3263f85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Preschool\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2536293\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"bd4a632\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"ddc7834\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"8f57202\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a0e723e\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"8f15c94\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ad12af0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e76b69\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e7dd304\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"e7a4a2d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"222c8a4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d22f762\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"3fcf999\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e3bd581\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"86e2f8b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"329c52a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7ad4279\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"226ec0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2015,1609,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2016,1609,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2045,1611,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2046,1611,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2047,1611,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2048,1611,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2049,1611,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1cfa5e3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"image_overlay_custom_dimension\":{\"width\":\"1200\",\"height\":\"500\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8dde419\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b0887dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Infant\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22a8516\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"32dd0b7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Toddler\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664c701\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3263f85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Preschool\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2536293\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"bd4a632\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"ddc7834\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"8f57202\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a0e723e\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"8f15c94\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ad12af0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e76b69\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e7dd304\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"e7a4a2d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"222c8a4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d22f762\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"3fcf999\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e3bd581\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"86e2f8b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"329c52a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7ad4279\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"226ec0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2050,1611,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2051,1611,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2053,1612,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2054,1612,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2055,1612,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2056,1612,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2057,1612,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1cfa5e3\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"lazy_load\":\"yes\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg\",\"id\":95,\"alt\":\"\",\"source\":\"library\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"videopress_url\":\"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk\",\"image_overlay_custom_dimension\":{\"width\":\"1200\",\"height\":\"500\"},\"_element_width\":\"inherit\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8dde419\",\"elType\":\"widget\",\"settings\":{\"title\":\"The best early learning experience\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b0887dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children\",\"description_text\":\"Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Infant\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22a8516\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"32dd0b7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Toddler\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"664c701\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3263f85\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Preschool\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2536293\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Felis mauris quisque scelerisque ac\",\"_id\":\"dc2357d\"},{\"text\":\"Sodales vel vitae tincidunt mauris arcu\",\"_id\":\"4d14f15\"},{\"text\":\"Porta sit placerat pharetra\",\"_id\":\"d78c206\"}],\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"bd4a632\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"ddc7834\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"8f57202\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a0e723e\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"8f15c94\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"ad12af0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-6.jpg\",\"id\":87,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e76b69\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e7dd304\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-5.jpg\",\"id\":86,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"e7a4a2d\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"16\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"222c8a4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-4.jpg\",\"id\":85,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d22f762\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"31\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":0,\"bottom\":\"20\",\"left\":0,\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":0,\"bottom\":\"10\",\"left\":0,\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":0,\"bottom\":\"4\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"3fcf999\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"size\":49,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"e3bd581\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-2.jpg\",\"id\":83,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"86e2f8b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"width_mobile\":{\"size\":48,\"unit\":\"%\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"329c52a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-1.jpg\",\"id\":82,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7ad4279\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"226ec0d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-home-gallery-image-3.jpg\",\"id\":84,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"right\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2058,1612,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2059,1612,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2061,1613,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2062,1613,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2063,1613,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2064,1613,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2065,1613,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"At GWS, our classrooms are thoughtfully designed to be spacious, child-friendly, and age-appropriate, creating a comfortable and engaging environment for effective learning. Each classroom is well-equipped with modern teaching and learning materials that support progressive and interactive teaching methodologies.<br><br>From Kindergarten to Grade 2, classrooms are arranged with safe, age-appropriate seating, including floor seating, small chairs, and desks, allowing young learners to move freely and learn comfortably. From Grade 3 onwards, students are provided with individual desks that promote focus, independence, and organized learning.<br><br>All classrooms are ICT-enabled and feature dedicated reading corners to encourage a love for reading and independent exploration. Ample space is provided to facilitate hands-on activities, group work, and interactive learning, ensuring that students actively participate and fully engage in the learning process.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers\\u2019 library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"GWS cafeteria is committed to providing healthy, hygienic, and nutritious meals to all students. We recognize that a well-balanced and varied diet is essential for both the physical and intellectual growth of children.<br><br>Meals are prepared under strict hygienic conditions in a modern kitchen by trained staff, under the guidance of a professional chef and a dietitian. Special care is taken to ensure quality, cleanliness, and nutritional value in every meal served.<br><br>The cafeteria offers a clean, safe, and comfortable dining environment, encouraging students to develop healthy eating habits as part of their daily routine.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we provide a reliable and well-organized transportation service to ensure the safety, comfort, and convenience of our students. The school offers door-to-door transportation, allowing students to travel securely between home and school with ease.<br><br>Each school vehicle is operated by a trained and experienced driver, accompanied by a responsible assistant who supervises and supports students throughout the journey. Together, they ensure that all safety protocols are followed and that students are cared for at all times during transit.<br><br>Our transportation system is carefully managed to provide punctual, safe, and comfortable travel, giving parents peace of mind and ensuring a smooth daily routine for students.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2066,1613,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2067,1613,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2069,1614,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2070,1614,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2071,1614,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2072,1614,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2073,1614,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"At GWS, our classrooms are thoughtfully designed to be spacious, child-friendly, and age-appropriate, creating a comfortable and engaging environment for effective learning. Each classroom is well-equipped with modern teaching and learning materials that support progressive and interactive teaching methodologies.<br><br>From Kindergarten to Grade 2, classrooms are arranged with safe, age-appropriate seating, including floor seating, small chairs, and desks, allowing young learners to move freely and learn comfortably. From Grade 3 onwards, students are provided with individual desks that promote focus, independence, and organized learning.<br><br>All classrooms are ICT-enabled and feature dedicated reading corners to encourage a love for reading and independent exploration. Ample space is provided to facilitate hands-on activities, group work, and interactive learning, ensuring that students actively participate and fully engage in the learning process.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers\\u2019 library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"GWS cafeteria is committed to providing healthy, hygienic, and nutritious meals to all students. We recognize that a well-balanced and varied diet is essential for both the physical and intellectual growth of children.<br><br>Meals are prepared under strict hygienic conditions in a modern kitchen by trained staff, under the guidance of a professional chef and a dietitian. Special care is taken to ensure quality, cleanliness, and nutritional value in every meal served.<br><br>The cafeteria offers a clean, safe, and comfortable dining environment, encouraging students to develop healthy eating habits as part of their daily routine.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we provide a reliable and well-organized transportation service to ensure the safety, comfort, and convenience of our students. The school offers door-to-door transportation, allowing students to travel securely between home and school with ease.<br><br>Each school vehicle is operated by a trained and experienced driver, accompanied by a responsible assistant who supervises and supports students throughout the journey. Together, they ensure that all safety protocols are followed and that students are cared for at all times during transit.<br><br>Our transportation system is carefully managed to provide punctual, safe, and comfortable travel, giving parents peace of mind and ensuring a smooth daily routine for students.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2074,1614,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2075,1614,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2077,1615,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2078,1615,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2079,1615,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2080,1615,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2081,1615,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"At GWS, our classrooms are thoughtfully designed to be spacious, child-friendly, and age-appropriate, creating a comfortable and engaging environment for effective learning. Each classroom is well-equipped with modern teaching and learning materials that support progressive and interactive teaching methodologies.<br><br>From Kindergarten to Grade 2, classrooms are arranged with safe, age-appropriate seating, including floor seating, small chairs, and desks, allowing young learners to move freely and learn comfortably. From Grade 3 onwards, students are provided with individual desks that promote focus, independence, and organized learning.<br><br>All classrooms are ICT-enabled and feature dedicated reading corners to encourage a love for reading and independent exploration. Ample space is provided to facilitate hands-on activities, group work, and interactive learning, ensuring that students actively participate and fully engage in the learning process.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers\\u2019 library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"GWS cafeteria is committed to providing healthy, hygienic, and nutritious meals to all students. We recognize that a well-balanced and varied diet is essential for both the physical and intellectual growth of children.<br><br>Meals are prepared under strict hygienic conditions in a modern kitchen by trained staff, under the guidance of a professional chef and a dietitian. Special care is taken to ensure quality, cleanliness, and nutritional value in every meal served.<br><br>The cafeteria offers a clean, safe, and comfortable dining environment, encouraging students to develop healthy eating habits as part of their daily routine.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we provide a reliable and well-organized transportation service to ensure the safety, comfort, and convenience of our students. The school offers door-to-door transportation, allowing students to travel securely between home and school with ease.<br><br>Each school vehicle is operated by a trained and experienced driver, accompanied by a responsible assistant who supervises and supports students throughout the journey. Together, they ensure that all safety protocols are followed and that students are cared for at all times during transit.<br><br>Our transportation system is carefully managed to provide punctual, safe, and comfortable travel, giving parents peace of mind and ensuring a smooth daily routine for students.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2082,1615,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2083,1615,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2085,1616,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2086,1616,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2087,1616,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2088,1616,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2089,1616,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"At GWS, our classrooms are thoughtfully designed to be spacious, child-friendly, and age-appropriate, creating a comfortable and engaging environment for effective learning. Each classroom is well-equipped with modern teaching and learning materials that support progressive and interactive teaching methodologies.<br><br>From Kindergarten to Grade 2, classrooms are arranged with safe, age-appropriate seating, including floor seating, small chairs, and desks, allowing young learners to move freely and learn comfortably. From Grade 3 onwards, students are provided with individual desks that promote focus, independence, and organized learning.<br><br>All classrooms are ICT-enabled and feature dedicated reading corners to encourage a love for reading and independent exploration. Ample space is provided to facilitate hands-on activities, group work, and interactive learning, ensuring that students actively participate and fully engage in the learning process.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers\\u2019 library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"GWS cafeteria is committed to providing healthy, hygienic, and nutritious meals to all students. We recognize that a well-balanced and varied diet is essential for both the physical and intellectual growth of children.<br><br>Meals are prepared under strict hygienic conditions in a modern kitchen by trained staff, under the guidance of a professional chef and a dietitian. Special care is taken to ensure quality, cleanliness, and nutritional value in every meal served.<br><br>The cafeteria offers a clean, safe, and comfortable dining environment, encouraging students to develop healthy eating habits as part of their daily routine.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we provide a reliable and well-organized transportation service to ensure the safety, comfort, and convenience of our students. The school offers door-to-door transportation, allowing students to travel securely between home and school with ease.<br><br>Each school vehicle is operated by a trained and experienced driver, accompanied by a responsible assistant who supervises and supports students throughout the journey. Together, they ensure that all safety protocols are followed and that students are cared for at all times during transit.<br><br>Our transportation system is carefully managed to provide punctual, safe, and comfortable travel, giving parents peace of mind and ensuring a smooth daily routine for students.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, Physical Education is considered an essential component of holistic development. We strongly believe that physical activity not only promotes fitness and well-being but also enhances discipline, teamwork, leadership, and overall personality development.<br><br>Our Physical Education program is structured with age-appropriate activities that cater to the developmental needs of students at every level. Beyond simply playing games, students are taught the importance of physical fitness, rules of sports, and the values of fair play, perseverance, and sportsmanship. They are given continuous opportunities throughout the year to develop and demonstrate their skills and abilities.<br><br>The school actively participates in inter-school and district-level competitions, where our students have consistently demonstrated excellence and achievement. Regular training sessions are conducted in sports such as basketball, futsal, table tennis, and badminton, ensuring both skill development and competitive exposure.<br><br>In addition, we offer a wide range of outdoor and co-curricular physical activities. Our swimming program, conducted over several weeks, concludes with an Annual Swimming Gala that highlights students\\u2019 progress and confidence. Regular hiking activities promote endurance, teamwork, and connection with nature, while Taekwondo classes help students build self-discipline, confidence, and self-defense skills.<br><br>Through this well-balanced and dynamic approach, Genius World School ensures that students grow into healthy, active, and well-rounded individuals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2090,1616,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2091,1616,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2101,1618,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2102,1618,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2103,1618,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2104,1618,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2105,1618,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"At GWS, our classrooms are thoughtfully designed to be spacious, child-friendly, and age-appropriate, creating a comfortable and engaging environment for effective learning. Each classroom is well-equipped with modern teaching and learning materials that support progressive and interactive teaching methodologies.<br><br>From Kindergarten to Grade 2, classrooms are arranged with safe, age-appropriate seating, including floor seating, small chairs, and desks, allowing young learners to move freely and learn comfortably. From Grade 3 onwards, students are provided with individual desks that promote focus, independence, and organized learning.<br><br>All classrooms are ICT-enabled and feature dedicated reading corners to encourage a love for reading and independent exploration. Ample space is provided to facilitate hands-on activities, group work, and interactive learning, ensuring that students actively participate and fully engage in the learning process.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers\\u2019 library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"GWS cafeteria is committed to providing healthy, hygienic, and nutritious meals to all students. We recognize that a well-balanced and varied diet is essential for both the physical and intellectual growth of children.<br><br>Meals are prepared under strict hygienic conditions in a modern kitchen by trained staff, under the guidance of a professional chef and a dietitian. Special care is taken to ensure quality, cleanliness, and nutritional value in every meal served.<br><br>The cafeteria offers a clean, safe, and comfortable dining environment, encouraging students to develop healthy eating habits as part of their daily routine.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we provide a reliable and well-organized transportation service to ensure the safety, comfort, and convenience of our students. The school offers door-to-door transportation, allowing students to travel securely between home and school with ease.<br><br>Each school vehicle is operated by a trained and experienced driver, accompanied by a responsible assistant who supervises and supports students throughout the journey. Together, they ensure that all safety protocols are followed and that students are cared for at all times during transit.<br><br>Our transportation system is carefully managed to provide punctual, safe, and comfortable travel, giving parents peace of mind and ensuring a smooth daily routine for students.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, Physical Education is considered an essential component of holistic development. We strongly believe that physical activity not only promotes fitness and well-being but also enhances discipline, teamwork, leadership, and overall personality development.<br><br>Our Physical Education program is structured with age-appropriate activities that cater to the developmental needs of students at every level. Beyond simply playing games, students are taught the importance of physical fitness, rules of sports, and the values of fair play, perseverance, and sportsmanship. They are given continuous opportunities throughout the year to develop and demonstrate their skills and abilities.<br><br>The school actively participates in inter-school and district-level competitions, where our students have consistently demonstrated excellence and achievement. Regular training sessions are conducted in sports such as basketball, futsal, table tennis, and badminton, ensuring both skill development and competitive exposure.<br><br>In addition, we offer a wide range of outdoor and co-curricular physical activities. Our swimming program, conducted over several weeks, concludes with an Annual Swimming Gala that highlights students\\u2019 progress and confidence. Regular hiking activities promote endurance, teamwork, and connection with nature, while Taekwondo classes help students build self-discipline, confidence, and self-defense skills.<br><br>Through this well-balanced and dynamic approach, Genius World School ensures that students grow into healthy, active, and well-rounded individuals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2106,1618,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2107,1618,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2109,1619,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2110,1619,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2111,1619,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2112,1619,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2113,1619,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"At GWS, our classrooms are thoughtfully designed to be spacious, child-friendly, and age-appropriate, creating a comfortable and engaging environment for effective learning. Each classroom is well-equipped with modern teaching and learning materials that support progressive and interactive teaching methodologies.<br><br>From Kindergarten to Grade 2, classrooms are arranged with safe, age-appropriate seating, including floor seating, small chairs, and desks, allowing young learners to move freely and learn comfortably. From Grade 3 onwards, students are provided with individual desks that promote focus, independence, and organized learning.<br><br>All classrooms are ICT-enabled and feature dedicated reading corners to encourage a love for reading and independent exploration. Ample space is provided to facilitate hands-on activities, group work, and interactive learning, ensuring that students actively participate and fully engage in the learning process.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers\\u2019 library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"GWS cafeteria is committed to providing healthy, hygienic, and nutritious meals to all students. We recognize that a well-balanced and varied diet is essential for both the physical and intellectual growth of children.<br><br>Meals are prepared under strict hygienic conditions in a modern kitchen by trained staff, under the guidance of a professional chef and a dietitian. Special care is taken to ensure quality, cleanliness, and nutritional value in every meal served.<br><br>The cafeteria offers a clean, safe, and comfortable dining environment, encouraging students to develop healthy eating habits as part of their daily routine.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we provide a reliable and well-organized transportation service to ensure the safety, comfort, and convenience of our students. The school offers door-to-door transportation, allowing students to travel securely between home and school with ease.<br><br>Each school vehicle is operated by a trained and experienced driver, accompanied by a responsible assistant who supervises and supports students throughout the journey. Together, they ensure that all safety protocols are followed and that students are cared for at all times during transit.<br><br>Our transportation system is carefully managed to provide punctual, safe, and comfortable travel, giving parents peace of mind and ensuring a smooth daily routine for students.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, Physical Education is considered an essential component of holistic development. We strongly believe that physical activity not only promotes fitness and well-being but also enhances discipline, teamwork, leadership, and overall personality development.<br><br>Our Physical Education program is structured with age-appropriate activities that cater to the developmental needs of students at every level. Beyond simply playing games, students are taught the importance of physical fitness, rules of sports, and the values of fair play, perseverance, and sportsmanship. They are given continuous opportunities throughout the year to develop and demonstrate their skills and abilities.<br><br>The school actively participates in inter-school and district-level competitions, where our students have consistently demonstrated excellence and achievement. Regular training sessions are conducted in sports such as basketball, futsal, table tennis, and badminton, ensuring both skill development and competitive exposure.<br><br>In addition, we offer a wide range of outdoor and co-curricular physical activities. Our swimming program, conducted over several weeks, concludes with an Annual Swimming Gala that highlights students\\u2019 progress and confidence. Regular hiking activities promote endurance, teamwork, and connection with nature, while Taekwondo classes help students build self-discipline, confidence, and self-defense skills.<br><br>Through this well-balanced and dynamic approach, Genius World School ensures that students grow into healthy, active, and well-rounded individuals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2114,1619,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2115,1619,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2117,1620,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2118,1620,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2119,1620,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2120,1620,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2121,1620,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"At GWS, our classrooms are thoughtfully designed to be spacious, child-friendly, and age-appropriate, creating a comfortable and engaging environment for effective learning. Each classroom is well-equipped with modern teaching and learning materials that support progressive and interactive teaching methodologies.<br><br>From Kindergarten to Grade 2, classrooms are arranged with safe, age-appropriate seating, including floor seating, small chairs, and desks, allowing young learners to move freely and learn comfortably. From Grade 3 onwards, students are provided with individual desks that promote focus, independence, and organized learning.<br><br>All classrooms are ICT-enabled and feature dedicated reading corners to encourage a love for reading and independent exploration. Ample space is provided to facilitate hands-on activities, group work, and interactive learning, ensuring that students actively participate and fully engage in the learning process.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers\\u2019 library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2122,1620,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2123,1620,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2133,1622,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2134,1622,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2135,1622,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2136,1622,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2137,1622,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"At GWS, our classrooms are thoughtfully designed to be spacious, child-friendly, and age-appropriate, creating a comfortable and engaging environment for effective learning. Each classroom is well-equipped with modern teaching and learning materials that support progressive and interactive teaching methodologies.<br><br>From Kindergarten to Grade 2, classrooms are arranged with safe, age-appropriate seating, including floor seating, small chairs, and desks, allowing young learners to move freely and learn comfortably. From Grade 3 onwards, students are provided with individual desks that promote focus, independence, and organized learning.<br><br>All classrooms are ICT-enabled and feature dedicated reading corners to encourage a love for reading and independent exploration. Ample space is provided to facilitate hands-on activities, group work, and interactive learning, ensuring that students actively participate and fully engage in the learning process.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers\\u2019 library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2138,1622,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2139,1622,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2141,1623,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2142,1623,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2143,1623,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2144,1623,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2145,1623,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"At GWS, our classrooms are thoughtfully designed to be spacious, child-friendly, and age-appropriate, creating a comfortable and engaging environment for effective learning. Each classroom is well-equipped with modern teaching and learning materials that support progressive and interactive teaching methodologies.<br><br>From Kindergarten to Grade 2, classrooms are arranged with safe, age-appropriate seating, including floor seating, small chairs, and desks, allowing young learners to move freely and learn comfortably. From Grade 3 onwards, students are provided with individual desks that promote focus, independence, and organized learning.<br><br>All classrooms are ICT-enabled and feature dedicated reading corners to encourage a love for reading and independent exploration. Ample space is provided to facilitate hands-on activities, group work, and interactive learning, ensuring that students actively participate and fully engage in the learning process.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers\\u2019 library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2146,1623,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2147,1623,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2149,1624,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2150,1624,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2151,1624,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2152,1624,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2153,1624,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"332\\\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\\\"55\\\" data-end=\\\"104\\\">spacious, child-friendly, and age-appropriate<\\/strong>, creating a <strong data-start=\\\"117\\\" data-end=\\\"180\\\">comfortable and engaging environment for effective learning<\\/strong>. Each classroom is well-equipped with <strong data-start=\\\"219\\\" data-end=\\\"261\\\">modern teaching and learning materials<\\/strong> that support <strong data-start=\\\"275\\\" data-end=\\\"329\\\">progressive and interactive teaching methodologies<\\/strong>.<\\/p>\\n<p data-start=\\\"334\\\" data-end=\\\"677\\\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\\\"393\\\" data-end=\\\"426\\\">safe, age-appropriate seating<\\/strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\\\"505\\\" data-end=\\\"542\\\">move freely and learn comfortably<\\/strong>. From Grade 3 onwards, students are provided with <strong data-start=\\\"593\\\" data-end=\\\"613\\\">individual desks<\\/strong> that promote <strong data-start=\\\"627\\\" data-end=\\\"674\\\">focus, independence, and organized learning<\\/strong>.<\\/p>\\n<p data-start=\\\"679\\\" data-end=\\\"1011\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">All classrooms are <strong data-start=\\\"698\\\" data-end=\\\"713\\\">ICT-enabled<\\/strong> and feature <strong data-start=\\\"726\\\" data-end=\\\"755\\\">dedicated reading corners<\\/strong> to encourage a <strong data-start=\\\"771\\\" data-end=\\\"819\\\">love for reading and independent exploration<\\/strong>. Ample space is provided to facilitate <strong data-start=\\\"859\\\" data-end=\\\"920\\\">hands-on activities, group work, and interactive learning<\\/strong>, ensuring that students <strong data-start=\\\"945\\\" data-end=\\\"1010\\\">actively participate and fully engage in the learning process<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers\\u2019 library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2154,1624,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2155,1624,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2157,1625,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2158,1625,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2159,1625,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2160,1625,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2161,1625,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"332\\\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\\\"55\\\" data-end=\\\"104\\\">spacious, child-friendly, and age-appropriate<\\/strong>, creating a <strong data-start=\\\"117\\\" data-end=\\\"180\\\">comfortable and engaging environment for effective learning<\\/strong>. Each classroom is well-equipped with <strong data-start=\\\"219\\\" data-end=\\\"261\\\">modern teaching and learning materials<\\/strong> that support <strong data-start=\\\"275\\\" data-end=\\\"329\\\">progressive and interactive teaching methodologies<\\/strong>.<\\/p>\\n<p data-start=\\\"334\\\" data-end=\\\"677\\\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\\\"393\\\" data-end=\\\"426\\\">safe, age-appropriate seating<\\/strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\\\"505\\\" data-end=\\\"542\\\">move freely and learn comfortably<\\/strong>. From Grade 3 onwards, students are provided with <strong data-start=\\\"593\\\" data-end=\\\"613\\\">individual desks<\\/strong> that promote <strong data-start=\\\"627\\\" data-end=\\\"674\\\">focus, independence, and organized learning<\\/strong>.<\\/p>\\n<p data-start=\\\"679\\\" data-end=\\\"1011\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">All classrooms are <strong data-start=\\\"698\\\" data-end=\\\"713\\\">ICT-enabled<\\/strong> and feature <strong data-start=\\\"726\\\" data-end=\\\"755\\\">dedicated reading corners<\\/strong> to encourage a <strong data-start=\\\"771\\\" data-end=\\\"819\\\">love for reading and independent exploration<\\/strong>. Ample space is provided to facilitate <strong data-start=\\\"859\\\" data-end=\\\"920\\\">hands-on activities, group work, and interactive learning<\\/strong>, ensuring that students <strong data-start=\\\"945\\\" data-end=\\\"1010\\\">actively participate and fully engage in the learning process<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers\\u2019 library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2162,1625,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2163,1625,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2165,1626,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2166,1626,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2167,1626,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2168,1626,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2169,1626,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"332\\\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\\\"55\\\" data-end=\\\"104\\\">spacious, child-friendly, and age-appropriate<\\/strong>, creating a <strong data-start=\\\"117\\\" data-end=\\\"180\\\">comfortable and engaging environment for effective learning<\\/strong>. Each classroom is well-equipped with <strong data-start=\\\"219\\\" data-end=\\\"261\\\">modern teaching and learning materials<\\/strong> that support <strong data-start=\\\"275\\\" data-end=\\\"329\\\">progressive and interactive teaching methodologies<\\/strong>.<\\/p>\\n<p data-start=\\\"334\\\" data-end=\\\"677\\\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\\\"393\\\" data-end=\\\"426\\\">safe, age-appropriate seating<\\/strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\\\"505\\\" data-end=\\\"542\\\">move freely and learn comfortably<\\/strong>. From Grade 3 onwards, students are provided with <strong data-start=\\\"593\\\" data-end=\\\"613\\\">individual desks<\\/strong> that promote <strong data-start=\\\"627\\\" data-end=\\\"674\\\">focus, independence, and organized learning<\\/strong>.<\\/p>\\n<p data-start=\\\"679\\\" data-end=\\\"1011\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">All classrooms are <strong data-start=\\\"698\\\" data-end=\\\"713\\\">ICT-enabled<\\/strong> and feature <strong data-start=\\\"726\\\" data-end=\\\"755\\\">dedicated reading corners<\\/strong> to encourage a <strong data-start=\\\"771\\\" data-end=\\\"819\\\">love for reading and independent exploration<\\/strong>. Ample space is provided to facilitate <strong data-start=\\\"859\\\" data-end=\\\"920\\\">hands-on activities, group work, and interactive learning<\\/strong>, ensuring that students <strong data-start=\\\"945\\\" data-end=\\\"1010\\\">actively participate and fully engage in the learning process<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers\\u2019 library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2170,1626,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2171,1626,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2173,1627,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2174,1627,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2175,1627,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2176,1627,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2177,1627,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"332\\\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\\\"55\\\" data-end=\\\"104\\\">spacious, child-friendly, and age-appropriate<\\/strong>, creating a <strong data-start=\\\"117\\\" data-end=\\\"180\\\">comfortable and engaging environment for effective learning<\\/strong>. Each classroom is well-equipped with <strong data-start=\\\"219\\\" data-end=\\\"261\\\">modern teaching and learning materials<\\/strong> that support <strong data-start=\\\"275\\\" data-end=\\\"329\\\">progressive and interactive teaching methodologies<\\/strong>.<\\/p>\\n<p data-start=\\\"334\\\" data-end=\\\"677\\\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\\\"393\\\" data-end=\\\"426\\\">safe, age-appropriate seating<\\/strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\\\"505\\\" data-end=\\\"542\\\">move freely and learn comfortably<\\/strong>. From Grade 3 onwards, students are provided with <strong data-start=\\\"593\\\" data-end=\\\"613\\\">individual desks<\\/strong> that promote <strong data-start=\\\"627\\\" data-end=\\\"674\\\">focus, independence, and organized learning<\\/strong>.<\\/p>\\n<p data-start=\\\"679\\\" data-end=\\\"1011\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">All classrooms are <strong data-start=\\\"698\\\" data-end=\\\"713\\\">ICT-enabled<\\/strong> and feature <strong data-start=\\\"726\\\" data-end=\\\"755\\\">dedicated reading corners<\\/strong> to encourage a <strong data-start=\\\"771\\\" data-end=\\\"819\\\">love for reading and independent exploration<\\/strong>. Ample space is provided to facilitate <strong data-start=\\\"859\\\" data-end=\\\"920\\\">hands-on activities, group work, and interactive learning<\\/strong>, ensuring that students <strong data-start=\\\"945\\\" data-end=\\\"1010\\\">actively participate and fully engage in the learning process<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"350\\\">The Library at GWS serves as a <strong data-start=\\\"31\\\" data-end=\\\"55\\\">dynamic learning hub<\\/strong> that nurtures a strong culture of <strong data-start=\\\"90\\\" data-end=\\\"134\\\">reading, research, and lifelong learning<\\/strong>. It is well-stocked with a wide range of <strong data-start=\\\"176\\\" data-end=\\\"201\\\">age-appropriate books<\\/strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\\\"299\\\" data-end=\\\"347\\\">curriculum needs and independent exploration<\\/strong>.<\\/p>\\n<p data-start=\\\"352\\\" data-end=\\\"737\\\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\\\"437\\\" data-end=\\\"471\\\">reading habits among educators<\\/strong> as well. A dedicated <strong data-start=\\\"493\\\" data-end=\\\"522\\\">teachers\\u2019 library section<\\/strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\\\"631\\\" data-end=\\\"712\\\">continuously enhance their knowledge, teaching practices, and personal growth<\\/strong> beyond the curriculum.<\\/p>\\n<p data-start=\\\"739\\\" data-end=\\\"1122\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">Designed to be <strong data-start=\\\"754\\\" data-end=\\\"801\\\">peaceful, comfortable, and student-friendly<\\/strong>, the library provides an ideal space for <strong data-start=\\\"843\\\" data-end=\\\"890\\\">focused reading and intellectual engagement<\\/strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\\\"964\\\" data-end=\\\"1026\\\">curiosity, creativity, and a lifelong passion for learning<\\/strong>, making the library a true cornerstone of <strong data-start=\\\"1069\\\" data-end=\\\"1114\\\">academic excellence and continuous growth<\\/strong> at GWS.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0037ccb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1fec8a7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"b950b6c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c29ed94\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"f52f0f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61054bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outdoor activities &amp; Trips\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true},\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e32b5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;54\\\\&quot;\\\" data-end=\\\"\\\\&quot;526\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">At&nbsp;<span data-start=\\\"\\\\&quot;57\\\\&quot;\\\" data-end=\\\"\\\\&quot;80\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Genius World School<\\/span>, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;<span data-start=\\\"\\\\&quot;186\\\\&quot;\\\" data-end=\\\"\\\\&quot;225\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">field trips, dayouts, and nightouts<\\/span>&nbsp;play a vital role in enriching students\\u2019 learning experiences. These activities are designed not only to educate students about&nbsp;<span data-start=\\\"\\\\&quot;354\\\\&quot;\\\" data-end=\\\"\\\\&quot;405\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">culture, tradition, nature, and the environment<\\/span>, but also to help them develop important&nbsp;<span data-start=\\\"\\\\&quot;447\\\\&quot;\\\" data-end=\\\"\\\\&quot;462\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">life skills<\\/span>&nbsp;such as teamwork, independence, responsibility, and confidence.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;896\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;539\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Dayouts<\\/span>&nbsp;are regularly organized for all grades within school hours, based on&nbsp;<span data-start=\\\"\\\\&quot;609\\\\&quot;\\\" data-end=\\\"\\\\&quot;643\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">thematic learning requirements<\\/span>. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;1275\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;911\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Nightouts<\\/span>&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;<span data-start=\\\"\\\\&quot;1019\\\\&quot;\\\" data-end=\\\"\\\\&quot;1036\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 1 and 2<\\/span>, students participate in&nbsp;<span data-start=\\\"\\\\&quot;1062\\\\&quot;\\\" data-end=\\\"\\\\&quot;1109\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">night camping experiences within the school<\\/span>, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1277\\\\&quot;\\\" data-end=\\\"\\\\&quot;1521\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">For&nbsp;<span data-start=\\\"\\\\&quot;1281\\\\&quot;\\\" data-end=\\\"\\\\&quot;1297\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 3 to 5<\\/span>, students go on&nbsp;<span data-start=\\\"\\\\&quot;1314\\\\&quot;\\\" data-end=\\\"\\\\&quot;1338\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">1-night, 2-day trips<\\/span>, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1523\\\\&quot;\\\" data-end=\\\"\\\\&quot;1854\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Students from&nbsp;<span data-start=\\\"\\\\&quot;1537\\\\&quot;\\\" data-end=\\\"\\\\&quot;1554\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 6 to 10<\\/span>&nbsp;participate in&nbsp;<span data-start=\\\"\\\\&quot;1570\\\\&quot;\\\" data-end=\\\"\\\\&quot;1618\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">longer trips of at least 2 nights and 3 days<\\/span>. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.<\\/p><p justify;\\\\\\\"=\\\"\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">&nbsp;<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1856\\\\&quot;\\\" data-end=\\\"\\\\&quot;2132\\\\&quot;\\\" data-is-last-node=\\\"\\\\&quot;\\\\&quot;\\\" data-is-only-node=\\\"\\\\&quot;\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6297014\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2178,1627,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2179,1627,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2181,1628,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2182,1628,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2183,1628,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2184,1628,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2185,1628,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"332\\\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\\\"55\\\" data-end=\\\"104\\\">spacious, child-friendly, and age-appropriate<\\/strong>, creating a <strong data-start=\\\"117\\\" data-end=\\\"180\\\">comfortable and engaging environment for effective learning<\\/strong>. Each classroom is well-equipped with <strong data-start=\\\"219\\\" data-end=\\\"261\\\">modern teaching and learning materials<\\/strong> that support <strong data-start=\\\"275\\\" data-end=\\\"329\\\">progressive and interactive teaching methodologies<\\/strong>.<\\/p>\\n<p data-start=\\\"334\\\" data-end=\\\"677\\\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\\\"393\\\" data-end=\\\"426\\\">safe, age-appropriate seating<\\/strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\\\"505\\\" data-end=\\\"542\\\">move freely and learn comfortably<\\/strong>. From Grade 3 onwards, students are provided with <strong data-start=\\\"593\\\" data-end=\\\"613\\\">individual desks<\\/strong> that promote <strong data-start=\\\"627\\\" data-end=\\\"674\\\">focus, independence, and organized learning<\\/strong>.<\\/p>\\n<p data-start=\\\"679\\\" data-end=\\\"1011\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">All classrooms are <strong data-start=\\\"698\\\" data-end=\\\"713\\\">ICT-enabled<\\/strong> and feature <strong data-start=\\\"726\\\" data-end=\\\"755\\\">dedicated reading corners<\\/strong> to encourage a <strong data-start=\\\"771\\\" data-end=\\\"819\\\">love for reading and independent exploration<\\/strong>. Ample space is provided to facilitate <strong data-start=\\\"859\\\" data-end=\\\"920\\\">hands-on activities, group work, and interactive learning<\\/strong>, ensuring that students <strong data-start=\\\"945\\\" data-end=\\\"1010\\\">actively participate and fully engage in the learning process<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"350\\\">The Library at GWS serves as a <strong data-start=\\\"31\\\" data-end=\\\"55\\\">dynamic learning hub<\\/strong> that nurtures a strong culture of <strong data-start=\\\"90\\\" data-end=\\\"134\\\">reading, research, and lifelong learning<\\/strong>. It is well-stocked with a wide range of <strong data-start=\\\"176\\\" data-end=\\\"201\\\">age-appropriate books<\\/strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\\\"299\\\" data-end=\\\"347\\\">curriculum needs and independent exploration<\\/strong>.<\\/p>\\n<p data-start=\\\"352\\\" data-end=\\\"737\\\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\\\"437\\\" data-end=\\\"471\\\">reading habits among educators<\\/strong> as well. A dedicated <strong data-start=\\\"493\\\" data-end=\\\"522\\\">teachers\\u2019 library section<\\/strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\\\"631\\\" data-end=\\\"712\\\">continuously enhance their knowledge, teaching practices, and personal growth<\\/strong> beyond the curriculum.<\\/p>\\n<p data-start=\\\"739\\\" data-end=\\\"1122\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">Designed to be <strong data-start=\\\"754\\\" data-end=\\\"801\\\">peaceful, comfortable, and student-friendly<\\/strong>, the library provides an ideal space for <strong data-start=\\\"843\\\" data-end=\\\"890\\\">focused reading and intellectual engagement<\\/strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\\\"964\\\" data-end=\\\"1026\\\">curiosity, creativity, and a lifelong passion for learning<\\/strong>, making the library a true cornerstone of <strong data-start=\\\"1069\\\" data-end=\\\"1114\\\">academic excellence and continuous growth<\\/strong> at GWS.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0037ccb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1fec8a7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"b950b6c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c29ed94\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"f52f0f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61054bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outdoor activities &amp; Trips\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true},\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e32b5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;54\\\\&quot;\\\" data-end=\\\"\\\\&quot;526\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">At&nbsp;<span data-start=\\\"\\\\&quot;57\\\\&quot;\\\" data-end=\\\"\\\\&quot;80\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Genius World School<\\/span>, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;<span data-start=\\\"\\\\&quot;186\\\\&quot;\\\" data-end=\\\"\\\\&quot;225\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">field trips, dayouts, and nightouts<\\/span>&nbsp;play a vital role in enriching students\\u2019 learning experiences. These activities are designed not only to educate students about&nbsp;<span data-start=\\\"\\\\&quot;354\\\\&quot;\\\" data-end=\\\"\\\\&quot;405\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">culture, tradition, nature, and the environment<\\/span>, but also to help them develop important&nbsp;<span data-start=\\\"\\\\&quot;447\\\\&quot;\\\" data-end=\\\"\\\\&quot;462\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">life skills<\\/span>&nbsp;such as teamwork, independence, responsibility, and confidence.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;896\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;539\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Dayouts<\\/span>&nbsp;are regularly organized for all grades within school hours, based on&nbsp;<span data-start=\\\"\\\\&quot;609\\\\&quot;\\\" data-end=\\\"\\\\&quot;643\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">thematic learning requirements<\\/span>. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;1275\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;911\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Nightouts<\\/span>&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;<span data-start=\\\"\\\\&quot;1019\\\\&quot;\\\" data-end=\\\"\\\\&quot;1036\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 1 and 2<\\/span>, students participate in&nbsp;<span data-start=\\\"\\\\&quot;1062\\\\&quot;\\\" data-end=\\\"\\\\&quot;1109\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">night camping experiences within the school<\\/span>, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1277\\\\&quot;\\\" data-end=\\\"\\\\&quot;1521\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">For&nbsp;<span data-start=\\\"\\\\&quot;1281\\\\&quot;\\\" data-end=\\\"\\\\&quot;1297\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 3 to 5<\\/span>, students go on&nbsp;<span data-start=\\\"\\\\&quot;1314\\\\&quot;\\\" data-end=\\\"\\\\&quot;1338\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">1-night, 2-day trips<\\/span>, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1523\\\\&quot;\\\" data-end=\\\"\\\\&quot;1854\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Students from&nbsp;<span data-start=\\\"\\\\&quot;1537\\\\&quot;\\\" data-end=\\\"\\\\&quot;1554\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 6 to 10<\\/span>&nbsp;participate in&nbsp;<span data-start=\\\"\\\\&quot;1570\\\\&quot;\\\" data-end=\\\"\\\\&quot;1618\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">longer trips of at least 2 nights and 3 days<\\/span>. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.<\\/p><p justify;\\\\\\\"=\\\"\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">&nbsp;<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1856\\\\&quot;\\\" data-end=\\\"\\\\&quot;2132\\\\&quot;\\\" data-is-last-node=\\\"\\\\&quot;\\\\&quot;\\\" data-is-only-node=\\\"\\\\&quot;\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6297014\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2186,1628,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2187,1628,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2189,1629,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2190,1629,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2191,1629,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2192,1629,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2193,1629,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"332\\\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\\\"55\\\" data-end=\\\"104\\\">spacious, child-friendly, and age-appropriate<\\/strong>, creating a <strong data-start=\\\"117\\\" data-end=\\\"180\\\">comfortable and engaging environment for effective learning<\\/strong>. Each classroom is well-equipped with <strong data-start=\\\"219\\\" data-end=\\\"261\\\">modern teaching and learning materials<\\/strong> that support <strong data-start=\\\"275\\\" data-end=\\\"329\\\">progressive and interactive teaching methodologies<\\/strong>.<\\/p>\\n<p data-start=\\\"334\\\" data-end=\\\"677\\\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\\\"393\\\" data-end=\\\"426\\\">safe, age-appropriate seating<\\/strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\\\"505\\\" data-end=\\\"542\\\">move freely and learn comfortably<\\/strong>. From Grade 3 onwards, students are provided with <strong data-start=\\\"593\\\" data-end=\\\"613\\\">individual desks<\\/strong> that promote <strong data-start=\\\"627\\\" data-end=\\\"674\\\">focus, independence, and organized learning<\\/strong>.<\\/p>\\n<p data-start=\\\"679\\\" data-end=\\\"1011\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">All classrooms are <strong data-start=\\\"698\\\" data-end=\\\"713\\\">ICT-enabled<\\/strong> and feature <strong data-start=\\\"726\\\" data-end=\\\"755\\\">dedicated reading corners<\\/strong> to encourage a <strong data-start=\\\"771\\\" data-end=\\\"819\\\">love for reading and independent exploration<\\/strong>. Ample space is provided to facilitate <strong data-start=\\\"859\\\" data-end=\\\"920\\\">hands-on activities, group work, and interactive learning<\\/strong>, ensuring that students <strong data-start=\\\"945\\\" data-end=\\\"1010\\\">actively participate and fully engage in the learning process<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"350\\\">The Library at GWS serves as a <strong data-start=\\\"31\\\" data-end=\\\"55\\\">dynamic learning hub<\\/strong> that nurtures a strong culture of <strong data-start=\\\"90\\\" data-end=\\\"134\\\">reading, research, and lifelong learning<\\/strong>. It is well-stocked with a wide range of <strong data-start=\\\"176\\\" data-end=\\\"201\\\">age-appropriate books<\\/strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\\\"299\\\" data-end=\\\"347\\\">curriculum needs and independent exploration<\\/strong>.<\\/p>\\n<p data-start=\\\"352\\\" data-end=\\\"737\\\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\\\"437\\\" data-end=\\\"471\\\">reading habits among educators<\\/strong> as well. A dedicated <strong data-start=\\\"493\\\" data-end=\\\"522\\\">teachers\\u2019 library section<\\/strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\\\"631\\\" data-end=\\\"712\\\">continuously enhance their knowledge, teaching practices, and personal growth<\\/strong> beyond the curriculum.<\\/p>\\n<p data-start=\\\"739\\\" data-end=\\\"1122\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">Designed to be <strong data-start=\\\"754\\\" data-end=\\\"801\\\">peaceful, comfortable, and student-friendly<\\/strong>, the library provides an ideal space for <strong data-start=\\\"843\\\" data-end=\\\"890\\\">focused reading and intellectual engagement<\\/strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\\\"964\\\" data-end=\\\"1026\\\">curiosity, creativity, and a lifelong passion for learning<\\/strong>, making the library a true cornerstone of <strong data-start=\\\"1069\\\" data-end=\\\"1114\\\">academic excellence and continuous growth<\\/strong> at GWS.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0037ccb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1fec8a7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"b950b6c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c29ed94\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"f52f0f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61054bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outdoor activities &amp; Trips\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true},\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e32b5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;54\\\\&quot;\\\" data-end=\\\"\\\\&quot;526\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">At&nbsp;<span data-start=\\\"\\\\&quot;57\\\\&quot;\\\" data-end=\\\"\\\\&quot;80\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Genius World School<\\/span>, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;<span data-start=\\\"\\\\&quot;186\\\\&quot;\\\" data-end=\\\"\\\\&quot;225\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">field trips, dayouts, and nightouts<\\/span>&nbsp;play a vital role in enriching students\\u2019 learning experiences. These activities are designed not only to educate students about&nbsp;<span data-start=\\\"\\\\&quot;354\\\\&quot;\\\" data-end=\\\"\\\\&quot;405\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">culture, tradition, nature, and the environment<\\/span>, but also to help them develop important&nbsp;<span data-start=\\\"\\\\&quot;447\\\\&quot;\\\" data-end=\\\"\\\\&quot;462\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">life skills<\\/span>&nbsp;such as teamwork, independence, responsibility, and confidence.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;896\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;539\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Dayouts<\\/span>&nbsp;are regularly organized for all grades within school hours, based on&nbsp;<span data-start=\\\"\\\\&quot;609\\\\&quot;\\\" data-end=\\\"\\\\&quot;643\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">thematic learning requirements<\\/span>. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;1275\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;911\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Nightouts<\\/span>&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;<span data-start=\\\"\\\\&quot;1019\\\\&quot;\\\" data-end=\\\"\\\\&quot;1036\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 1 and 2<\\/span>, students participate in&nbsp;<span data-start=\\\"\\\\&quot;1062\\\\&quot;\\\" data-end=\\\"\\\\&quot;1109\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">night camping experiences within the school<\\/span>, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1277\\\\&quot;\\\" data-end=\\\"\\\\&quot;1521\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">For&nbsp;<span data-start=\\\"\\\\&quot;1281\\\\&quot;\\\" data-end=\\\"\\\\&quot;1297\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 3 to 5<\\/span>, students go on&nbsp;<span data-start=\\\"\\\\&quot;1314\\\\&quot;\\\" data-end=\\\"\\\\&quot;1338\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">1-night, 2-day trips<\\/span>, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1523\\\\&quot;\\\" data-end=\\\"\\\\&quot;1854\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Students from&nbsp;<span data-start=\\\"\\\\&quot;1537\\\\&quot;\\\" data-end=\\\"\\\\&quot;1554\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 6 to 10<\\/span>&nbsp;participate in&nbsp;<span data-start=\\\"\\\\&quot;1570\\\\&quot;\\\" data-end=\\\"\\\\&quot;1618\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">longer trips of at least 2 nights and 3 days<\\/span>. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.<\\/p><p justify;\\\\\\\"=\\\"\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">&nbsp;<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1856\\\\&quot;\\\" data-end=\\\"\\\\&quot;2132\\\\&quot;\\\" data-is-last-node=\\\"\\\\&quot;\\\\&quot;\\\" data-is-only-node=\\\"\\\\&quot;\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6297014\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2194,1629,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2195,1629,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2197,1630,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2198,1630,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2199,1630,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2200,1630,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2201,1630,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"332\\\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\\\"55\\\" data-end=\\\"104\\\">spacious, child-friendly, and age-appropriate<\\/strong>, creating a <strong data-start=\\\"117\\\" data-end=\\\"180\\\">comfortable and engaging environment for effective learning<\\/strong>. Each classroom is well-equipped with <strong data-start=\\\"219\\\" data-end=\\\"261\\\">modern teaching and learning materials<\\/strong> that support <strong data-start=\\\"275\\\" data-end=\\\"329\\\">progressive and interactive teaching methodologies<\\/strong>.<\\/p>\\n<p data-start=\\\"334\\\" data-end=\\\"677\\\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\\\"393\\\" data-end=\\\"426\\\">safe, age-appropriate seating<\\/strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\\\"505\\\" data-end=\\\"542\\\">move freely and learn comfortably<\\/strong>. From Grade 3 onwards, students are provided with <strong data-start=\\\"593\\\" data-end=\\\"613\\\">individual desks<\\/strong> that promote <strong data-start=\\\"627\\\" data-end=\\\"674\\\">focus, independence, and organized learning<\\/strong>.<\\/p>\\n<p data-start=\\\"679\\\" data-end=\\\"1011\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">All classrooms are <strong data-start=\\\"698\\\" data-end=\\\"713\\\">ICT-enabled<\\/strong> and feature <strong data-start=\\\"726\\\" data-end=\\\"755\\\">dedicated reading corners<\\/strong> to encourage a <strong data-start=\\\"771\\\" data-end=\\\"819\\\">love for reading and independent exploration<\\/strong>. Ample space is provided to facilitate <strong data-start=\\\"859\\\" data-end=\\\"920\\\">hands-on activities, group work, and interactive learning<\\/strong>, ensuring that students <strong data-start=\\\"945\\\" data-end=\\\"1010\\\">actively participate and fully engage in the learning process<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"350\\\">The Library at GWS serves as a <strong data-start=\\\"31\\\" data-end=\\\"55\\\">dynamic learning hub<\\/strong> that nurtures a strong culture of <strong data-start=\\\"90\\\" data-end=\\\"134\\\">reading, research, and lifelong learning<\\/strong>. It is well-stocked with a wide range of <strong data-start=\\\"176\\\" data-end=\\\"201\\\">age-appropriate books<\\/strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\\\"299\\\" data-end=\\\"347\\\">curriculum needs and independent exploration<\\/strong>.<\\/p>\\n<p data-start=\\\"352\\\" data-end=\\\"737\\\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\\\"437\\\" data-end=\\\"471\\\">reading habits among educators<\\/strong> as well. A dedicated <strong data-start=\\\"493\\\" data-end=\\\"522\\\">teachers\\u2019 library section<\\/strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\\\"631\\\" data-end=\\\"712\\\">continuously enhance their knowledge, teaching practices, and personal growth<\\/strong> beyond the curriculum.<\\/p>\\n<p data-start=\\\"739\\\" data-end=\\\"1122\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">Designed to be <strong data-start=\\\"754\\\" data-end=\\\"801\\\">peaceful, comfortable, and student-friendly<\\/strong>, the library provides an ideal space for <strong data-start=\\\"843\\\" data-end=\\\"890\\\">focused reading and intellectual engagement<\\/strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\\\"964\\\" data-end=\\\"1026\\\">curiosity, creativity, and a lifelong passion for learning<\\/strong>, making the library a true cornerstone of <strong data-start=\\\"1069\\\" data-end=\\\"1114\\\">academic excellence and continuous growth<\\/strong> at GWS.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0037ccb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1fec8a7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"b950b6c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c29ed94\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"f52f0f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"07\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61054bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outdoor activities &amp; Trips\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true},\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e32b5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;54\\\\&quot;\\\" data-end=\\\"\\\\&quot;526\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">At&nbsp;<span data-start=\\\"\\\\&quot;57\\\\&quot;\\\" data-end=\\\"\\\\&quot;80\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Genius World School<\\/span>, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;<span data-start=\\\"\\\\&quot;186\\\\&quot;\\\" data-end=\\\"\\\\&quot;225\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">field trips, dayouts, and nightouts<\\/span>&nbsp;play a vital role in enriching students\\u2019 learning experiences. These activities are designed not only to educate students about&nbsp;<span data-start=\\\"\\\\&quot;354\\\\&quot;\\\" data-end=\\\"\\\\&quot;405\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">culture, tradition, nature, and the environment<\\/span>, but also to help them develop important&nbsp;<span data-start=\\\"\\\\&quot;447\\\\&quot;\\\" data-end=\\\"\\\\&quot;462\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">life skills<\\/span>&nbsp;such as teamwork, independence, responsibility, and confidence.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;896\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;539\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Dayouts<\\/span>&nbsp;are regularly organized for all grades within school hours, based on&nbsp;<span data-start=\\\"\\\\&quot;609\\\\&quot;\\\" data-end=\\\"\\\\&quot;643\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">thematic learning requirements<\\/span>. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;1275\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;911\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Nightouts<\\/span>&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;<span data-start=\\\"\\\\&quot;1019\\\\&quot;\\\" data-end=\\\"\\\\&quot;1036\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 1 and 2<\\/span>, students participate in&nbsp;<span data-start=\\\"\\\\&quot;1062\\\\&quot;\\\" data-end=\\\"\\\\&quot;1109\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">night camping experiences within the school<\\/span>, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1277\\\\&quot;\\\" data-end=\\\"\\\\&quot;1521\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">For&nbsp;<span data-start=\\\"\\\\&quot;1281\\\\&quot;\\\" data-end=\\\"\\\\&quot;1297\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 3 to 5<\\/span>, students go on&nbsp;<span data-start=\\\"\\\\&quot;1314\\\\&quot;\\\" data-end=\\\"\\\\&quot;1338\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">1-night, 2-day trips<\\/span>, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1523\\\\&quot;\\\" data-end=\\\"\\\\&quot;1854\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Students from&nbsp;<span data-start=\\\"\\\\&quot;1537\\\\&quot;\\\" data-end=\\\"\\\\&quot;1554\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 6 to 10<\\/span>&nbsp;participate in&nbsp;<span data-start=\\\"\\\\&quot;1570\\\\&quot;\\\" data-end=\\\"\\\\&quot;1618\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">longer trips of at least 2 nights and 3 days<\\/span>. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.<\\/p><p justify;\\\\\\\"=\\\"\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">&nbsp;<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1856\\\\&quot;\\\" data-end=\\\"\\\\&quot;2132\\\\&quot;\\\" data-is-last-node=\\\"\\\\&quot;\\\\&quot;\\\" data-is-only-node=\\\"\\\\&quot;\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6297014\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"09e19f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"157184d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"85ac20f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"204ee16\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"4efb019\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c50521d\",\"elType\":\"widget\",\"settings\":{\"title\":\"08\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26083fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Parental Guidence &amp; Counselling\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a504689\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, educational service guidance is an important part of supporting students\\u2019 academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0e0a27d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c750d8a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1201dca\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"55905a1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"9212ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"09\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ced360\",\"elType\":\"widget\",\"settings\":{\"title\":\"ECA\\/CCA Activities\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f274527\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, ECA\\/CCA activities are an integral part of our holistic education approach, designed to nurture students\\u2019 talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our \\u201cExtra Club\\u201d offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"96f1ce2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"0f5468e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9cbca0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"db75f9f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"680f1ce\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"25fcbae\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ff0e8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"10\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82faa4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Art &amp; Crafts\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"067d6a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork\\u2014it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2202,1630,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2203,1630,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2205,1631,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2206,1631,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2207,1631,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2208,1631,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2209,1631,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"332\\\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\\\"55\\\" data-end=\\\"104\\\">spacious, child-friendly, and age-appropriate<\\/strong>, creating a <strong data-start=\\\"117\\\" data-end=\\\"180\\\">comfortable and engaging environment for effective learning<\\/strong>. Each classroom is well-equipped with <strong data-start=\\\"219\\\" data-end=\\\"261\\\">modern teaching and learning materials<\\/strong> that support <strong data-start=\\\"275\\\" data-end=\\\"329\\\">progressive and interactive teaching methodologies<\\/strong>.<\\/p>\\n<p data-start=\\\"334\\\" data-end=\\\"677\\\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\\\"393\\\" data-end=\\\"426\\\">safe, age-appropriate seating<\\/strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\\\"505\\\" data-end=\\\"542\\\">move freely and learn comfortably<\\/strong>. From Grade 3 onwards, students are provided with <strong data-start=\\\"593\\\" data-end=\\\"613\\\">individual desks<\\/strong> that promote <strong data-start=\\\"627\\\" data-end=\\\"674\\\">focus, independence, and organized learning<\\/strong>.<\\/p>\\n<p data-start=\\\"679\\\" data-end=\\\"1011\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">All classrooms are <strong data-start=\\\"698\\\" data-end=\\\"713\\\">ICT-enabled<\\/strong> and feature <strong data-start=\\\"726\\\" data-end=\\\"755\\\">dedicated reading corners<\\/strong> to encourage a <strong data-start=\\\"771\\\" data-end=\\\"819\\\">love for reading and independent exploration<\\/strong>. Ample space is provided to facilitate <strong data-start=\\\"859\\\" data-end=\\\"920\\\">hands-on activities, group work, and interactive learning<\\/strong>, ensuring that students <strong data-start=\\\"945\\\" data-end=\\\"1010\\\">actively participate and fully engage in the learning process<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"350\\\">The Library at GWS serves as a <strong data-start=\\\"31\\\" data-end=\\\"55\\\">dynamic learning hub<\\/strong> that nurtures a strong culture of <strong data-start=\\\"90\\\" data-end=\\\"134\\\">reading, research, and lifelong learning<\\/strong>. It is well-stocked with a wide range of <strong data-start=\\\"176\\\" data-end=\\\"201\\\">age-appropriate books<\\/strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\\\"299\\\" data-end=\\\"347\\\">curriculum needs and independent exploration<\\/strong>.<\\/p>\\n<p data-start=\\\"352\\\" data-end=\\\"737\\\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\\\"437\\\" data-end=\\\"471\\\">reading habits among educators<\\/strong> as well. A dedicated <strong data-start=\\\"493\\\" data-end=\\\"522\\\">teachers\\u2019 library section<\\/strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\\\"631\\\" data-end=\\\"712\\\">continuously enhance their knowledge, teaching practices, and personal growth<\\/strong> beyond the curriculum.<\\/p>\\n<p data-start=\\\"739\\\" data-end=\\\"1122\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">Designed to be <strong data-start=\\\"754\\\" data-end=\\\"801\\\">peaceful, comfortable, and student-friendly<\\/strong>, the library provides an ideal space for <strong data-start=\\\"843\\\" data-end=\\\"890\\\">focused reading and intellectual engagement<\\/strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\\\"964\\\" data-end=\\\"1026\\\">curiosity, creativity, and a lifelong passion for learning<\\/strong>, making the library a true cornerstone of <strong data-start=\\\"1069\\\" data-end=\\\"1114\\\">academic excellence and continuous growth<\\/strong> at GWS.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0037ccb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1fec8a7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"b950b6c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c29ed94\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"f52f0f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"07\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61054bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outdoor activities &amp; Trips\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true},\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e32b5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;54\\\\&quot;\\\" data-end=\\\"\\\\&quot;526\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">At&nbsp;<span data-start=\\\"\\\\&quot;57\\\\&quot;\\\" data-end=\\\"\\\\&quot;80\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Genius World School<\\/span>, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;<span data-start=\\\"\\\\&quot;186\\\\&quot;\\\" data-end=\\\"\\\\&quot;225\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">field trips, dayouts, and nightouts<\\/span>&nbsp;play a vital role in enriching students\\u2019 learning experiences. These activities are designed not only to educate students about&nbsp;<span data-start=\\\"\\\\&quot;354\\\\&quot;\\\" data-end=\\\"\\\\&quot;405\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">culture, tradition, nature, and the environment<\\/span>, but also to help them develop important&nbsp;<span data-start=\\\"\\\\&quot;447\\\\&quot;\\\" data-end=\\\"\\\\&quot;462\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">life skills<\\/span>&nbsp;such as teamwork, independence, responsibility, and confidence.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;896\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;539\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Dayouts<\\/span>&nbsp;are regularly organized for all grades within school hours, based on&nbsp;<span data-start=\\\"\\\\&quot;609\\\\&quot;\\\" data-end=\\\"\\\\&quot;643\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">thematic learning requirements<\\/span>. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;1275\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;911\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Nightouts<\\/span>&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;<span data-start=\\\"\\\\&quot;1019\\\\&quot;\\\" data-end=\\\"\\\\&quot;1036\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 1 and 2<\\/span>, students participate in&nbsp;<span data-start=\\\"\\\\&quot;1062\\\\&quot;\\\" data-end=\\\"\\\\&quot;1109\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">night camping experiences within the school<\\/span>, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1277\\\\&quot;\\\" data-end=\\\"\\\\&quot;1521\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">For&nbsp;<span data-start=\\\"\\\\&quot;1281\\\\&quot;\\\" data-end=\\\"\\\\&quot;1297\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 3 to 5<\\/span>, students go on&nbsp;<span data-start=\\\"\\\\&quot;1314\\\\&quot;\\\" data-end=\\\"\\\\&quot;1338\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">1-night, 2-day trips<\\/span>, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1523\\\\&quot;\\\" data-end=\\\"\\\\&quot;1854\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Students from&nbsp;<span data-start=\\\"\\\\&quot;1537\\\\&quot;\\\" data-end=\\\"\\\\&quot;1554\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 6 to 10<\\/span>&nbsp;participate in&nbsp;<span data-start=\\\"\\\\&quot;1570\\\\&quot;\\\" data-end=\\\"\\\\&quot;1618\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">longer trips of at least 2 nights and 3 days<\\/span>. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.<\\/p><p justify;\\\\\\\"=\\\"\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">&nbsp;<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1856\\\\&quot;\\\" data-end=\\\"\\\\&quot;2132\\\\&quot;\\\" data-is-last-node=\\\"\\\\&quot;\\\\&quot;\\\" data-is-only-node=\\\"\\\\&quot;\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6297014\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"09e19f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"157184d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"85ac20f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"204ee16\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"4efb019\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c50521d\",\"elType\":\"widget\",\"settings\":{\"title\":\"08\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26083fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Parental Guidence &amp; Counselling\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a504689\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, educational service guidance is an important part of supporting students\\u2019 academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0e0a27d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c750d8a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1201dca\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"55905a1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"9212ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"09\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ced360\",\"elType\":\"widget\",\"settings\":{\"title\":\"ECA\\/CCA Activities\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f274527\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, ECA\\/CCA activities are an integral part of our holistic education approach, designed to nurture students\\u2019 talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our \\u201cExtra Club\\u201d offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"96f1ce2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"0f5468e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9cbca0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"db75f9f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"680f1ce\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"25fcbae\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ff0e8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"10\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82faa4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Art &amp; Crafts\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"067d6a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork\\u2014it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2210,1631,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2211,1631,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2213,1632,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2214,1632,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2215,1632,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2216,1632,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2217,1632,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"332\\\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\\\"55\\\" data-end=\\\"104\\\">spacious, child-friendly, and age-appropriate<\\/strong>, creating a <strong data-start=\\\"117\\\" data-end=\\\"180\\\">comfortable and engaging environment for effective learning<\\/strong>. Each classroom is well-equipped with <strong data-start=\\\"219\\\" data-end=\\\"261\\\">modern teaching and learning materials<\\/strong> that support <strong data-start=\\\"275\\\" data-end=\\\"329\\\">progressive and interactive teaching methodologies<\\/strong>.<\\/p>\\n<p data-start=\\\"334\\\" data-end=\\\"677\\\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\\\"393\\\" data-end=\\\"426\\\">safe, age-appropriate seating<\\/strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\\\"505\\\" data-end=\\\"542\\\">move freely and learn comfortably<\\/strong>. From Grade 3 onwards, students are provided with <strong data-start=\\\"593\\\" data-end=\\\"613\\\">individual desks<\\/strong> that promote <strong data-start=\\\"627\\\" data-end=\\\"674\\\">focus, independence, and organized learning<\\/strong>.<\\/p>\\n<p data-start=\\\"679\\\" data-end=\\\"1011\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">All classrooms are <strong data-start=\\\"698\\\" data-end=\\\"713\\\">ICT-enabled<\\/strong> and feature <strong data-start=\\\"726\\\" data-end=\\\"755\\\">dedicated reading corners<\\/strong> to encourage a <strong data-start=\\\"771\\\" data-end=\\\"819\\\">love for reading and independent exploration<\\/strong>. Ample space is provided to facilitate <strong data-start=\\\"859\\\" data-end=\\\"920\\\">hands-on activities, group work, and interactive learning<\\/strong>, ensuring that students <strong data-start=\\\"945\\\" data-end=\\\"1010\\\">actively participate and fully engage in the learning process<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"350\\\">The Library at GWS serves as a <strong data-start=\\\"31\\\" data-end=\\\"55\\\">dynamic learning hub<\\/strong> that nurtures a strong culture of <strong data-start=\\\"90\\\" data-end=\\\"134\\\">reading, research, and lifelong learning<\\/strong>. It is well-stocked with a wide range of <strong data-start=\\\"176\\\" data-end=\\\"201\\\">age-appropriate books<\\/strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\\\"299\\\" data-end=\\\"347\\\">curriculum needs and independent exploration<\\/strong>.<\\/p>\\n<p data-start=\\\"352\\\" data-end=\\\"737\\\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\\\"437\\\" data-end=\\\"471\\\">reading habits among educators<\\/strong> as well. A dedicated <strong data-start=\\\"493\\\" data-end=\\\"522\\\">teachers\\u2019 library section<\\/strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\\\"631\\\" data-end=\\\"712\\\">continuously enhance their knowledge, teaching practices, and personal growth<\\/strong> beyond the curriculum.<\\/p>\\n<p data-start=\\\"739\\\" data-end=\\\"1122\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">Designed to be <strong data-start=\\\"754\\\" data-end=\\\"801\\\">peaceful, comfortable, and student-friendly<\\/strong>, the library provides an ideal space for <strong data-start=\\\"843\\\" data-end=\\\"890\\\">focused reading and intellectual engagement<\\/strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\\\"964\\\" data-end=\\\"1026\\\">curiosity, creativity, and a lifelong passion for learning<\\/strong>, making the library a true cornerstone of <strong data-start=\\\"1069\\\" data-end=\\\"1114\\\">academic excellence and continuous growth<\\/strong> at GWS.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0037ccb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1fec8a7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"b950b6c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c29ed94\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"f52f0f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"07\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61054bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outdoor activities &amp; Trips\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true},\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e32b5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;54\\\\&quot;\\\" data-end=\\\"\\\\&quot;526\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">At&nbsp;<span data-start=\\\"\\\\&quot;57\\\\&quot;\\\" data-end=\\\"\\\\&quot;80\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Genius World School<\\/span>, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;<span data-start=\\\"\\\\&quot;186\\\\&quot;\\\" data-end=\\\"\\\\&quot;225\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">field trips, dayouts, and nightouts<\\/span>&nbsp;play a vital role in enriching students\\u2019 learning experiences. These activities are designed not only to educate students about&nbsp;<span data-start=\\\"\\\\&quot;354\\\\&quot;\\\" data-end=\\\"\\\\&quot;405\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">culture, tradition, nature, and the environment<\\/span>, but also to help them develop important&nbsp;<span data-start=\\\"\\\\&quot;447\\\\&quot;\\\" data-end=\\\"\\\\&quot;462\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">life skills<\\/span>&nbsp;such as teamwork, independence, responsibility, and confidence.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;896\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;539\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Dayouts<\\/span>&nbsp;are regularly organized for all grades within school hours, based on&nbsp;<span data-start=\\\"\\\\&quot;609\\\\&quot;\\\" data-end=\\\"\\\\&quot;643\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">thematic learning requirements<\\/span>. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;1275\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;911\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Nightouts<\\/span>&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;<span data-start=\\\"\\\\&quot;1019\\\\&quot;\\\" data-end=\\\"\\\\&quot;1036\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 1 and 2<\\/span>, students participate in&nbsp;<span data-start=\\\"\\\\&quot;1062\\\\&quot;\\\" data-end=\\\"\\\\&quot;1109\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">night camping experiences within the school<\\/span>, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1277\\\\&quot;\\\" data-end=\\\"\\\\&quot;1521\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">For&nbsp;<span data-start=\\\"\\\\&quot;1281\\\\&quot;\\\" data-end=\\\"\\\\&quot;1297\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 3 to 5<\\/span>, students go on&nbsp;<span data-start=\\\"\\\\&quot;1314\\\\&quot;\\\" data-end=\\\"\\\\&quot;1338\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">1-night, 2-day trips<\\/span>, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1523\\\\&quot;\\\" data-end=\\\"\\\\&quot;1854\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Students from&nbsp;<span data-start=\\\"\\\\&quot;1537\\\\&quot;\\\" data-end=\\\"\\\\&quot;1554\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 6 to 10<\\/span>&nbsp;participate in&nbsp;<span data-start=\\\"\\\\&quot;1570\\\\&quot;\\\" data-end=\\\"\\\\&quot;1618\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">longer trips of at least 2 nights and 3 days<\\/span>. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.<\\/p><p justify;\\\\\\\"=\\\"\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">&nbsp;<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1856\\\\&quot;\\\" data-end=\\\"\\\\&quot;2132\\\\&quot;\\\" data-is-last-node=\\\"\\\\&quot;\\\\&quot;\\\" data-is-only-node=\\\"\\\\&quot;\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6297014\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"09e19f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"157184d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"85ac20f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"204ee16\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"4efb019\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c50521d\",\"elType\":\"widget\",\"settings\":{\"title\":\"08\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26083fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Parental Guidence &amp; Counselling\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a504689\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, educational service guidance is an important part of supporting students\\u2019 academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0e0a27d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c750d8a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1201dca\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"55905a1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"9212ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"09\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ced360\",\"elType\":\"widget\",\"settings\":{\"title\":\"ECA\\/CCA Activities\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f274527\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, ECA\\/CCA activities are an integral part of our holistic education approach, designed to nurture students\\u2019 talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our \\u201cExtra Club\\u201d offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"96f1ce2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"0f5468e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9cbca0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"db75f9f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"680f1ce\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"25fcbae\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ff0e8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"10\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82faa4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Art &amp; Crafts\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"067d6a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork\\u2014it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"21a1d30\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e96d5d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"bbce14e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Day care membership offer\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dd18e31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Schedule and tuition\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"center\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"34f9cca\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"11\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abbdf88\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"242f057\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08bf4b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Half Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"25a8f21\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9fdd0d6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6cffd1a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 12:00\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$1,800\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c3efc84\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"abcaec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ffd6052\",\"elType\":\"widget\",\"settings\":{\"title\":\"Full Days\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a93c59f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8f7491b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"2d3a661\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 3:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,300\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"92e74af\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"flex_gap_mobile\":{\"size\":12,\"column\":\"12\",\"row\":\"12\",\"unit\":\"px\"},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"32\",\"bottom\":\"40\",\"left\":\"32\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"24\",\"bottom\":\"32\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aca379b\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ff034e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Extended Day\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h3\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3f2aa2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a595243\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"88b431b\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:30 - 5:30\",\"selected_icon\":{\"value\":\"far fa-clock\",\"library\":\"fa-regular\"},\"_id\":\"25f2924\"},{\"text\":\"$2,600\\/mo\",\"selected_icon\":{\"value\":\"fas fa-dollar-sign\",\"library\":\"fa-solid\"},\"_id\":\"16f176a\"}],\"space_between\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor2\",\"text_color\":\"globals\\/colors?id=astglobalcolor2\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fd008f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"We welcome kids into our 2-4\\u2019s program based on their birth year.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"_margin\":{\"unit\":\"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\":\"heading\"},{\"id\":\"f454e4d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2218,1632,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2219,1632,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2221,1633,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2222,1633,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2223,1633,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2224,1633,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2225,1633,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"332\\\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\\\"55\\\" data-end=\\\"104\\\">spacious, child-friendly, and age-appropriate<\\/strong>, creating a <strong data-start=\\\"117\\\" data-end=\\\"180\\\">comfortable and engaging environment for effective learning<\\/strong>. Each classroom is well-equipped with <strong data-start=\\\"219\\\" data-end=\\\"261\\\">modern teaching and learning materials<\\/strong> that support <strong data-start=\\\"275\\\" data-end=\\\"329\\\">progressive and interactive teaching methodologies<\\/strong>.<\\/p>\\n<p data-start=\\\"334\\\" data-end=\\\"677\\\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\\\"393\\\" data-end=\\\"426\\\">safe, age-appropriate seating<\\/strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\\\"505\\\" data-end=\\\"542\\\">move freely and learn comfortably<\\/strong>. From Grade 3 onwards, students are provided with <strong data-start=\\\"593\\\" data-end=\\\"613\\\">individual desks<\\/strong> that promote <strong data-start=\\\"627\\\" data-end=\\\"674\\\">focus, independence, and organized learning<\\/strong>.<\\/p>\\n<p data-start=\\\"679\\\" data-end=\\\"1011\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">All classrooms are <strong data-start=\\\"698\\\" data-end=\\\"713\\\">ICT-enabled<\\/strong> and feature <strong data-start=\\\"726\\\" data-end=\\\"755\\\">dedicated reading corners<\\/strong> to encourage a <strong data-start=\\\"771\\\" data-end=\\\"819\\\">love for reading and independent exploration<\\/strong>. Ample space is provided to facilitate <strong data-start=\\\"859\\\" data-end=\\\"920\\\">hands-on activities, group work, and interactive learning<\\/strong>, ensuring that students <strong data-start=\\\"945\\\" data-end=\\\"1010\\\">actively participate and fully engage in the learning process<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"350\\\">The Library at GWS serves as a <strong data-start=\\\"31\\\" data-end=\\\"55\\\">dynamic learning hub<\\/strong> that nurtures a strong culture of <strong data-start=\\\"90\\\" data-end=\\\"134\\\">reading, research, and lifelong learning<\\/strong>. It is well-stocked with a wide range of <strong data-start=\\\"176\\\" data-end=\\\"201\\\">age-appropriate books<\\/strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\\\"299\\\" data-end=\\\"347\\\">curriculum needs and independent exploration<\\/strong>.<\\/p>\\n<p data-start=\\\"352\\\" data-end=\\\"737\\\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\\\"437\\\" data-end=\\\"471\\\">reading habits among educators<\\/strong> as well. A dedicated <strong data-start=\\\"493\\\" data-end=\\\"522\\\">teachers\\u2019 library section<\\/strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\\\"631\\\" data-end=\\\"712\\\">continuously enhance their knowledge, teaching practices, and personal growth<\\/strong> beyond the curriculum.<\\/p>\\n<p data-start=\\\"739\\\" data-end=\\\"1122\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">Designed to be <strong data-start=\\\"754\\\" data-end=\\\"801\\\">peaceful, comfortable, and student-friendly<\\/strong>, the library provides an ideal space for <strong data-start=\\\"843\\\" data-end=\\\"890\\\">focused reading and intellectual engagement<\\/strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\\\"964\\\" data-end=\\\"1026\\\">curiosity, creativity, and a lifelong passion for learning<\\/strong>, making the library a true cornerstone of <strong data-start=\\\"1069\\\" data-end=\\\"1114\\\">academic excellence and continuous growth<\\/strong> at GWS.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0037ccb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1fec8a7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"b950b6c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c29ed94\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"f52f0f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"07\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61054bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outdoor activities &amp; Trips\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true},\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e32b5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;54\\\\&quot;\\\" data-end=\\\"\\\\&quot;526\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">At&nbsp;<span data-start=\\\"\\\\&quot;57\\\\&quot;\\\" data-end=\\\"\\\\&quot;80\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Genius World School<\\/span>, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;<span data-start=\\\"\\\\&quot;186\\\\&quot;\\\" data-end=\\\"\\\\&quot;225\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">field trips, dayouts, and nightouts<\\/span>&nbsp;play a vital role in enriching students\\u2019 learning experiences. These activities are designed not only to educate students about&nbsp;<span data-start=\\\"\\\\&quot;354\\\\&quot;\\\" data-end=\\\"\\\\&quot;405\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">culture, tradition, nature, and the environment<\\/span>, but also to help them develop important&nbsp;<span data-start=\\\"\\\\&quot;447\\\\&quot;\\\" data-end=\\\"\\\\&quot;462\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">life skills<\\/span>&nbsp;such as teamwork, independence, responsibility, and confidence.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;896\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;539\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Dayouts<\\/span>&nbsp;are regularly organized for all grades within school hours, based on&nbsp;<span data-start=\\\"\\\\&quot;609\\\\&quot;\\\" data-end=\\\"\\\\&quot;643\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">thematic learning requirements<\\/span>. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;1275\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;911\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Nightouts<\\/span>&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;<span data-start=\\\"\\\\&quot;1019\\\\&quot;\\\" data-end=\\\"\\\\&quot;1036\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 1 and 2<\\/span>, students participate in&nbsp;<span data-start=\\\"\\\\&quot;1062\\\\&quot;\\\" data-end=\\\"\\\\&quot;1109\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">night camping experiences within the school<\\/span>, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1277\\\\&quot;\\\" data-end=\\\"\\\\&quot;1521\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">For&nbsp;<span data-start=\\\"\\\\&quot;1281\\\\&quot;\\\" data-end=\\\"\\\\&quot;1297\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 3 to 5<\\/span>, students go on&nbsp;<span data-start=\\\"\\\\&quot;1314\\\\&quot;\\\" data-end=\\\"\\\\&quot;1338\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">1-night, 2-day trips<\\/span>, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1523\\\\&quot;\\\" data-end=\\\"\\\\&quot;1854\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Students from&nbsp;<span data-start=\\\"\\\\&quot;1537\\\\&quot;\\\" data-end=\\\"\\\\&quot;1554\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 6 to 10<\\/span>&nbsp;participate in&nbsp;<span data-start=\\\"\\\\&quot;1570\\\\&quot;\\\" data-end=\\\"\\\\&quot;1618\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">longer trips of at least 2 nights and 3 days<\\/span>. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.<\\/p><p justify;\\\\\\\"=\\\"\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">&nbsp;<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1856\\\\&quot;\\\" data-end=\\\"\\\\&quot;2132\\\\&quot;\\\" data-is-last-node=\\\"\\\\&quot;\\\\&quot;\\\" data-is-only-node=\\\"\\\\&quot;\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6297014\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"09e19f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"157184d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"85ac20f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"204ee16\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"4efb019\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c50521d\",\"elType\":\"widget\",\"settings\":{\"title\":\"08\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26083fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Parental Guidence &amp; Counselling\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a504689\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, educational service guidance is an important part of supporting students\\u2019 academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0e0a27d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c750d8a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1201dca\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"55905a1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"9212ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"09\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ced360\",\"elType\":\"widget\",\"settings\":{\"title\":\"ECA\\/CCA Activities\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f274527\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, ECA\\/CCA activities are an integral part of our holistic education approach, designed to nurture students\\u2019 talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our \\u201cExtra Club\\u201d offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"96f1ce2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"0f5468e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9cbca0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"db75f9f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"680f1ce\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"25fcbae\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ff0e8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"10\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82faa4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Art &amp; Crafts\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"067d6a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork\\u2014it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2226,1633,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2227,1633,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2229,938,'_edit_lock','1776177107:1');
INSERT INTO `wp_postmeta` VALUES (2230,1634,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2231,1634,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2232,1634,'_elementor_version','3.17.3');
INSERT INTO `wp_postmeta` VALUES (2233,1634,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2234,1634,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2235,1634,'_elementor_data','[{\"id\":\"0033e46\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"4a23daa\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4536081\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ccb566\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17e97ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71ac86b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to enroll?<br>We hope to meet you soon\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b6ea6da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Thank you for your interest in felis mauris quisque scelerisque, porta placerat pharetra, ac sodales vel vitae tincidunt mauris arcu placerat mi quis lorem parturient rutrum.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1d4bee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(123) 456-7890\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"03fdb11\",\"elType\":\"widget\",\"settings\":{\"title\":\"The process\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h6\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb9e4da\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":1024,\"sizes\":[]}},\"elements\":[{\"id\":\"b293c4b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b89e33c\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e32e79d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Take a tour\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla hac bibendum commodo proin quam posuere consequat.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"f768095\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"fb7e3bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59e6b0a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Submit application\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla hac bibendum commodo proin quam posuere consequat.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"e600028\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"38074b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67ee937\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Meet and greet\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla hac bibendum commodo proin quam posuere consequat.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"0dfe92a\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dbd5416\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66e3f96\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Secure a spot\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla hac bibendum commodo proin quam posuere consequat.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88dd572\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"24\",\"bottom\":\"40\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"72339b4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fdb6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-2.jpg\",\"id\":1038,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b861150\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba42aa9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-1.jpg\",\"id\":1037,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"167a10c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"330558e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4ef092d\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"32\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"bf231f8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dcbd905\",\"elType\":\"widget\",\"settings\":{\"title\":\"Required enrollment documents\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8bf8b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.<\\/p>\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"068efe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"620c4d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b31cb1a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Policies and procedures review form\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6cec095\"},{\"text\":\"Day care financial agreement\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"38949a3\"},{\"text\":\"Emergency medical authorization\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7d3820a\"},{\"text\":\"USDA child enrollment form\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dfafc99\"},{\"text\":\"Development history\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dbcda97\"},{\"text\":\"Proof of birth\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"e4486a6\"}],\"space_between\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d8671bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2236,1634,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2237,1635,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2238,1635,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2239,1635,'_elementor_version','3.17.3');
INSERT INTO `wp_postmeta` VALUES (2240,1635,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2241,1635,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2242,1635,'_elementor_data','[{\"id\":\"0033e46\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"4a23daa\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4536081\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ccb566\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17e97ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71ac86b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to enroll?<br>We hope to meet you soon\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b6ea6da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Thank you for your interest in felis mauris quisque scelerisque, porta placerat pharetra, ac sodales vel vitae tincidunt mauris arcu placerat mi quis lorem parturient rutrum.\\u00a0<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b1d4bee\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"(123) 456-7890\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"03fdb11\",\"elType\":\"widget\",\"settings\":{\"title\":\"The process\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h6\",\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb9e4da\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":1024,\"sizes\":[]}},\"elements\":[{\"id\":\"b293c4b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b89e33c\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e32e79d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Take a tour\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla hac bibendum commodo proin quam posuere consequat.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"f768095\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"fb7e3bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59e6b0a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Submit application\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla hac bibendum commodo proin quam posuere consequat.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"e600028\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"38074b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67ee937\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Meet and greet\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla hac bibendum commodo proin quam posuere consequat.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"0dfe92a\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dbd5416\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66e3f96\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Secure a spot\",\"description_text\":\"Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla hac bibendum commodo proin quam posuere consequat.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88dd572\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"24\",\"bottom\":\"40\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"72339b4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fdb6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-2.jpg\",\"id\":1038,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b861150\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba42aa9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-1.jpg\",\"id\":1037,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"167a10c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"330558e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4ef092d\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"32\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"bf231f8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dcbd905\",\"elType\":\"widget\",\"settings\":{\"title\":\"Required enrollment documents\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8bf8b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.<\\/p>\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"068efe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"620c4d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b31cb1a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Policies and procedures review form\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6cec095\"},{\"text\":\"Day care financial agreement\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"38949a3\"},{\"text\":\"Emergency medical authorization\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7d3820a\"},{\"text\":\"USDA child enrollment form\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dfafc99\"},{\"text\":\"Development history\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dbcda97\"},{\"text\":\"Proof of birth\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"e4486a6\"}],\"space_between\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d8671bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2243,1635,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2244,1636,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2245,1636,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2246,1636,'_elementor_version','3.17.3');
INSERT INTO `wp_postmeta` VALUES (2247,1636,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2248,1636,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2249,1636,'_elementor_data','[{\"id\":\"0033e46\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"4a23daa\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4536081\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ccb566\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17e97ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71ac86b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to enroll?<br>We hope to meet you soon\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b6ea6da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join the GWS family and give your child the gift of quality education in a nurturing environment. We\\u2019re here to guide you every step of the way.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"03fdb11\",\"elType\":\"widget\",\"settings\":{\"title\":\"The process\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb9e4da\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":1024,\"sizes\":[]}},\"elements\":[{\"id\":\"b293c4b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b89e33c\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e32e79d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Take a tour\",\"description_text\":\"Visit our school to explore the learning environment, facilities, and classrooms. Meet our team and get a feel of the nurturing atmosphere we provide for every child.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"f768095\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"fb7e3bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59e6b0a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Submit application\",\"description_text\":\"Complete and submit the admission form with the required documents. Our team will guide you through the process to ensure everything is smooth and hassle-free.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"e600028\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"38074b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67ee937\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Meet and greet\",\"description_text\":\"Attend an interaction session with the school team. This helps us understand your child better and gives you an opportunity to ask questions and learn more about our approach.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"0dfe92a\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dbd5416\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66e3f96\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Secure a spot\",\"description_text\":\"Once selected, confirm admission by completing the enrollment process. Welcome to the GWS family, where your child\\u2019s learning journey begins!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88dd572\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"24\",\"bottom\":\"40\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"72339b4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fdb6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-2.jpg\",\"id\":1038,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b861150\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba42aa9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-1.jpg\",\"id\":1037,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"167a10c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"330558e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4ef092d\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"32\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"bf231f8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dcbd905\",\"elType\":\"widget\",\"settings\":{\"title\":\"Required enrollment documents\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8bf8b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"122\\\" data-end=\\\"207\\\">To complete the admission process, please prepare and submit the following documents:<\\/p>\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"068efe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"620c4d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b31cb1a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Completed Admission Form\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6cec095\"},{\"text\":\"Copy of Birth Certificate\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"38949a3\"},{\"text\":\"Recent Passport-Sized Photographs (student)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7d3820a\"},{\"text\":\"Previous School Reports \\/ Transcripts\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dfafc99\"},{\"text\":\"Transfer Certificate (TC) (if applicable)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dbcda97\"},{\"text\":\"IEMIS transfer\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"e4486a6\"},{\"text\":\"Medical Records \\/ Immunization Report (if required)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"63e3672\"}],\"space_between\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d8671bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2250,1636,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2252,1637,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2253,1637,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2254,1637,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2255,1637,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2256,1637,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2257,1637,'_elementor_data','[{\"id\":\"0033e46\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"4a23daa\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4536081\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ccb566\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17e97ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71ac86b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to enroll?<br>We hope to meet you soon\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b6ea6da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join the GWS family and give your child the gift of quality education in a nurturing environment. We\\u2019re here to guide you every step of the way.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"03fdb11\",\"elType\":\"widget\",\"settings\":{\"title\":\"The process\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb9e4da\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":1024,\"sizes\":[]}},\"elements\":[{\"id\":\"b293c4b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b89e33c\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e32e79d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Take a tour\",\"description_text\":\"Visit our school to explore the learning environment, facilities, and classrooms. Meet our team and get a feel of the nurturing atmosphere we provide for every child.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"f768095\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"fb7e3bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59e6b0a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Submit application\",\"description_text\":\"Complete and submit the admission form with the required documents. Our team will guide you through the process to ensure everything is smooth and hassle-free.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"e600028\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"38074b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67ee937\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Meet and greet\",\"description_text\":\"Attend an interaction session with the school team. This helps us understand your child better and gives you an opportunity to ask questions and learn more about our approach.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"0dfe92a\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dbd5416\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66e3f96\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Secure a spot\",\"description_text\":\"Once selected, confirm admission by completing the enrollment process. Welcome to the GWS family, where your child\\u2019s learning journey begins!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88dd572\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"24\",\"bottom\":\"40\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"72339b4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fdb6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-2.jpg\",\"id\":1038,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b861150\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba42aa9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-1.jpg\",\"id\":1037,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"167a10c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"330558e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4ef092d\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"32\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"bf231f8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dcbd905\",\"elType\":\"widget\",\"settings\":{\"title\":\"Required enrollment documents\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8bf8b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"122\\\" data-end=\\\"207\\\">To complete the admission process, please prepare and submit the following documents:<\\/p>\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"068efe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"620c4d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b31cb1a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Completed Admission Form\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6cec095\"},{\"text\":\"Copy of Birth Certificate\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"38949a3\"},{\"text\":\"Recent Passport-Sized Photographs (student)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7d3820a\"},{\"text\":\"Previous School Reports \\/ Transcripts\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dfafc99\"},{\"text\":\"Transfer Certificate (TC) (if applicable)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dbcda97\"},{\"text\":\"IEMIS transfer\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"e4486a6\"},{\"text\":\"Medical Records \\/ Immunization Report (if required)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"63e3672\"}],\"space_between\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d8671bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2258,1637,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2260,1638,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2261,1638,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2262,1638,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2263,1638,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2264,1638,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2265,1638,'_elementor_data','[{\"id\":\"0033e46\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"4a23daa\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4536081\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ccb566\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17e97ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71ac86b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to enroll?<br>We hope to meet you soon\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b6ea6da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join the GWS family and give your child the gift of quality education in a nurturing environment. We\\u2019re here to guide you every step of the way.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"03fdb11\",\"elType\":\"widget\",\"settings\":{\"title\":\"The process\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb9e4da\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":1024,\"sizes\":[]}},\"elements\":[{\"id\":\"b293c4b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b89e33c\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e32e79d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Take a tour\",\"description_text\":\"Visit our school to explore the learning environment, facilities, and classrooms. Meet our team and get a feel of the nurturing atmosphere we provide for every child.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"f768095\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"fb7e3bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59e6b0a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Submit application\",\"description_text\":\"Complete and submit the admission form with the required documents. Our team will guide you through the process to ensure everything is smooth and hassle-free.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"e600028\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"38074b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67ee937\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Meet and greet\",\"description_text\":\"Attend an interaction session with the school team. This helps us understand your child better and gives you an opportunity to ask questions and learn more about our approach.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"0dfe92a\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dbd5416\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66e3f96\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Secure a spot\",\"description_text\":\"Once selected, confirm admission by completing the enrollment process. Welcome to the GWS family, where your child\\u2019s learning journey begins!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88dd572\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"24\",\"bottom\":\"40\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"72339b4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fdb6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-2.jpg\",\"id\":1038,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b861150\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba42aa9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-1.jpg\",\"id\":1037,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"167a10c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"330558e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4ef092d\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"32\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"bf231f8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dcbd905\",\"elType\":\"widget\",\"settings\":{\"title\":\"Required enrollment documents\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8bf8b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"122\\\" data-end=\\\"207\\\">To complete the admission process, please prepare and submit the following documents:<\\/p>\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"068efe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"620c4d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b31cb1a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Completed Admission Form\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6cec095\"},{\"text\":\"Copy of Birth Certificate\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"38949a3\"},{\"text\":\"Recent Passport-Sized Photographs (student)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7d3820a\"},{\"text\":\"Previous School Reports \\/ Transcripts\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dfafc99\"},{\"text\":\"Transfer Certificate (TC) (if applicable)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dbcda97\"},{\"text\":\"IEMIS transfer\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"e4486a6\"},{\"text\":\"Medical Records \\/ Immunization Report (if required)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"63e3672\"}],\"space_between\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d8671bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2266,1638,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2268,1639,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2269,1639,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2270,1639,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2271,1639,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2272,1639,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2273,1639,'_elementor_data','[{\"id\":\"0033e46\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"4a23daa\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4536081\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ccb566\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17e97ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71ac86b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to enroll?<br>We hope to meet you soon\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b6ea6da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join the GWS family and give your child the gift of quality education in a nurturing environment. We\\u2019re here to guide you every step of the way.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"03fdb11\",\"elType\":\"widget\",\"settings\":{\"title\":\"The process\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb9e4da\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":1024,\"sizes\":[]}},\"elements\":[{\"id\":\"b293c4b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b89e33c\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e32e79d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Take a tour\",\"description_text\":\"Visit our school to explore the learning environment, facilities, and classrooms. Meet our team and get a feel of the nurturing atmosphere we provide for every child.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"f768095\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"fb7e3bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59e6b0a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Submit application\",\"description_text\":\"Complete and submit the admission form with the required documents. Our team will guide you through the process to ensure everything is smooth and hassle-free.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"e600028\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"38074b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67ee937\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Meet and greet\",\"description_text\":\"Attend an interaction session with the school team. This helps us understand your child better and gives you an opportunity to ask questions and learn more about our approach.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"0dfe92a\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dbd5416\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66e3f96\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Secure a spot\",\"description_text\":\"Once selected, confirm admission by completing the enrollment process. Welcome to the GWS family, where your child\\u2019s learning journey begins!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88dd572\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"24\",\"bottom\":\"40\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"72339b4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fdb6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-2.jpg\",\"id\":1038,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b861150\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba42aa9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-1.jpg\",\"id\":1037,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"167a10c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"330558e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4ef092d\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"32\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"bf231f8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dcbd905\",\"elType\":\"widget\",\"settings\":{\"title\":\"Required enrollment documents\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8bf8b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"122\\\" data-end=\\\"207\\\">To complete the admission process, please prepare and submit the following documents:<\\/p>\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"068efe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"620c4d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b31cb1a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Completed Admission Form\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6cec095\"},{\"text\":\"Copy of Birth Certificate\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"38949a3\"},{\"text\":\"Recent Passport-Sized Photographs (student)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7d3820a\"},{\"text\":\"Previous School Reports \\/ Transcripts\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dfafc99\"},{\"text\":\"Transfer Certificate (TC) (if applicable)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dbcda97\"},{\"text\":\"IEMIS transfer\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"e4486a6\"},{\"text\":\"Medical Records \\/ Immunization Report (if required)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"63e3672\"}],\"space_between\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d8671bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2274,1639,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2276,1059,'_edit_lock','1776179507:1');
INSERT INTO `wp_postmeta` VALUES (2285,1641,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2286,1641,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2287,1641,'_elementor_version','3.17.3');
INSERT INTO `wp_postmeta` VALUES (2288,1641,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2289,1641,'_elementor_data','[{\"id\":\"c6c17a7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"fb1d57f\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14f9da5\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"005c7dd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9da6bb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a23cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have questions about our programs?\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6112e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact us with any felis mauris quisque scelerisque, porta placerat pharetra, sodales vel vitae tincidunt mauris arcu placerat quis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe751ac\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9056753\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c8fd2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"General\",\"description_text\":\"Blandit auctor felis habitasse aliquet est:\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"df8b3a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@example.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c7b3422\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5989ec8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Parents\",\"description_text\":\"Have any ullamcorper enim morbi volutpat feugiat? Get in touch:\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4a672fa\",\"elType\":\"widget\",\"settings\":{\"text\":\"enrollment@example.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e9a4ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6b27f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Vendor\",\"description_text\":\"Interested in pretium nisi, ullamcorper enim morbi volutpat? Drop us a line:\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"c67e209\",\"elType\":\"widget\",\"settings\":{\"text\":\"collab@example.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e0db41c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"647a188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Keep in touch\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1489af2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"c5fa792\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"824e65a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6a4f6c5\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"cbb5c4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6651475\",\"elType\":\"widget\",\"settings\":{\"form_id\":10},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a4e72b1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f7d9e35\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf607bd\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f277877\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"width_tablet\":{\"size\":66,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a40c0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Address\",\"description_text\":\"Demo St, Brooklyn,\\nNY 11223, United States\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1a44609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get directions\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c4ef046\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":34,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6d98db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Work hours\",\"description_text\":\"Mon-Thu: 9:00-4:00<br>\\nFri-Sat: 9:00-3:00<br>\\nSun: Close\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"55789cc\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5004dde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Phone\",\"description_text\":\"+1 123-456-7890<br>+1 123-456-7891\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1908db6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9d51908\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"188b5b3\",\"elType\":\"widget\",\"settings\":{\"address\":\"brooklyn\",\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2290,1641,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2291,1641,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2292,1642,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2293,1642,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2294,1642,'_elementor_version','3.17.3');
INSERT INTO `wp_postmeta` VALUES (2295,1642,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2296,1642,'_elementor_data','[{\"id\":\"c6c17a7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"fb1d57f\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14f9da5\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"005c7dd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9da6bb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a23cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have questions about our programs?\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6112e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please contact us with any felis mauris quisque scelerisque, porta placerat pharetra, sodales vel vitae tincidunt mauris arcu placerat quis.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe751ac\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9056753\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c8fd2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"General\",\"description_text\":\"Blandit auctor felis habitasse aliquet est:\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"df8b3a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@example.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"c7b3422\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5989ec8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Parents\",\"description_text\":\"Have any ullamcorper enim morbi volutpat feugiat? Get in touch:\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4a672fa\",\"elType\":\"widget\",\"settings\":{\"text\":\"enrollment@example.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e9a4ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"c6b27f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Vendor\",\"description_text\":\"Interested in pretium nisi, ullamcorper enim morbi volutpat? Drop us a line:\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"c67e209\",\"elType\":\"widget\",\"settings\":{\"text\":\"collab@example.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e0db41c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"647a188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Keep in touch\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1489af2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"c5fa792\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"824e65a\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6a4f6c5\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"cbb5c4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6651475\",\"elType\":\"widget\",\"settings\":{\"form_id\":10},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a4e72b1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f7d9e35\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf607bd\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f277877\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"width_tablet\":{\"size\":66,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a40c0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Address\",\"description_text\":\"Demo St, Brooklyn,\\nNY 11223, United States\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1a44609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get directions\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c4ef046\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":34,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6d98db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Work hours\",\"description_text\":\"Mon-Thu: 9:00-4:00<br>\\nFri-Sat: 9:00-3:00<br>\\nSun: Close\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"55789cc\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5004dde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Phone\",\"description_text\":\"+1 123-456-7890<br>+1 123-456-7891\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1908db6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9d51908\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"188b5b3\",\"elType\":\"widget\",\"settings\":{\"address\":\"brooklyn\",\"zoom\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2297,1642,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2298,1642,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2299,1643,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2300,1643,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2301,1643,'_elementor_version','3.17.3');
INSERT INTO `wp_postmeta` VALUES (2302,1643,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2303,1643,'_elementor_data','[{\"id\":\"c6c17a7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"fb1d57f\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14f9da5\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"005c7dd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9da6bb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a23cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have questions about our school &amp; program?\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6112e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get in touch with us today\\u2014we\\u2019ll be happy to answer all your questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe751ac\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9056753\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c8fd2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"General \",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"df8b3a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@geniusworld.edu.np\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4a672fa\",\"elType\":\"widget\",\"settings\":{\"text\":\"uni.school2017@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e9303f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"geniusworldschoolmj@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e9a4ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e0db41c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"647a188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Keep in touch\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"start\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1489af2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"c5fa792\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"_id\":\"824e65a\",\"link\":{\"url\":\"https:\\/\\/www.tiktok.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6a4f6c5\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"cbb5c4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6651475\",\"elType\":\"widget\",\"settings\":{\"form_id\":10},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a4e72b1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f7d9e35\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf607bd\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f277877\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"width_tablet\":{\"size\":66,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a40c0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Address\",\"description_text\":\"Basundhara, Tokha 5, Kathmandu\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1a44609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get directions\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c4ef046\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":34,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6d98db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Work hours\",\"description_text\":\"Sun-Fri: 8:30 am-5:00 pm\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"55789cc\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5004dde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Phone\",\"description_text\":\"+977-01-4981877 \\/ 4989177<br>+977-9851201398\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1908db6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9d51908\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"188b5b3\",\"elType\":\"widget\",\"settings\":{\"address\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"zoom\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2304,1643,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2305,1643,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2307,1644,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2308,1644,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2309,1644,'surerank_seo_checks','a:14:{s:14:\"h2_subheadings\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:38:\"Page contains at least one subheading.\";s:4:\"type\";s:4:\"page\";}s:13:\"media_present\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"This page includes images or videos to enhance content.\";s:4:\"type\";s:4:\"page\";}s:13:\"links_present\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:27:\"No links found on the page.\";s:4:\"type\";s:4:\"page\";}s:10:\"url_length\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:35:\"Page URL is short and SEO-friendly.\";s:4:\"type\";s:4:\"page\";}s:19:\"search_engine_title\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"Search engine title is present and under 60 characters.\";s:4:\"type\";s:4:\"page\";}s:25:\"search_engine_description\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:62:\"Search engine description is present and under 160 characters.\";s:4:\"type\";s:4:\"page\";}s:13:\"canonical_url\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:37:\"Canonical tag is present on the page.\";s:4:\"type\";s:4:\"page\";}s:15:\"open_graph_tags\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:40:\"Open Graph tags are present on the page.\";s:4:\"type\";s:4:\"page\";}s:16:\"keyword_in_title\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:38:\"No focus keyword set to analyze title.\";s:4:\"type\";s:7:\"keyword\";}s:22:\"keyword_in_description\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:49:\"No focus keyword set to analyze meta description.\";s:4:\"type\";s:7:\"keyword\";}s:14:\"keyword_in_url\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:36:\"No focus keyword set to analyze URL.\";s:4:\"type\";s:7:\"keyword\";}s:18:\"keyword_in_content\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:40:\"No focus keyword set to analyze content.\";s:4:\"type\";s:7:\"keyword\";}s:12:\"broken_links\";a:2:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:34:\"No broken links found on the page.\";}s:14:\"image_alt_text\";a:5:{s:6:\"status\";s:7:\"success\";s:11:\"description\";a:1:{i:0;s:48:\"Images on the post/page have alt text attributes\";}s:7:\"message\";s:49:\"All images on this page have alt text attributes.\";s:11:\"show_images\";b:0;s:4:\"type\";s:4:\"page\";}}');
INSERT INTO `wp_postmeta` VALUES (2310,1644,'surerank_seo_checks_last_updated','1776179353');
INSERT INTO `wp_postmeta` VALUES (2311,1645,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2312,1645,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2313,1644,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2314,1644,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2315,1644,'_edit_lock','1776179351:1');
INSERT INTO `wp_postmeta` VALUES (2316,1644,'_astra_content_layout_flag','disabled');
INSERT INTO `wp_postmeta` VALUES (2318,1644,'ast-title-bar-display','disabled');
INSERT INTO `wp_postmeta` VALUES (2319,1644,'ast-featured-img','disabled');
INSERT INTO `wp_postmeta` VALUES (2320,1644,'site-content-layout','page-builder');
INSERT INTO `wp_postmeta` VALUES (2321,1644,'ast-site-content-layout','full-width-container');
INSERT INTO `wp_postmeta` VALUES (2322,1644,'site-sidebar-layout','no-sidebar');
INSERT INTO `wp_postmeta` VALUES (2323,1644,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2324,1644,'_elementor_data','[{\"id\":\"208a87b\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"2\"}},\"elements\":[{\"id\":\"5ae56f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEE Batch 2082\",\"align\":\"center\",\"typography_typography\":\"custom\",\"title_color\":\"#DF0A0A\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4b0bfc5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"78b0110\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-78b0110-b7e8548\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1646},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-78b0110-b7e8548\":{\"id\":\"e-78b0110-b7e8548\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":400,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"text-align\":{\"$$type\":\"string\",\"value\":\"center\"},\"margin\":{\"$$type\":\"dimensions\",\"value\":{\"block-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"block-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2328,1646,'_wp_attached_file','2026/04/SEE-2082.jpg');
INSERT INTO `wp_postmeta` VALUES (2329,1646,'_wp_attachment_image_alt','see 2082');
INSERT INTO `wp_postmeta` VALUES (2330,1646,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2026/04/SEE-2082.jpg\";s:8:\"filesize\";i:1800556;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"SEE-2082-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21333;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"SEE-2082-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162297;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"SEE-2082-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7953;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"SEE-2082-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100186;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"SEE-2082-1536x1229.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1229;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:309613;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (2332,1647,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2333,1647,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2334,1647,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2335,1647,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2336,1647,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2337,1647,'_elementor_data','[{\"id\":\"208a87b\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"2\"}},\"elements\":[{\"id\":\"5ae56f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEE Batch 2082\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"db08fdb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"2\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1217,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":410,\"sizes\":[]}},\"elements\":[{\"id\":\"78b0110\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-78b0110-b7e8548\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1646},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-78b0110-b7e8548\":{\"id\":\"e-78b0110-b7e8548\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":400,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"text-align\":{\"$$type\":\"string\",\"value\":\"center\"},\"margin\":{\"$$type\":\"dimensions\",\"value\":{\"block-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"block-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2339,1647,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (2340,1648,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2341,1648,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2342,1648,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2343,1648,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2344,1648,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2345,1648,'_elementor_data','[{\"id\":\"208a87b\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"2\"}},\"elements\":[{\"id\":\"5ae56f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEE Batch 2082\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"db08fdb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"2\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1217,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":410,\"sizes\":[]}},\"elements\":[{\"id\":\"78b0110\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-78b0110-b7e8548\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1646},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-78b0110-b7e8548\":{\"id\":\"e-78b0110-b7e8548\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":400,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"text-align\":{\"$$type\":\"string\",\"value\":\"center\"},\"margin\":{\"$$type\":\"dimensions\",\"value\":{\"block-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"block-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2347,1648,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (2348,1649,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2349,1649,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2350,1649,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2351,1649,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2352,1649,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2353,1649,'_elementor_data','[{\"id\":\"208a87b\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"2\"}},\"elements\":[{\"id\":\"5ae56f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEE Batch 2082\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"db08fdb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"2\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1217,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":410,\"sizes\":[]}},\"elements\":[{\"id\":\"78b0110\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-78b0110-b7e8548\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1646},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-78b0110-b7e8548\":{\"id\":\"e-78b0110-b7e8548\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":400,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"text-align\":{\"$$type\":\"string\",\"value\":\"center\"},\"margin\":{\"$$type\":\"dimensions\",\"value\":{\"block-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"block-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2356,1650,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (2357,1650,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (2358,1650,'_menu_item_object_id','1644');
INSERT INTO `wp_postmeta` VALUES (2359,1650,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (2360,1650,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (2361,1650,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2362,1650,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (2363,1650,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (2373,1652,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2374,1652,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2375,1652,'surerank_seo_checks','a:14:{s:14:\"h2_subheadings\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:38:\"Page contains at least one subheading.\";s:4:\"type\";s:4:\"page\";}s:13:\"media_present\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:39:\"No images or videos found on this page.\";s:4:\"type\";s:4:\"page\";}s:13:\"links_present\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:30:\"Links are present on the page.\";s:4:\"type\";s:4:\"page\";}s:10:\"url_length\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:35:\"Page URL is short and SEO-friendly.\";s:4:\"type\";s:4:\"page\";}s:19:\"search_engine_title\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"Search engine title is present and under 60 characters.\";s:4:\"type\";s:4:\"page\";}s:25:\"search_engine_description\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:62:\"Search engine description is present and under 160 characters.\";s:4:\"type\";s:4:\"page\";}s:13:\"canonical_url\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:37:\"Canonical tag is present on the page.\";s:4:\"type\";s:4:\"page\";}s:15:\"open_graph_tags\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:40:\"Open Graph tags are present on the page.\";s:4:\"type\";s:4:\"page\";}s:16:\"keyword_in_title\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:38:\"No focus keyword set to analyze title.\";s:4:\"type\";s:7:\"keyword\";}s:22:\"keyword_in_description\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:49:\"No focus keyword set to analyze meta description.\";s:4:\"type\";s:7:\"keyword\";}s:14:\"keyword_in_url\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:36:\"No focus keyword set to analyze URL.\";s:4:\"type\";s:7:\"keyword\";}s:18:\"keyword_in_content\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:40:\"No focus keyword set to analyze content.\";s:4:\"type\";s:7:\"keyword\";}s:12:\"broken_links\";a:2:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:34:\"No broken links found on the page.\";}s:9:\"all_links\";a:1:{i:0;s:65:\"https://mail.google.com/mail/?view=cm&to=uni.school2017@gmail.com\";}}');
INSERT INTO `wp_postmeta` VALUES (2376,1652,'surerank_seo_checks_last_updated','1776179471');
INSERT INTO `wp_postmeta` VALUES (2377,1653,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2378,1653,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2379,1652,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2380,1654,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2381,1654,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2382,1654,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2383,1654,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2384,1654,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2385,1654,'_elementor_data','[{\"id\":\"208a87b\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"2\"}},\"elements\":[{\"id\":\"5ae56f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEE Batch 2082\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"db08fdb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"2\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1217,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":410,\"sizes\":[]}},\"elements\":[{\"id\":\"78b0110\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-78b0110-b7e8548\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1646},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-78b0110-b7e8548\":{\"id\":\"e-78b0110-b7e8548\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":400,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"text-align\":{\"$$type\":\"string\",\"value\":\"center\"},\"margin\":{\"$$type\":\"dimensions\",\"value\":{\"block-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"block-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2387,1654,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (2388,1655,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2389,1655,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2390,1655,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2391,1655,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2392,1655,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2393,1655,'_elementor_data','[{\"id\":\"208a87b\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"2\"}},\"elements\":[{\"id\":\"5ae56f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEE Batch 2082\",\"align\":\"center\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"db08fdb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"2\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1217,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":410,\"sizes\":[]}},\"elements\":[{\"id\":\"78b0110\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-78b0110-b7e8548\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1646},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-78b0110-b7e8548\":{\"id\":\"e-78b0110-b7e8548\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":400,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"text-align\":{\"$$type\":\"string\",\"value\":\"center\"},\"margin\":{\"$$type\":\"dimensions\",\"value\":{\"block-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"block-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2395,1655,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (2396,1656,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2397,1656,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2398,1656,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2399,1656,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2400,1656,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2401,1656,'_elementor_data','[{\"id\":\"208a87b\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"2\"}},\"elements\":[{\"id\":\"5ae56f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEE Batch 2082\",\"align\":\"center\",\"typography_typography\":\"custom\",\"title_color\":\"#DF0A0A\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4b0bfc5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"78b0110\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-78b0110-b7e8548\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1646},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-78b0110-b7e8548\":{\"id\":\"e-78b0110-b7e8548\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":400,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"text-align\":{\"$$type\":\"string\",\"value\":\"center\"},\"margin\":{\"$$type\":\"dimensions\",\"value\":{\"block-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"block-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2403,1644,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (2404,1652,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2405,1652,'_edit_lock','1776179464:1');
INSERT INTO `wp_postmeta` VALUES (2406,1652,'_astra_content_layout_flag','disabled');
INSERT INTO `wp_postmeta` VALUES (2408,1652,'ast-title-bar-display','disabled');
INSERT INTO `wp_postmeta` VALUES (2409,1652,'ast-featured-img','disabled');
INSERT INTO `wp_postmeta` VALUES (2410,1652,'site-content-layout','page-builder');
INSERT INTO `wp_postmeta` VALUES (2411,1652,'ast-site-content-layout','full-width-container');
INSERT INTO `wp_postmeta` VALUES (2412,1652,'site-sidebar-layout','no-sidebar');
INSERT INTO `wp_postmeta` VALUES (2413,1652,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2414,1652,'_elementor_data','[{\"id\":\"fc23956\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"d6e999e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-d6e999e-6c7c6eb\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Join Our Team\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-d6e999e-6c7c6eb\":{\"id\":\"e-d6e999e-6c7c6eb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7c685de\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"538a285\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cBe a part of a passionate and growing learning community at GWS.\\u201d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ee86b\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"c90245f\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"82ae5d9\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"f6a1c7d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f6a1c7d-71f5b40\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-f6a1c7d-71f5b40\":{\"id\":\"e-f6a1c7d-71f5b40\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a3753de\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"0a69481\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"0d94fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<li data-section-id=\\\"1lohr9l\\\" data-start=\\\"509\\\" data-end=\\\"540\\\">Supportive Work Environment<\\/li><li data-section-id=\\\"1pki2zx\\\" data-start=\\\"541\\\" data-end=\\\"578\\\">Professional Growth Opportunities<\\/li><li data-section-id=\\\"1lu7qy7\\\" data-start=\\\"579\\\" data-end=\\\"609\\\">Modern Teaching Facilities\\n<\\/li><li data-section-id=\\\"vo8rrt\\\" data-start=\\\"610\\\" data-end=\\\"635\\\">Collaborative Culture<\\/li>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e79f383\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"8b4c4e6\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"61af9f5\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-61af9f5-0e07e63\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Call to Action\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-61af9f5-0e07e63\":{\"id\":\"e-61af9f5-0e07e63\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4a42102\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"bad6ccd\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7893211\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interested candidates can send their CV and cover letter to our email or visit the school office.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":63.695999999999998},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e25cc3a\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"3f85254\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"ccd476b\",\"elType\":\"widget\",\"settings\":{\"text\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Apply Now\"},\"children\":[]}},\"link\":{\"$$type\":\"link\",\"value\":{\"destination\":{\"$$type\":\"url\",\"value\":\"https:\\/\\/mail.google.com\\/mail\\/?view=cm&to=uni.school2017@gmail.com\"},\"isTargetBlank\":null}}},\"elements\":[],\"widgetType\":\"e-button\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (2417,1657,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2418,1657,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2419,1657,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2420,1657,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2421,1657,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2422,1657,'_elementor_data','[{\"id\":\"fc23956\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"d6e999e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-d6e999e-6c7c6eb\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Join Our Team\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-d6e999e-6c7c6eb\":{\"id\":\"e-d6e999e-6c7c6eb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7c685de\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"538a285\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cBe a part of a passionate and growing learning community at GWS.\\u201d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ee86b\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"c90245f\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"82ae5d9\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"f6a1c7d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f6a1c7d-71f5b40\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-f6a1c7d-71f5b40\":{\"id\":\"e-f6a1c7d-71f5b40\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a3753de\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"0a69481\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"0d94fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<li data-section-id=\\\"1lohr9l\\\" data-start=\\\"509\\\" data-end=\\\"540\\\">Supportive Work Environment<\\/li><li data-section-id=\\\"1pki2zx\\\" data-start=\\\"541\\\" data-end=\\\"578\\\">Professional Growth Opportunities<\\/li><li data-section-id=\\\"1lu7qy7\\\" data-start=\\\"579\\\" data-end=\\\"609\\\">Modern Teaching Facilities\\n<\\/li><li data-section-id=\\\"vo8rrt\\\" data-start=\\\"610\\\" data-end=\\\"635\\\">Collaborative Culture<\\/li>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e79f383\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"8b4c4e6\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"61af9f5\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-61af9f5-0e07e63\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-61af9f5-0e07e63\":{\"id\":\"e-61af9f5-0e07e63\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4a42102\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"bad6ccd\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7893211\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interested candidates can send their CV and cover letter to our email or visit the school office.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":63.695999999999998},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e25cc3a\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"3f85254\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"ccd476b\",\"elType\":\"widget\",\"settings\":{\"text\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Apply Now\"},\"children\":[]}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-button\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (2424,1657,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (2425,1658,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2426,1658,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2427,1658,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2428,1658,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2429,1658,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2430,1658,'_elementor_data','[{\"id\":\"fc23956\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"d6e999e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-d6e999e-6c7c6eb\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Join Our Team\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-d6e999e-6c7c6eb\":{\"id\":\"e-d6e999e-6c7c6eb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7c685de\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"538a285\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cBe a part of a passionate and growing learning community at GWS.\\u201d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ee86b\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"c90245f\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"82ae5d9\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"f6a1c7d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f6a1c7d-71f5b40\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-f6a1c7d-71f5b40\":{\"id\":\"e-f6a1c7d-71f5b40\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a3753de\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"0a69481\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"0d94fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<li data-section-id=\\\"1lohr9l\\\" data-start=\\\"509\\\" data-end=\\\"540\\\">Supportive Work Environment<\\/li><li data-section-id=\\\"1pki2zx\\\" data-start=\\\"541\\\" data-end=\\\"578\\\">Professional Growth Opportunities<\\/li><li data-section-id=\\\"1lu7qy7\\\" data-start=\\\"579\\\" data-end=\\\"609\\\">Modern Teaching Facilities\\n<\\/li><li data-section-id=\\\"vo8rrt\\\" data-start=\\\"610\\\" data-end=\\\"635\\\">Collaborative Culture<\\/li>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e79f383\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"8b4c4e6\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"61af9f5\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-61af9f5-0e07e63\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-61af9f5-0e07e63\":{\"id\":\"e-61af9f5-0e07e63\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4a42102\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"bad6ccd\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7893211\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interested candidates can send their CV and cover letter to our email or visit the school office.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":63.695999999999998},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e25cc3a\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"3f85254\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"ccd476b\",\"elType\":\"widget\",\"settings\":{\"text\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Apply Now\"},\"children\":[]}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-button\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (2432,1658,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (2433,1659,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2434,1659,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2435,1659,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2436,1659,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2437,1659,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2438,1659,'_elementor_data','[{\"id\":\"fc23956\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"d6e999e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-d6e999e-6c7c6eb\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Join Our Team\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-d6e999e-6c7c6eb\":{\"id\":\"e-d6e999e-6c7c6eb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7c685de\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"538a285\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cBe a part of a passionate and growing learning community at GWS.\\u201d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ee86b\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"c90245f\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"82ae5d9\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"f6a1c7d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f6a1c7d-71f5b40\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-f6a1c7d-71f5b40\":{\"id\":\"e-f6a1c7d-71f5b40\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a3753de\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"0a69481\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"0d94fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<li data-section-id=\\\"1lohr9l\\\" data-start=\\\"509\\\" data-end=\\\"540\\\">Supportive Work Environment<\\/li><li data-section-id=\\\"1pki2zx\\\" data-start=\\\"541\\\" data-end=\\\"578\\\">Professional Growth Opportunities<\\/li><li data-section-id=\\\"1lu7qy7\\\" data-start=\\\"579\\\" data-end=\\\"609\\\">Modern Teaching Facilities\\n<\\/li><li data-section-id=\\\"vo8rrt\\\" data-start=\\\"610\\\" data-end=\\\"635\\\">Collaborative Culture<\\/li>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e79f383\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"8b4c4e6\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"61af9f5\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-61af9f5-0e07e63\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-61af9f5-0e07e63\":{\"id\":\"e-61af9f5-0e07e63\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4a42102\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"bad6ccd\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7893211\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interested candidates can send their CV and cover letter to our email or visit the school office.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":63.695999999999998},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e25cc3a\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"3f85254\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"ccd476b\",\"elType\":\"widget\",\"settings\":{\"text\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Apply Now\"},\"children\":[]}},\"link\":{\"$$type\":\"link\",\"value\":{\"destination\":{\"$$type\":\"url\",\"value\":\"mailto:uni.school2017@gmail.com\"},\"isTargetBlank\":null}}},\"elements\":[],\"widgetType\":\"e-button\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (2441,1660,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (2442,1660,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (2443,1660,'_menu_item_object_id','1652');
INSERT INTO `wp_postmeta` VALUES (2444,1660,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (2445,1660,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (2446,1660,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2447,1660,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (2448,1660,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (2461,1661,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2462,1661,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2463,1661,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2464,1661,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2465,1661,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2466,1661,'_elementor_data','[{\"id\":\"fc23956\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"d6e999e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-d6e999e-6c7c6eb\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Join Our Team\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-d6e999e-6c7c6eb\":{\"id\":\"e-d6e999e-6c7c6eb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7c685de\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"538a285\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cBe a part of a passionate and growing learning community at GWS.\\u201d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ee86b\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"c90245f\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"82ae5d9\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"f6a1c7d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f6a1c7d-71f5b40\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-f6a1c7d-71f5b40\":{\"id\":\"e-f6a1c7d-71f5b40\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a3753de\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"0a69481\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"0d94fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<li data-section-id=\\\"1lohr9l\\\" data-start=\\\"509\\\" data-end=\\\"540\\\">Supportive Work Environment<\\/li><li data-section-id=\\\"1pki2zx\\\" data-start=\\\"541\\\" data-end=\\\"578\\\">Professional Growth Opportunities<\\/li><li data-section-id=\\\"1lu7qy7\\\" data-start=\\\"579\\\" data-end=\\\"609\\\">Modern Teaching Facilities\\n<\\/li><li data-section-id=\\\"vo8rrt\\\" data-start=\\\"610\\\" data-end=\\\"635\\\">Collaborative Culture<\\/li>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e79f383\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"8b4c4e6\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"61af9f5\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-61af9f5-0e07e63\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-61af9f5-0e07e63\":{\"id\":\"e-61af9f5-0e07e63\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4a42102\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"bad6ccd\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7893211\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interested candidates can send their CV and cover letter to our email or visit the school office.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":63.695999999999998},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e25cc3a\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"3f85254\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"ccd476b\",\"elType\":\"widget\",\"settings\":{\"text\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Apply Now\"},\"children\":[]}},\"link\":{\"$$type\":\"link\",\"value\":{\"destination\":{\"$$type\":\"url\",\"value\":\"mailto:uni.school2017@gmail.com\"},\"isTargetBlank\":null}}},\"elements\":[],\"widgetType\":\"e-button\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (2468,1661,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (2471,1662,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2472,1662,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2473,1662,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2474,1662,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2475,1662,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2476,1662,'_elementor_data','[{\"id\":\"fc23956\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"d6e999e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-d6e999e-6c7c6eb\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Join Our Team\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-d6e999e-6c7c6eb\":{\"id\":\"e-d6e999e-6c7c6eb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7c685de\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"538a285\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cBe a part of a passionate and growing learning community at GWS.\\u201d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ee86b\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"c90245f\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"82ae5d9\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"f6a1c7d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f6a1c7d-71f5b40\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-f6a1c7d-71f5b40\":{\"id\":\"e-f6a1c7d-71f5b40\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a3753de\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"0a69481\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"0d94fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<li data-section-id=\\\"1lohr9l\\\" data-start=\\\"509\\\" data-end=\\\"540\\\">Supportive Work Environment<\\/li><li data-section-id=\\\"1pki2zx\\\" data-start=\\\"541\\\" data-end=\\\"578\\\">Professional Growth Opportunities<\\/li><li data-section-id=\\\"1lu7qy7\\\" data-start=\\\"579\\\" data-end=\\\"609\\\">Modern Teaching Facilities\\n<\\/li><li data-section-id=\\\"vo8rrt\\\" data-start=\\\"610\\\" data-end=\\\"635\\\">Collaborative Culture<\\/li>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e79f383\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"8b4c4e6\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"61af9f5\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-61af9f5-0e07e63\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-61af9f5-0e07e63\":{\"id\":\"e-61af9f5-0e07e63\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4a42102\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"bad6ccd\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7893211\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interested candidates can send their CV and cover letter to our email or visit the school office.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":63.695999999999998},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e25cc3a\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"3f85254\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"ccd476b\",\"elType\":\"widget\",\"settings\":{\"text\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Apply Now\"},\"children\":[]}},\"link\":{\"$$type\":\"link\",\"value\":{\"destination\":{\"$$type\":\"url\",\"value\":\"mailto:uni.school2017@gmail.com\"},\"isTargetBlank\":null}}},\"elements\":[],\"widgetType\":\"e-button\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (2478,1662,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (2481,1663,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2482,1663,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2483,1663,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2484,1663,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2485,1663,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2486,1663,'_elementor_data','[{\"id\":\"fc23956\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"d6e999e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-d6e999e-6c7c6eb\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Join Our Team\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-d6e999e-6c7c6eb\":{\"id\":\"e-d6e999e-6c7c6eb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7c685de\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"538a285\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cBe a part of a passionate and growing learning community at GWS.\\u201d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ee86b\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"c90245f\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"82ae5d9\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"f6a1c7d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f6a1c7d-71f5b40\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-f6a1c7d-71f5b40\":{\"id\":\"e-f6a1c7d-71f5b40\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a3753de\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"0a69481\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"0d94fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<li data-section-id=\\\"1lohr9l\\\" data-start=\\\"509\\\" data-end=\\\"540\\\">Supportive Work Environment<\\/li><li data-section-id=\\\"1pki2zx\\\" data-start=\\\"541\\\" data-end=\\\"578\\\">Professional Growth Opportunities<\\/li><li data-section-id=\\\"1lu7qy7\\\" data-start=\\\"579\\\" data-end=\\\"609\\\">Modern Teaching Facilities\\n<\\/li><li data-section-id=\\\"vo8rrt\\\" data-start=\\\"610\\\" data-end=\\\"635\\\">Collaborative Culture<\\/li>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e79f383\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"8b4c4e6\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"61af9f5\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-61af9f5-0e07e63\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-61af9f5-0e07e63\":{\"id\":\"e-61af9f5-0e07e63\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4a42102\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"bad6ccd\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7893211\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interested candidates can send their CV and cover letter to our email or visit the school office.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":63.695999999999998},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e25cc3a\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"3f85254\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"ccd476b\",\"elType\":\"widget\",\"settings\":{\"text\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Apply Now\"},\"children\":[]}},\"link\":{\"$$type\":\"link\",\"value\":{\"destination\":{\"$$type\":\"url\",\"value\":\"https:\\/\\/mail.google.com\\/mail\\/?view=cm&to=uni.school2017@gmail.com\"},\"isTargetBlank\":null}}},\"elements\":[],\"widgetType\":\"e-button\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (2491,10,'wpforms_entries_count','1');
INSERT INTO `wp_postmeta` VALUES (2504,1666,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2505,1666,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2506,1666,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2507,1666,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2508,1666,'_elementor_data','[{\"id\":\"c6c17a7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"fb1d57f\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14f9da5\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"005c7dd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9da6bb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a23cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have questions about our school &amp; program?\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6112e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get in touch with us today\\u2014we\\u2019ll be happy to answer all your questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe751ac\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9056753\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c8fd2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"General \",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"df8b3a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@geniusworld.edu.np\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4a672fa\",\"elType\":\"widget\",\"settings\":{\"text\":\"uni.school2017@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e9303f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"geniusworldschoolmj@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e9a4ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e0db41c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"647a188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Keep in touch\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"start\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1489af2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"c5fa792\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"_id\":\"824e65a\",\"link\":{\"url\":\"https:\\/\\/www.tiktok.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6a4f6c5\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"cbb5c4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6651475\",\"elType\":\"widget\",\"settings\":{\"form_id\":10},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a4e72b1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f7d9e35\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf607bd\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f277877\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"width_tablet\":{\"size\":66,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a40c0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Address\",\"description_text\":\"Basundhara, Tokha 5, Kathmandu\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1a44609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get directions\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c4ef046\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":34,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6d98db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Work hours\",\"description_text\":\"Sun-Fri: 8:30 am-5:00 pm\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"55789cc\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5004dde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Phone\",\"description_text\":\"+977-01-4981877 \\/ 4989177<br>+977-9851201398\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1908db6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9d51908\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"188b5b3\",\"elType\":\"widget\",\"settings\":{\"address\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"zoom\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2509,1666,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2510,1666,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2513,1667,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2514,1667,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2515,1667,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2516,1667,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2517,1667,'_elementor_data','[{\"id\":\"c6c17a7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"fb1d57f\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14f9da5\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"005c7dd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9da6bb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a23cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have questions about our school &amp; program?\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6112e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get in touch with us today\\u2014we\\u2019ll be happy to answer all your questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe751ac\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9056753\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c8fd2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"General \",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"df8b3a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@geniusworld.edu.np\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4a672fa\",\"elType\":\"widget\",\"settings\":{\"text\":\"uni.school2017@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e9303f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"geniusworldschoolmj@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e9a4ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e0db41c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"647a188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Keep in touch\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"start\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1489af2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"c5fa792\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"_id\":\"824e65a\",\"link\":{\"url\":\"https:\\/\\/www.tiktok.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6a4f6c5\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"cbb5c4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6651475\",\"elType\":\"widget\",\"settings\":{\"form_id\":10},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a4e72b1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f7d9e35\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf607bd\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f277877\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"width_tablet\":{\"size\":66,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a40c0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Address\",\"description_text\":\"Basundhara, Tokha 5, Kathmandu\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1a44609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get directions\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c4ef046\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":34,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6d98db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Work hours\",\"description_text\":\"Sun-Fri: 8:30 am-5:00 pm\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"55789cc\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5004dde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Phone\",\"description_text\":\"+977-01-4981877 \\/ 4989177<br>+977-9851201398\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1908db6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9d51908\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"188b5b3\",\"elType\":\"widget\",\"settings\":{\"address\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"zoom\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2518,1667,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2519,1667,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2522,1668,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2523,1668,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2524,1668,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2525,1668,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2526,1668,'_elementor_data','[{\"id\":\"c6c17a7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"fb1d57f\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14f9da5\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"005c7dd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9da6bb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a23cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have questions about our school &amp; program?\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6112e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get in touch with us today\\u2014we\\u2019ll be happy to answer all your questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe751ac\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9056753\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c8fd2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"General \",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"df8b3a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@geniusworld.edu.np\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4a672fa\",\"elType\":\"widget\",\"settings\":{\"text\":\"uni.school2017@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e9303f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"geniusworldschoolmj@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e9a4ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e0db41c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"647a188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Keep in touch\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"start\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1489af2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"c5fa792\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"_id\":\"824e65a\",\"link\":{\"url\":\"https:\\/\\/www.tiktok.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6a4f6c5\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"cbb5c4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6651475\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"10\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a4e72b1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f7d9e35\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf607bd\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f277877\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"width_tablet\":{\"size\":66,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a40c0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Address\",\"description_text\":\"Basundhara, Tokha 5, Kathmandu\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1a44609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get directions\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c4ef046\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":34,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6d98db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Work hours\",\"description_text\":\"Sun-Fri: 8:30 am-5:00 pm\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"55789cc\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5004dde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Phone\",\"description_text\":\"+977-01-4981877 \\/ 4989177<br>+977-9851201398\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1908db6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9d51908\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"188b5b3\",\"elType\":\"widget\",\"settings\":{\"address\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"zoom\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2527,1668,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2528,1668,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2531,1669,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2532,1669,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2533,1669,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2534,1669,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2535,1669,'_elementor_data','[{\"id\":\"c6c17a7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"fb1d57f\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14f9da5\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"005c7dd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9da6bb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a23cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have questions about our school &amp; program?\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6112e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get in touch with us today\\u2014we\\u2019ll be happy to answer all your questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe751ac\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9056753\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c8fd2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"General \",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"df8b3a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@geniusworld.edu.np\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4a672fa\",\"elType\":\"widget\",\"settings\":{\"text\":\"uni.school2017@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e9303f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"geniusworldschoolmj@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e9a4ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e0db41c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"647a188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Keep in touch\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"start\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1489af2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"c5fa792\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"_id\":\"824e65a\",\"link\":{\"url\":\"https:\\/\\/www.tiktok.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6a4f6c5\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"cbb5c4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6651475\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"10\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a4e72b1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f7d9e35\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf607bd\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f277877\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"width_tablet\":{\"size\":66,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a40c0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Address\",\"description_text\":\"Basundhara, Tokha 5, Kathmandu\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1a44609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get directions\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c4ef046\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":34,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6d98db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Work hours\",\"description_text\":\"Sun-Fri: 8:30 am-5:00 pm\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"55789cc\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5004dde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Phone\",\"description_text\":\"+977-01-4981877 \\/ 4989177<br>+977-9851201398\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1908db6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9d51908\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"188b5b3\",\"elType\":\"widget\",\"settings\":{\"address\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"zoom\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2536,1669,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2537,1669,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2539,1670,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2540,1670,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2541,1670,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2542,1670,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2543,1670,'_elementor_data','[{\"id\":\"c6c17a7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"fb1d57f\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14f9da5\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"005c7dd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9da6bb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a23cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have questions about our school &amp; program?\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6112e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get in touch with us today\\u2014we\\u2019ll be happy to answer all your questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe751ac\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9056753\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c8fd2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"General \",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"df8b3a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@geniusworld.edu.np\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4a672fa\",\"elType\":\"widget\",\"settings\":{\"text\":\"uni.school2017@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e9303f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"geniusworldschoolmj@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e9a4ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e0db41c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"647a188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Keep in touch\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"start\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1489af2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"c5fa792\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"_id\":\"824e65a\",\"link\":{\"url\":\"https:\\/\\/www.tiktok.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6a4f6c5\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"cbb5c4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6651475\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"10\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a4e72b1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f7d9e35\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf607bd\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f277877\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"width_tablet\":{\"size\":66,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a40c0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Address\",\"description_text\":\"Basundhara, Tokha 5, Kathmandu\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1a44609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get directions\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c4ef046\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":34,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6d98db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Work hours\",\"description_text\":\"Sun-Fri: 8:30 am-5:00 pm\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"55789cc\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5004dde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Phone\",\"description_text\":\"+977-01-4981877 \\/ 4989177<br>+977-9851201398\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1908db6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9d51908\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"188b5b3\",\"elType\":\"widget\",\"settings\":{\"address\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"zoom\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2544,1670,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2545,1670,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2547,1671,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2548,1671,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2549,1671,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2550,1671,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2551,1671,'_elementor_data','[{\"id\":\"c6c17a7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"fb1d57f\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14f9da5\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"005c7dd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9da6bb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a23cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have questions about our school &amp; program?\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6112e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get in touch with us today\\u2014we\\u2019ll be happy to answer all your questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe751ac\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9056753\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c8fd2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"General \",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"df8b3a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@geniusworld.edu.np\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4a672fa\",\"elType\":\"widget\",\"settings\":{\"text\":\"uni.school2017@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e9303f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"geniusworldschoolmj@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e9a4ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e0db41c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"647a188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Keep in touch\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"start\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1489af2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"c5fa792\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"_id\":\"824e65a\",\"link\":{\"url\":\"https:\\/\\/www.tiktok.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6a4f6c5\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"cbb5c4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6651475\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"10\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a4e72b1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f7d9e35\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf607bd\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f277877\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"width_tablet\":{\"size\":66,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a40c0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Address\",\"description_text\":\"Basundhara, Tokha 5, Kathmandu\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1a44609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get directions\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c4ef046\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":34,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6d98db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Work hours\",\"description_text\":\"Sun-Fri: 8:30 am-5:00 pm\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"55789cc\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5004dde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Phone\",\"description_text\":\"+977-01-4981877 \\/ 4989177<br>+977-9851201398\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2552,1671,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2553,1671,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2557,1672,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2558,1672,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2559,1672,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2560,1672,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2561,1672,'_elementor_data','[{\"id\":\"c6c17a7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"fb1d57f\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14f9da5\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"005c7dd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9da6bb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a23cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have questions about our school &amp; program?\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6112e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get in touch with us today\\u2014we\\u2019ll be happy to answer all your questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe751ac\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9056753\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c8fd2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"General \",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"df8b3a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@geniusworld.edu.np\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4a672fa\",\"elType\":\"widget\",\"settings\":{\"text\":\"uni.school2017@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e9303f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"geniusworldschoolmj@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e9a4ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e0db41c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"647a188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Keep in touch\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"start\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1489af2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"c5fa792\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"_id\":\"824e65a\",\"link\":{\"url\":\"https:\\/\\/www.tiktok.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6a4f6c5\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"cbb5c4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6651475\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"10\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a4e72b1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f7d9e35\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf607bd\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f277877\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"width_tablet\":{\"size\":66,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a40c0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Address\",\"description_text\":\"Basundhara, Tokha 5, Kathmandu\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1a44609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get directions\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c4ef046\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":34,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6d98db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Work hours\",\"description_text\":\"Sun-Fri: 8:30 am-5:00 pm\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"55789cc\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5004dde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Phone\",\"description_text\":\"+977-01-4981877 \\/ 4989177<br>+977-9851201398\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2562,1672,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2563,1672,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2567,1673,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2568,1673,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2569,1673,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2570,1673,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2571,1673,'_elementor_data','[{\"id\":\"c6c17a7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"fb1d57f\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14f9da5\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"005c7dd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9da6bb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a23cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have questions about our school &amp; program?\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6112e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get in touch with us today\\u2014we\\u2019ll be happy to answer all your questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe751ac\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9056753\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c8fd2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"General \",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"df8b3a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@geniusworld.edu.np\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4a672fa\",\"elType\":\"widget\",\"settings\":{\"text\":\"uni.school2017@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e9303f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"geniusworldschoolmj@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e9a4ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e0db41c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"647a188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Keep in touch\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"start\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1489af2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"c5fa792\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"_id\":\"824e65a\",\"link\":{\"url\":\"https:\\/\\/www.tiktok.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6a4f6c5\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"cbb5c4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6651475\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"10\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a4e72b1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f7d9e35\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf607bd\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f277877\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"width_tablet\":{\"size\":66,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a40c0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Address\",\"description_text\":\"Basundhara, Tokha 5, Kathmandu\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1a44609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get directions\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c4ef046\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":34,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6d98db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Work hours\",\"description_text\":\"Sun-Fri: 8:30 am-5:00 pm\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"55789cc\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5004dde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Phone\",\"description_text\":\"+977-01-4981877 \\/ 4989177<br>+977-9851201398\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2572,1673,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2573,1673,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2577,1674,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2578,1674,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2579,1674,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2580,1674,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2581,1674,'_elementor_data','[{\"id\":\"c6c17a7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"fb1d57f\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14f9da5\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"005c7dd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9da6bb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a23cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have questions about our school &amp; program?\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6112e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get in touch with us today\\u2014we\\u2019ll be happy to answer all your questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe751ac\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9056753\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c8fd2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"General \",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"df8b3a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@geniusworld.edu.np\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4a672fa\",\"elType\":\"widget\",\"settings\":{\"text\":\"uni.school2017@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e9303f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"geniusworldschoolmj@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e9a4ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e0db41c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"647a188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Keep in touch\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"start\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1489af2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"c5fa792\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"_id\":\"824e65a\",\"link\":{\"url\":\"https:\\/\\/www.tiktok.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6a4f6c5\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"cbb5c4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6651475\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"10\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a4e72b1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f7d9e35\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf607bd\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f277877\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"width_tablet\":{\"size\":66,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a40c0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Address\",\"description_text\":\"Basundhara, Tokha 5, Kathmandu\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1a44609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get directions\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c4ef046\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":34,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6d98db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Work hours\",\"description_text\":\"Sun-Fri: 8:30 am-5:00 pm\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"55789cc\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5004dde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Phone\",\"description_text\":\"+977-01-4981877 \\/ 4989177<br>+977-9851201398\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2582,1674,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2583,1674,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2587,1675,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2588,1675,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2589,1675,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2590,1675,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2591,1675,'_elementor_data','[{\"id\":\"c6c17a7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"fb1d57f\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14f9da5\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"005c7dd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9da6bb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a23cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have questions about our school &amp; program?\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6112e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get in touch with us today\\u2014we\\u2019ll be happy to answer all your questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe751ac\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9056753\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c8fd2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"General \",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"df8b3a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@geniusworld.edu.np\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4a672fa\",\"elType\":\"widget\",\"settings\":{\"text\":\"uni.school2017@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e9303f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"geniusworldschoolmj@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e9a4ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e0db41c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"647a188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Keep in touch\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"start\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1489af2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"c5fa792\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"_id\":\"824e65a\",\"link\":{\"url\":\"https:\\/\\/www.tiktok.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6a4f6c5\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"cbb5c4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6651475\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"10\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a4e72b1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f7d9e35\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf607bd\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f277877\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"width_tablet\":{\"size\":66,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a40c0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Address\",\"description_text\":\"Basundhara, Tokha 5, Kathmandu\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1a44609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get directions\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c4ef046\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":34,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6d98db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Work hours\",\"description_text\":\"Sun-Fri: 8:30 am-5:00 pm\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"55789cc\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5004dde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Phone\",\"description_text\":\"+977-01-4981877 \\/ 4989177<br>+977-9851201398\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2592,1675,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2593,1675,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2595,1676,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2596,1676,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2597,1676,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2598,1676,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2599,1676,'_elementor_data','[{\"id\":\"c6c17a7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"fb1d57f\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14f9da5\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"005c7dd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9da6bb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a23cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have questions about our school &amp; program?\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6112e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get in touch with us today\\u2014we\\u2019ll be happy to answer all your questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe751ac\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9056753\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c8fd2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"General \",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"df8b3a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@geniusworld.edu.np\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4a672fa\",\"elType\":\"widget\",\"settings\":{\"text\":\"uni.school2017@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e9303f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"geniusworldschoolmj@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e9a4ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e0db41c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"647a188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Keep in touch\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"start\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1489af2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"c5fa792\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"_id\":\"824e65a\",\"link\":{\"url\":\"https:\\/\\/www.tiktok.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6a4f6c5\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"cbb5c4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6651475\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"10\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a4e72b1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f7d9e35\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf607bd\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f277877\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"width_tablet\":{\"size\":66,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a40c0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Address\",\"description_text\":\"Basundhara, Tokha 5, Kathmandu\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1a44609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get directions\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c4ef046\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":34,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6d98db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Work hours\",\"description_text\":\"Sun-Fri: 8:30 am-5:00 pm\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"55789cc\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5004dde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Phone\",\"description_text\":\"+977-01-4981877 \\/ 4989177<br>+977-9851201398\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2600,1676,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2601,1676,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2603,1677,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2604,1677,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2605,1677,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2606,1677,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2607,1677,'_elementor_data','[{\"id\":\"c6c17a7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"fb1d57f\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14f9da5\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"005c7dd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"9da6bb1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a23cbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Have questions about our school &amp; program?\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6112e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Get in touch with us today\\u2014we\\u2019ll be happy to answer all your questions.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"fe751ac\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9056753\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":33.329999999999998,\"unit\":\"%\"},\"flex_gap\":{\"size\":4,\"column\":\"4\",\"row\":\"4\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"64\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"0c8fd2c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"General \",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h4\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_align\":\"left\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"df8b3a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"info@geniusworld.edu.np\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4a672fa\",\"elType\":\"widget\",\"settings\":{\"text\":\"uni.school2017@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"e9303f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"geniusworldschoolmj@gmail.com\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"typography_typography\":\"custom\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4e9a4ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"e0db41c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"gap\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"647a188\",\"elType\":\"widget\",\"settings\":{\"title\":\"Keep in touch\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"start\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1489af2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"c5fa792\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-tiktok\",\"library\":\"fa-brands\"},\"_id\":\"824e65a\",\"link\":{\"url\":\"https:\\/\\/www.tiktok.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"6a4f6c5\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@geniusworldschool\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#00000000\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"cbb5c4a\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":66.659999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"content_width\":\"full\"},\"elements\":[{\"id\":\"6651475\",\"elType\":\"widget\",\"settings\":{\"form_id\":\"10\"},\"elements\":[],\"widgetType\":\"wpforms\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"a4e72b1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f7d9e35\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"bf607bd\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"32\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"f277877\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"width_tablet\":{\"size\":66,\"unit\":\"%\"},\"flex_gap\":{\"size\":8,\"column\":\"8\",\"row\":\"8\",\"unit\":\"px\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"48\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a40c0dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Address\",\"description_text\":\"Basundhara, Tokha 5, Kathmandu\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1a44609\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get directions\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#fd8549\",\"background_color\":\"#00000000\",\"hover_color\":\"#2f3c4c\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2f3c4c\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"globals\\/colors?id=astglobalcolor0\",\"border_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_background_hover_color\":\"\"},\"selected_icon\":{\"value\":\"fas fa-external-link-alt\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"align\":\"center\",\"align_mobile\":\"left\",\"link\":{\"url\":\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c4ef046\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":34,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"f6d98db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Work hours\",\"description_text\":\"Sun-Fri: 8:30 am-5:00 pm\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"55789cc\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5004dde\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\"},\"title_text\":\"Phone\",\"description_text\":\"+977-01-4981877 \\/ 4989177<br>+977-9851201398\",\"position\":\"left\",\"title_size\":\"h6\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"text_align_mobile\":\"left\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2608,1677,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (2609,1677,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2611,1059,'site-post-title','disabled');
INSERT INTO `wp_postmeta` VALUES (2614,1678,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2615,1678,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2616,1678,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2617,1678,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2618,1678,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2619,1678,'_elementor_data','[{\"id\":\"fc23956\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"d6e999e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-d6e999e-6c7c6eb\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Join Our Team\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-d6e999e-6c7c6eb\":{\"id\":\"e-d6e999e-6c7c6eb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7c685de\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"538a285\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cBe a part of a passionate and growing learning community at GWS.\\u201d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ee86b\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"c90245f\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"82ae5d9\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"f6a1c7d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f6a1c7d-71f5b40\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-f6a1c7d-71f5b40\":{\"id\":\"e-f6a1c7d-71f5b40\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a3753de\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"0a69481\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"0d94fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<li data-section-id=\\\"1lohr9l\\\" data-start=\\\"509\\\" data-end=\\\"540\\\">Supportive Work Environment<\\/li><li data-section-id=\\\"1pki2zx\\\" data-start=\\\"541\\\" data-end=\\\"578\\\">Professional Growth Opportunities<\\/li><li data-section-id=\\\"1lu7qy7\\\" data-start=\\\"579\\\" data-end=\\\"609\\\">Modern Teaching Facilities\\n<\\/li><li data-section-id=\\\"vo8rrt\\\" data-start=\\\"610\\\" data-end=\\\"635\\\">Collaborative Culture<\\/li>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e79f383\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"8b4c4e6\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"61af9f5\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-61af9f5-0e07e63\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-61af9f5-0e07e63\":{\"id\":\"e-61af9f5-0e07e63\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4a42102\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"bad6ccd\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7893211\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interested candidates can send their CV and cover letter to our email or visit the school office.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":63.695999999999998},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e25cc3a\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"3f85254\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"ccd476b\",\"elType\":\"widget\",\"settings\":{\"text\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Apply Now\"},\"children\":[]}},\"link\":{\"$$type\":\"link\",\"value\":{\"destination\":{\"$$type\":\"url\",\"value\":\"https:\\/\\/mail.google.com\\/mail\\/?view=cm&to=uni.school2017@gmail.com\"},\"isTargetBlank\":null}}},\"elements\":[],\"widgetType\":\"e-button\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (2621,1678,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (2624,1679,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2625,1679,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2626,1679,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2627,1679,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2628,1679,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2629,1679,'_elementor_data','[{\"id\":\"fc23956\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"d6e999e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-d6e999e-6c7c6eb\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Join Our Team\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-d6e999e-6c7c6eb\":{\"id\":\"e-d6e999e-6c7c6eb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7c685de\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"538a285\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cBe a part of a passionate and growing learning community at GWS.\\u201d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ee86b\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"c90245f\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"82ae5d9\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"f6a1c7d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f6a1c7d-71f5b40\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-f6a1c7d-71f5b40\":{\"id\":\"e-f6a1c7d-71f5b40\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a3753de\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"0a69481\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"0d94fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<li data-section-id=\\\"1lohr9l\\\" data-start=\\\"509\\\" data-end=\\\"540\\\">Supportive Work Environment<\\/li><li data-section-id=\\\"1pki2zx\\\" data-start=\\\"541\\\" data-end=\\\"578\\\">Professional Growth Opportunities<\\/li><li data-section-id=\\\"1lu7qy7\\\" data-start=\\\"579\\\" data-end=\\\"609\\\">Modern Teaching Facilities\\n<\\/li><li data-section-id=\\\"vo8rrt\\\" data-start=\\\"610\\\" data-end=\\\"635\\\">Collaborative Culture<\\/li>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e79f383\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"8b4c4e6\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"61af9f5\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-61af9f5-0e07e63\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-61af9f5-0e07e63\":{\"id\":\"e-61af9f5-0e07e63\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4a42102\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"bad6ccd\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7893211\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interested candidates can send their CV and cover letter to our email or visit the school office.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":63.695999999999998},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e25cc3a\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"3f85254\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"ccd476b\",\"elType\":\"widget\",\"settings\":{\"text\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Apply Now\"},\"children\":[]}},\"link\":{\"$$type\":\"link\",\"value\":{\"destination\":{\"$$type\":\"url\",\"value\":\"https:\\/\\/mail.google.com\\/mail\\/?view=cm&to=uni.school2017@gmail.com\"},\"isTargetBlank\":null}}},\"elements\":[],\"widgetType\":\"e-button\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (2631,1679,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (2634,1680,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2635,1680,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2636,1680,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2637,1680,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2638,1680,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2639,1680,'_elementor_data','[{\"id\":\"fc23956\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"d6e999e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-d6e999e-6c7c6eb\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Join Our Team\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-d6e999e-6c7c6eb\":{\"id\":\"e-d6e999e-6c7c6eb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7c685de\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"538a285\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cBe a part of a passionate and growing learning community at GWS.\\u201d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ee86b\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"c90245f\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"82ae5d9\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"f6a1c7d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f6a1c7d-71f5b40\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-f6a1c7d-71f5b40\":{\"id\":\"e-f6a1c7d-71f5b40\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a3753de\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"0a69481\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"0d94fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<li data-section-id=\\\"1lohr9l\\\" data-start=\\\"509\\\" data-end=\\\"540\\\">Supportive Work Environment<\\/li><li data-section-id=\\\"1pki2zx\\\" data-start=\\\"541\\\" data-end=\\\"578\\\">Professional Growth Opportunities<\\/li><li data-section-id=\\\"1lu7qy7\\\" data-start=\\\"579\\\" data-end=\\\"609\\\">Modern Teaching Facilities\\n<\\/li><li data-section-id=\\\"vo8rrt\\\" data-start=\\\"610\\\" data-end=\\\"635\\\">Collaborative Culture<\\/li>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e79f383\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"8b4c4e6\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"61af9f5\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-61af9f5-0e07e63\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Call to Action\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-61af9f5-0e07e63\":{\"id\":\"e-61af9f5-0e07e63\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4a42102\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"bad6ccd\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7893211\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interested candidates can send their CV and cover letter to our email or visit the school office.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":63.695999999999998},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e25cc3a\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"3f85254\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"ccd476b\",\"elType\":\"widget\",\"settings\":{\"text\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Apply Now\"},\"children\":[]}},\"link\":{\"$$type\":\"link\",\"value\":{\"destination\":{\"$$type\":\"url\",\"value\":\"https:\\/\\/mail.google.com\\/mail\\/?view=cm&to=uni.school2017@gmail.com\"},\"isTargetBlank\":null}}},\"elements\":[],\"widgetType\":\"e-button\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (2643,1652,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (2648,1681,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (2649,1681,'_wp_trash_meta_time','1776175526');
INSERT INTO `wp_postmeta` VALUES (2650,1682,'_edit_lock','1776175580:1');
INSERT INTO `wp_postmeta` VALUES (2651,1682,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (2652,1682,'_wp_trash_meta_time','1776175589');
INSERT INTO `wp_postmeta` VALUES (2653,1683,'_edit_lock','1776175641:1');
INSERT INTO `wp_postmeta` VALUES (2654,1683,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (2655,1683,'_wp_trash_meta_time','1776175698');
INSERT INTO `wp_postmeta` VALUES (2656,1684,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2657,1684,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2658,1684,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2659,1684,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2660,1684,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2661,1684,'_elementor_data','[{\"id\":\"0033e46\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"4a23daa\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4536081\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ccb566\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17e97ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71ac86b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to enroll?<br>We hope to meet you soon\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b6ea6da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join the GWS family and give your child the gift of quality education in a nurturing environment. We\\u2019re here to guide you every step of the way.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"03fdb11\",\"elType\":\"widget\",\"settings\":{\"title\":\"The process\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb9e4da\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":1024,\"sizes\":[]}},\"elements\":[{\"id\":\"b293c4b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b89e33c\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e32e79d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Take a tour\",\"description_text\":\"Visit our school to explore the learning environment, facilities, and classrooms. Meet our team and get a feel of the nurturing atmosphere we provide for every child.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"f768095\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"fb7e3bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59e6b0a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Submit application\",\"description_text\":\"Complete and submit the admission form with the required documents. Our team will guide you through the process to ensure everything is smooth and hassle-free.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"e600028\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"38074b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67ee937\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Meet and greet\",\"description_text\":\"Attend an interaction session with the school team. This helps us understand your child better and gives you an opportunity to ask questions and learn more about our approach.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"0dfe92a\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dbd5416\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66e3f96\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Secure a spot\",\"description_text\":\"Once selected, confirm admission by completing the enrollment process. Welcome to the GWS family, where your child\\u2019s learning journey begins!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88dd572\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"24\",\"bottom\":\"40\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"72339b4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fdb6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-2.jpg\",\"id\":1038,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b861150\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba42aa9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-1.jpg\",\"id\":1037,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"167a10c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"330558e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4ef092d\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"32\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"bf231f8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dcbd905\",\"elType\":\"widget\",\"settings\":{\"title\":\"Required enrollment documents\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8bf8b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"122\\\" data-end=\\\"207\\\">To complete the admission process, please prepare and submit the following documents:<\\/p>\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"068efe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"620c4d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b31cb1a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Completed Admission Form\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6cec095\"},{\"text\":\"Copy of Birth Certificate\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"38949a3\"},{\"text\":\"Recent Passport-Sized Photographs (student)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7d3820a\"},{\"text\":\"Previous School Reports \\/ Transcripts\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dfafc99\"},{\"text\":\"Transfer Certificate (TC) (if applicable)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dbcda97\"},{\"text\":\"IEMIS transfer\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"e4486a6\"},{\"text\":\"Medical Records \\/ Immunization Report (if required)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"63e3672\"}],\"space_between\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d8671bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2662,1684,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2666,1685,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2667,1685,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2668,1685,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2669,1685,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2670,1685,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2671,1685,'_elementor_data','[{\"id\":\"0033e46\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"4a23daa\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4536081\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ccb566\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17e97ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71ac86b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to enroll?<br>We hope to meet you soon\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b6ea6da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join the GWS family and give your child the gift of quality education in a nurturing environment. We\\u2019re here to guide you every step of the way.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"03fdb11\",\"elType\":\"widget\",\"settings\":{\"title\":\"The process\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb9e4da\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":1024,\"sizes\":[]}},\"elements\":[{\"id\":\"b293c4b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b89e33c\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e32e79d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Take a tour\",\"description_text\":\"Visit our school to explore the learning environment, facilities, and classrooms. Meet our team and get a feel of the nurturing atmosphere we provide for every child.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"f768095\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"fb7e3bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59e6b0a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Submit application\",\"description_text\":\"Complete and submit the admission form with the required documents. Our team will guide you through the process to ensure everything is smooth and hassle-free.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"e600028\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"38074b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67ee937\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Meet and greet\",\"description_text\":\"Attend an interaction session with the school team. This helps us understand your child better and gives you an opportunity to ask questions and learn more about our approach.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"0dfe92a\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dbd5416\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66e3f96\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Secure a spot\",\"description_text\":\"Once selected, confirm admission by completing the enrollment process. Welcome to the GWS family, where your child\\u2019s learning journey begins!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88dd572\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"24\",\"bottom\":\"40\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"72339b4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fdb6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-2.jpg\",\"id\":1038,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b861150\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba42aa9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-1.jpg\",\"id\":1037,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"167a10c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"330558e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4ef092d\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"32\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"bf231f8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dcbd905\",\"elType\":\"widget\",\"settings\":{\"title\":\"Required enrollment documents\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8bf8b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"122\\\" data-end=\\\"207\\\">To complete the admission process, please prepare and submit the following documents:<\\/p>\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"068efe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"620c4d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b31cb1a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Completed Admission Form\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6cec095\"},{\"text\":\"Copy of Birth Certificate\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"38949a3\"},{\"text\":\"Recent Passport-Sized Photographs (student)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7d3820a\"},{\"text\":\"Previous School Reports \\/ Transcripts\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dfafc99\"},{\"text\":\"Transfer Certificate (TC) (if applicable)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dbcda97\"},{\"text\":\"IEMIS transfer\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"e4486a6\"},{\"text\":\"Medical Records \\/ Immunization Report (if required)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"63e3672\"}],\"space_between\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d8671bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2672,1685,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2676,1686,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2677,1686,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2678,1686,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2679,1686,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2680,1686,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (2681,1686,'_elementor_data','[{\"id\":\"0033e46\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"4a23daa\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4536081\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"80\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3ccb566\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"17e97ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71ac86b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to enroll?<br>We hope to meet you soon\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"header_size\":\"h1\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b6ea6da\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Join the GWS family and give your child the gift of quality education in a nurturing environment. We\\u2019re here to guide you every step of the way.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"03fdb11\",\"elType\":\"widget\",\"settings\":{\"title\":\"The process\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h6\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb9e4da\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width_tablet\":{\"unit\":\"px\",\"size\":1024,\"sizes\":[]}},\"elements\":[{\"id\":\"b293c4b\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"b89e33c\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e32e79d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Take a tour\",\"description_text\":\"Visit our school to explore the learning environment, facilities, and classrooms. Meet our team and get a feel of the nurturing atmosphere we provide for every child.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"f768095\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"fb7e3bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59e6b0a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Submit application\",\"description_text\":\"Complete and submit the admission form with the required documents. Our team will guide you through the process to ensure everything is smooth and hassle-free.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"e600028\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"38074b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67ee937\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Meet and greet\",\"description_text\":\"Attend an interaction session with the school team. This helps us understand your child better and gives you an opportunity to ask questions and learn more about our approach.\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"0dfe92a\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":48.299999999999997,\"unit\":\"%\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dbd5416\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"align\":\"left\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"66e3f96\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Secure a spot\",\"description_text\":\"Once selected, confirm admission by completing the enrollment process. Welcome to the GWS family, where your child\\u2019s learning journey begins!\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"88dd572\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"24\",\"bottom\":\"40\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"72339b4\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c1fdb6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-2.jpg\",\"id\":1038,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b861150\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba42aa9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/daycare-admission-image-1.jpg\",\"id\":1037,\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"167a10c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"330558e\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"4ef092d\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"32\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"bf231f8\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"dcbd905\",\"elType\":\"widget\",\"settings\":{\"title\":\"Required enrollment documents\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d8bf8b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"122\\\" data-end=\\\"207\\\">To complete the admission process, please prepare and submit the following documents:<\\/p>\",\"typography_typography\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"068efe0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"620c4d7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"b31cb1a\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Completed Admission Form\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6cec095\"},{\"text\":\"Copy of Birth Certificate\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"38949a3\"},{\"text\":\"Recent Passport-Sized Photographs (student)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"7d3820a\"},{\"text\":\"Previous School Reports \\/ Transcripts\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dfafc99\"},{\"text\":\"Transfer Certificate (TC) (if applicable)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"dbcda97\"},{\"text\":\"IEMIS transfer\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"e4486a6\"},{\"text\":\"Medical Records \\/ Immunization Report (if required)\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"63e3672\"}],\"space_between\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"700\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d8671bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2682,1686,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2686,938,'site-post-title','disabled');
INSERT INTO `wp_postmeta` VALUES (2690,1687,'_customize_restore_dismissed','1');
INSERT INTO `wp_postmeta` VALUES (2691,1688,'_edit_lock','1776176247:1');
INSERT INTO `wp_postmeta` VALUES (2692,1688,'_customize_restore_dismissed','1');
INSERT INTO `wp_postmeta` VALUES (2693,1689,'_edit_lock','1776176542:1');
INSERT INTO `wp_postmeta` VALUES (2694,1689,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (2695,1689,'_wp_trash_meta_time','1776176559');
INSERT INTO `wp_postmeta` VALUES (2696,1690,'_edit_lock','1776176946:1');
INSERT INTO `wp_postmeta` VALUES (2697,433,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (2698,433,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (2699,433,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (2700,433,'_wp_old_date','2026-04-13');
INSERT INTO `wp_postmeta` VALUES (2701,434,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (2702,434,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (2703,434,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (2704,434,'_wp_old_date','2026-04-13');
INSERT INTO `wp_postmeta` VALUES (2705,435,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (2706,435,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (2707,435,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (2708,435,'_wp_old_date','2026-04-13');
INSERT INTO `wp_postmeta` VALUES (2709,1690,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (2710,1690,'_wp_trash_meta_time','1776176960');
INSERT INTO `wp_postmeta` VALUES (2711,1691,'_edit_lock','1776177050:1');
INSERT INTO `wp_postmeta` VALUES (2712,1691,'_wp_trash_meta_status','publish');
INSERT INTO `wp_postmeta` VALUES (2713,1691,'_wp_trash_meta_time','1776177073');
INSERT INTO `wp_postmeta` VALUES (2724,1693,'_wp_attached_file','2026/04/picture-3.jpg');
INSERT INTO `wp_postmeta` VALUES (2725,1693,'_wp_attachment_image_alt','picture (3)');
INSERT INTO `wp_postmeta` VALUES (2726,1693,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2300;s:6:\"height\";i:1657;s:4:\"file\";s:21:\"2026/04/picture-3.jpg\";s:8:\"filesize\";i:2303737;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"picture-3-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19027;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"picture-3-1024x738.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111318;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"picture-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:10076;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"picture-3-768x553.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70856;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"picture-3-1536x1107.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1107;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212641;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"picture-3-2048x1475.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1475;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:338621;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}');
INSERT INTO `wp_postmeta` VALUES (2727,1694,'_wp_attached_file','2026/04/picture-2.jpg');
INSERT INTO `wp_postmeta` VALUES (2728,1694,'_wp_attachment_image_alt','picture (2)');
INSERT INTO `wp_postmeta` VALUES (2729,1694,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2300;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2026/04/picture-2.jpg\";s:8:\"filesize\";i:2594500;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"picture-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:18374;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"picture-2-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130019;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"picture-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:10152;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"picture-2-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78054;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"picture-2-1536x1026.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1026;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272523;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"picture-2-2048x1368.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:453135;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}');
INSERT INTO `wp_postmeta` VALUES (2730,1695,'_wp_attached_file','2026/04/picture-1.jpg');
INSERT INTO `wp_postmeta` VALUES (2731,1695,'_wp_attachment_image_alt','picture (1)');
INSERT INTO `wp_postmeta` VALUES (2732,1695,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2303;s:6:\"height\";i:1532;s:4:\"file\";s:21:\"2026/04/picture-1.jpg\";s:8:\"filesize\";i:2183245;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"picture-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20055;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"picture-1-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113361;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"picture-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:11249;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"picture-1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73793;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"picture-1-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206911;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"picture-1-2048x1362.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:323073;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}');
INSERT INTO `wp_postmeta` VALUES (2733,1696,'_wp_attached_file','2026/04/1.jpg');
INSERT INTO `wp_postmeta` VALUES (2734,1696,'_wp_attachment_image_alt','1');
INSERT INTO `wp_postmeta` VALUES (2735,1696,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1293;s:6:\"height\";i:1084;s:4:\"file\";s:13:\"2026/04/1.jpg\";s:8:\"filesize\";i:151545;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"1-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18111;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"1-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108354;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7078;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"1-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70909;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (2736,1697,'_wp_attached_file','2026/04/2082-scaled.jpg');
INSERT INTO `wp_postmeta` VALUES (2737,1697,'_wp_attachment_image_alt','2082');
INSERT INTO `wp_postmeta` VALUES (2738,1697,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2080;s:6:\"height\";i:2560;s:4:\"file\";s:23:\"2026/04/2082-scaled.jpg\";s:8:\"filesize\";i:678426;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"2082-244x300.jpg\";s:5:\"width\";i:244;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31227;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"2082-832x1024.jpg\";s:5:\"width\";i:832;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173479;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"2082-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14052;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"2082-768x945.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:945;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155847;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"2082-1248x1536.jpg\";s:5:\"width\";i:1248;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:301299;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:18:\"2082-1664x2048.jpg\";s:5:\"width\";i:1664;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:467589;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}s:14:\"original_image\";s:8:\"2082.jpg\";}');
INSERT INTO `wp_postmeta` VALUES (2739,1698,'_wp_attached_file','2026/04/608918078_1391286219676388_4779395197971108801_n.jpg');
INSERT INTO `wp_postmeta` VALUES (2740,1698,'_wp_attachment_image_alt','608918078 1391286219676388 4779395197971108801 n');
INSERT INTO `wp_postmeta` VALUES (2741,1698,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1528;s:6:\"height\";i:1281;s:4:\"file\";s:60:\"2026/04/608918078_1391286219676388_4779395197971108801_n.jpg\";s:8:\"filesize\";i:346345;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"608918078_1391286219676388_4779395197971108801_n-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21603;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"608918078_1391286219676388_4779395197971108801_n-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178029;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"608918078_1391286219676388_4779395197971108801_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:7716;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"608918078_1391286219676388_4779395197971108801_n-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109541;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (2742,1699,'_wp_attached_file','2026/04/622377885_1413786470759696_2212442530764339429_n.jpg');
INSERT INTO `wp_postmeta` VALUES (2743,1699,'_wp_attachment_image_alt','622377885 1413786470759696 2212442530764339429 n');
INSERT INTO `wp_postmeta` VALUES (2744,1699,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1293;s:6:\"height\";i:1084;s:4:\"file\";s:60:\"2026/04/622377885_1413786470759696_2212442530764339429_n.jpg\";s:8:\"filesize\";i:138327;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"622377885_1413786470759696_2212442530764339429_n-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19989;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"622377885_1413786470759696_2212442530764339429_n-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124824;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"622377885_1413786470759696_2212442530764339429_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:7927;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"622377885_1413786470759696_2212442530764339429_n-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81820;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (2745,1700,'_wp_attached_file','2026/04/652675611_1451847693620240_4753971416062065307_n.jpg');
INSERT INTO `wp_postmeta` VALUES (2746,1700,'_wp_attachment_image_alt','652675611 1451847693620240 4753971416062065307 n');
INSERT INTO `wp_postmeta` VALUES (2747,1700,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:60:\"2026/04/652675611_1451847693620240_4753971416062065307_n.jpg\";s:8:\"filesize\";i:538621;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"652675611_1451847693620240_4753971416062065307_n-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17542;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"652675611_1451847693620240_4753971416062065307_n-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121350;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"652675611_1451847693620240_4753971416062065307_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:7794;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"652675611_1451847693620240_4753971416062065307_n-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77624;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:62:\"652675611_1451847693620240_4753971416062065307_n-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224824;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (2748,1701,'_wp_attached_file','2026/04/Hemanta-Sunuwar.jpg');
INSERT INTO `wp_postmeta` VALUES (2749,1701,'_wp_attachment_image_alt','hemanta sunuwar');
INSERT INTO `wp_postmeta` VALUES (2750,1701,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:928;s:6:\"height\";i:1120;s:4:\"file\";s:27:\"2026/04/Hemanta-Sunuwar.jpg\";s:8:\"filesize\";i:162230;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Hemanta-Sunuwar-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8304;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Hemanta-Sunuwar-848x1024.jpg\";s:5:\"width\";i:848;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53161;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Hemanta-Sunuwar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3881;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Hemanta-Sunuwar-768x927.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:927;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45584;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}');
INSERT INTO `wp_postmeta` VALUES (2751,1702,'_wp_attached_file','2026/04/SEE-2082-1.jpg');
INSERT INTO `wp_postmeta` VALUES (2752,1702,'_wp_attachment_image_alt','see 2082');
INSERT INTO `wp_postmeta` VALUES (2753,1702,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1600;s:4:\"file\";s:22:\"2026/04/SEE-2082-1.jpg\";s:8:\"filesize\";i:1800556;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"SEE-2082-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21333;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"SEE-2082-1-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162297;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"SEE-2082-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:7953;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"SEE-2082-1-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100186;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"SEE-2082-1-1536x1229.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1229;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:309613;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (2754,1703,'_wp_attached_file','2026/04/Sugam-Ram-Bhandari.jpg');
INSERT INTO `wp_postmeta` VALUES (2755,1703,'_wp_attachment_image_alt','sugam ram bhandari');
INSERT INTO `wp_postmeta` VALUES (2756,1703,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:896;s:6:\"height\";i:1195;s:4:\"file\";s:30:\"2026/04/Sugam-Ram-Bhandari.jpg\";s:8:\"filesize\";i:375501;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Sugam-Ram-Bhandari-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11093;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Sugam-Ram-Bhandari-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105805;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Sugam-Ram-Bhandari-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4786;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"Sugam-Ram-Bhandari-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105805;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}');
INSERT INTO `wp_postmeta` VALUES (2757,1704,'_wp_attached_file','2026/04/viber_image_2026-04-04_17-05-37-294.jpg');
INSERT INTO `wp_postmeta` VALUES (2758,1704,'_wp_attachment_image_alt','viber image 2026 04 04 17 05 37 294');
INSERT INTO `wp_postmeta` VALUES (2759,1704,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:47:\"2026/04/viber_image_2026-04-04_17-05-37-294.jpg\";s:8:\"filesize\";i:251849;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"viber_image_2026-04-04_17-05-37-294-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15156;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"viber_image_2026-04-04_17-05-37-294-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102656;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"viber_image_2026-04-04_17-05-37-294-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7375;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"viber_image_2026-04-04_17-05-37-294-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102656;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"viber_image_2026-04-04_17-05-37-294-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195775;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wp_postmeta` VALUES (2760,1705,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2761,1705,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2762,1705,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2763,1705,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2764,1705,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"332\\\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\\\"55\\\" data-end=\\\"104\\\">spacious, child-friendly, and age-appropriate<\\/strong>, creating a <strong data-start=\\\"117\\\" data-end=\\\"180\\\">comfortable and engaging environment for effective learning<\\/strong>. Each classroom is well-equipped with <strong data-start=\\\"219\\\" data-end=\\\"261\\\">modern teaching and learning materials<\\/strong> that support <strong data-start=\\\"275\\\" data-end=\\\"329\\\">progressive and interactive teaching methodologies<\\/strong>.<\\/p>\\n<p data-start=\\\"334\\\" data-end=\\\"677\\\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\\\"393\\\" data-end=\\\"426\\\">safe, age-appropriate seating<\\/strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\\\"505\\\" data-end=\\\"542\\\">move freely and learn comfortably<\\/strong>. From Grade 3 onwards, students are provided with <strong data-start=\\\"593\\\" data-end=\\\"613\\\">individual desks<\\/strong> that promote <strong data-start=\\\"627\\\" data-end=\\\"674\\\">focus, independence, and organized learning<\\/strong>.<\\/p>\\n<p data-start=\\\"679\\\" data-end=\\\"1011\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">All classrooms are <strong data-start=\\\"698\\\" data-end=\\\"713\\\">ICT-enabled<\\/strong> and feature <strong data-start=\\\"726\\\" data-end=\\\"755\\\">dedicated reading corners<\\/strong> to encourage a <strong data-start=\\\"771\\\" data-end=\\\"819\\\">love for reading and independent exploration<\\/strong>. Ample space is provided to facilitate <strong data-start=\\\"859\\\" data-end=\\\"920\\\">hands-on activities, group work, and interactive learning<\\/strong>, ensuring that students <strong data-start=\\\"945\\\" data-end=\\\"1010\\\">actively participate and fully engage in the learning process<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"350\\\">The Library at GWS serves as a <strong data-start=\\\"31\\\" data-end=\\\"55\\\">dynamic learning hub<\\/strong> that nurtures a strong culture of <strong data-start=\\\"90\\\" data-end=\\\"134\\\">reading, research, and lifelong learning<\\/strong>. It is well-stocked with a wide range of <strong data-start=\\\"176\\\" data-end=\\\"201\\\">age-appropriate books<\\/strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\\\"299\\\" data-end=\\\"347\\\">curriculum needs and independent exploration<\\/strong>.<\\/p>\\n<p data-start=\\\"352\\\" data-end=\\\"737\\\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\\\"437\\\" data-end=\\\"471\\\">reading habits among educators<\\/strong> as well. A dedicated <strong data-start=\\\"493\\\" data-end=\\\"522\\\">teachers\\u2019 library section<\\/strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\\\"631\\\" data-end=\\\"712\\\">continuously enhance their knowledge, teaching practices, and personal growth<\\/strong> beyond the curriculum.<\\/p>\\n<p data-start=\\\"739\\\" data-end=\\\"1122\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">Designed to be <strong data-start=\\\"754\\\" data-end=\\\"801\\\">peaceful, comfortable, and student-friendly<\\/strong>, the library provides an ideal space for <strong data-start=\\\"843\\\" data-end=\\\"890\\\">focused reading and intellectual engagement<\\/strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\\\"964\\\" data-end=\\\"1026\\\">curiosity, creativity, and a lifelong passion for learning<\\/strong>, making the library a true cornerstone of <strong data-start=\\\"1069\\\" data-end=\\\"1114\\\">academic excellence and continuous growth<\\/strong> at GWS.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0037ccb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1fec8a7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"b950b6c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c29ed94\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"f52f0f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"07\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61054bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outdoor activities &amp; Trips\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true},\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e32b5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;54\\\\&quot;\\\" data-end=\\\"\\\\&quot;526\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">At&nbsp;<span data-start=\\\"\\\\&quot;57\\\\&quot;\\\" data-end=\\\"\\\\&quot;80\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Genius World School<\\/span>, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;<span data-start=\\\"\\\\&quot;186\\\\&quot;\\\" data-end=\\\"\\\\&quot;225\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">field trips, dayouts, and nightouts<\\/span>&nbsp;play a vital role in enriching students\\u2019 learning experiences. These activities are designed not only to educate students about&nbsp;<span data-start=\\\"\\\\&quot;354\\\\&quot;\\\" data-end=\\\"\\\\&quot;405\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">culture, tradition, nature, and the environment<\\/span>, but also to help them develop important&nbsp;<span data-start=\\\"\\\\&quot;447\\\\&quot;\\\" data-end=\\\"\\\\&quot;462\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">life skills<\\/span>&nbsp;such as teamwork, independence, responsibility, and confidence.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;896\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;539\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Dayouts<\\/span>&nbsp;are regularly organized for all grades within school hours, based on&nbsp;<span data-start=\\\"\\\\&quot;609\\\\&quot;\\\" data-end=\\\"\\\\&quot;643\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">thematic learning requirements<\\/span>. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;1275\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;911\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Nightouts<\\/span>&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;<span data-start=\\\"\\\\&quot;1019\\\\&quot;\\\" data-end=\\\"\\\\&quot;1036\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 1 and 2<\\/span>, students participate in&nbsp;<span data-start=\\\"\\\\&quot;1062\\\\&quot;\\\" data-end=\\\"\\\\&quot;1109\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">night camping experiences within the school<\\/span>, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1277\\\\&quot;\\\" data-end=\\\"\\\\&quot;1521\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">For&nbsp;<span data-start=\\\"\\\\&quot;1281\\\\&quot;\\\" data-end=\\\"\\\\&quot;1297\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 3 to 5<\\/span>, students go on&nbsp;<span data-start=\\\"\\\\&quot;1314\\\\&quot;\\\" data-end=\\\"\\\\&quot;1338\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">1-night, 2-day trips<\\/span>, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1523\\\\&quot;\\\" data-end=\\\"\\\\&quot;1854\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Students from&nbsp;<span data-start=\\\"\\\\&quot;1537\\\\&quot;\\\" data-end=\\\"\\\\&quot;1554\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 6 to 10<\\/span>&nbsp;participate in&nbsp;<span data-start=\\\"\\\\&quot;1570\\\\&quot;\\\" data-end=\\\"\\\\&quot;1618\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">longer trips of at least 2 nights and 3 days<\\/span>. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.<\\/p><p justify;\\\\\\\"=\\\"\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">&nbsp;<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1856\\\\&quot;\\\" data-end=\\\"\\\\&quot;2132\\\\&quot;\\\" data-is-last-node=\\\"\\\\&quot;\\\\&quot;\\\" data-is-only-node=\\\"\\\\&quot;\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6297014\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"09e19f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"157184d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"85ac20f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"204ee16\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"4efb019\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c50521d\",\"elType\":\"widget\",\"settings\":{\"title\":\"08\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26083fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Parental Guidence &amp; Counselling\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a504689\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, educational service guidance is an important part of supporting students\\u2019 academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0e0a27d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c750d8a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1201dca\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"55905a1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"9212ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"09\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ced360\",\"elType\":\"widget\",\"settings\":{\"title\":\"ECA\\/CCA Activities\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f274527\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, ECA\\/CCA activities are an integral part of our holistic education approach, designed to nurture students\\u2019 talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our \\u201cExtra Club\\u201d offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"96f1ce2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"0f5468e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9cbca0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"db75f9f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"680f1ce\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"25fcbae\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ff0e8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"10\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82faa4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Art &amp; Crafts\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"067d6a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork\\u2014it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2765,1705,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2766,1705,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2769,1706,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2770,1706,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2771,1706,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2772,1706,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2773,1706,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"332\\\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\\\"55\\\" data-end=\\\"104\\\">spacious, child-friendly, and age-appropriate<\\/strong>, creating a <strong data-start=\\\"117\\\" data-end=\\\"180\\\">comfortable and engaging environment for effective learning<\\/strong>. Each classroom is well-equipped with <strong data-start=\\\"219\\\" data-end=\\\"261\\\">modern teaching and learning materials<\\/strong> that support <strong data-start=\\\"275\\\" data-end=\\\"329\\\">progressive and interactive teaching methodologies<\\/strong>.<\\/p>\\n<p data-start=\\\"334\\\" data-end=\\\"677\\\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\\\"393\\\" data-end=\\\"426\\\">safe, age-appropriate seating<\\/strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\\\"505\\\" data-end=\\\"542\\\">move freely and learn comfortably<\\/strong>. From Grade 3 onwards, students are provided with <strong data-start=\\\"593\\\" data-end=\\\"613\\\">individual desks<\\/strong> that promote <strong data-start=\\\"627\\\" data-end=\\\"674\\\">focus, independence, and organized learning<\\/strong>.<\\/p>\\n<p data-start=\\\"679\\\" data-end=\\\"1011\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">All classrooms are <strong data-start=\\\"698\\\" data-end=\\\"713\\\">ICT-enabled<\\/strong> and feature <strong data-start=\\\"726\\\" data-end=\\\"755\\\">dedicated reading corners<\\/strong> to encourage a <strong data-start=\\\"771\\\" data-end=\\\"819\\\">love for reading and independent exploration<\\/strong>. Ample space is provided to facilitate <strong data-start=\\\"859\\\" data-end=\\\"920\\\">hands-on activities, group work, and interactive learning<\\/strong>, ensuring that students <strong data-start=\\\"945\\\" data-end=\\\"1010\\\">actively participate and fully engage in the learning process<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"350\\\">The Library at GWS serves as a <strong data-start=\\\"31\\\" data-end=\\\"55\\\">dynamic learning hub<\\/strong> that nurtures a strong culture of <strong data-start=\\\"90\\\" data-end=\\\"134\\\">reading, research, and lifelong learning<\\/strong>. It is well-stocked with a wide range of <strong data-start=\\\"176\\\" data-end=\\\"201\\\">age-appropriate books<\\/strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\\\"299\\\" data-end=\\\"347\\\">curriculum needs and independent exploration<\\/strong>.<\\/p>\\n<p data-start=\\\"352\\\" data-end=\\\"737\\\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\\\"437\\\" data-end=\\\"471\\\">reading habits among educators<\\/strong> as well. A dedicated <strong data-start=\\\"493\\\" data-end=\\\"522\\\">teachers\\u2019 library section<\\/strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\\\"631\\\" data-end=\\\"712\\\">continuously enhance their knowledge, teaching practices, and personal growth<\\/strong> beyond the curriculum.<\\/p>\\n<p data-start=\\\"739\\\" data-end=\\\"1122\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">Designed to be <strong data-start=\\\"754\\\" data-end=\\\"801\\\">peaceful, comfortable, and student-friendly<\\/strong>, the library provides an ideal space for <strong data-start=\\\"843\\\" data-end=\\\"890\\\">focused reading and intellectual engagement<\\/strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\\\"964\\\" data-end=\\\"1026\\\">curiosity, creativity, and a lifelong passion for learning<\\/strong>, making the library a true cornerstone of <strong data-start=\\\"1069\\\" data-end=\\\"1114\\\">academic excellence and continuous growth<\\/strong> at GWS.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0037ccb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1fec8a7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"b950b6c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c29ed94\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"f52f0f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"07\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61054bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outdoor activities &amp; Trips\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true},\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e32b5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;54\\\\&quot;\\\" data-end=\\\"\\\\&quot;526\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">At&nbsp;<span data-start=\\\"\\\\&quot;57\\\\&quot;\\\" data-end=\\\"\\\\&quot;80\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Genius World School<\\/span>, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;<span data-start=\\\"\\\\&quot;186\\\\&quot;\\\" data-end=\\\"\\\\&quot;225\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">field trips, dayouts, and nightouts<\\/span>&nbsp;play a vital role in enriching students\\u2019 learning experiences. These activities are designed not only to educate students about&nbsp;<span data-start=\\\"\\\\&quot;354\\\\&quot;\\\" data-end=\\\"\\\\&quot;405\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">culture, tradition, nature, and the environment<\\/span>, but also to help them develop important&nbsp;<span data-start=\\\"\\\\&quot;447\\\\&quot;\\\" data-end=\\\"\\\\&quot;462\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">life skills<\\/span>&nbsp;such as teamwork, independence, responsibility, and confidence.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;896\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;539\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Dayouts<\\/span>&nbsp;are regularly organized for all grades within school hours, based on&nbsp;<span data-start=\\\"\\\\&quot;609\\\\&quot;\\\" data-end=\\\"\\\\&quot;643\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">thematic learning requirements<\\/span>. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;1275\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;911\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Nightouts<\\/span>&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;<span data-start=\\\"\\\\&quot;1019\\\\&quot;\\\" data-end=\\\"\\\\&quot;1036\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 1 and 2<\\/span>, students participate in&nbsp;<span data-start=\\\"\\\\&quot;1062\\\\&quot;\\\" data-end=\\\"\\\\&quot;1109\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">night camping experiences within the school<\\/span>, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1277\\\\&quot;\\\" data-end=\\\"\\\\&quot;1521\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">For&nbsp;<span data-start=\\\"\\\\&quot;1281\\\\&quot;\\\" data-end=\\\"\\\\&quot;1297\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 3 to 5<\\/span>, students go on&nbsp;<span data-start=\\\"\\\\&quot;1314\\\\&quot;\\\" data-end=\\\"\\\\&quot;1338\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">1-night, 2-day trips<\\/span>, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1523\\\\&quot;\\\" data-end=\\\"\\\\&quot;1854\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Students from&nbsp;<span data-start=\\\"\\\\&quot;1537\\\\&quot;\\\" data-end=\\\"\\\\&quot;1554\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 6 to 10<\\/span>&nbsp;participate in&nbsp;<span data-start=\\\"\\\\&quot;1570\\\\&quot;\\\" data-end=\\\"\\\\&quot;1618\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">longer trips of at least 2 nights and 3 days<\\/span>. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.<\\/p><p justify;\\\\\\\"=\\\"\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">&nbsp;<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1856\\\\&quot;\\\" data-end=\\\"\\\\&quot;2132\\\\&quot;\\\" data-is-last-node=\\\"\\\\&quot;\\\\&quot;\\\" data-is-only-node=\\\"\\\\&quot;\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6297014\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"09e19f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"157184d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"85ac20f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"204ee16\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"4efb019\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c50521d\",\"elType\":\"widget\",\"settings\":{\"title\":\"08\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26083fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Parental Guidence &amp; Counselling\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a504689\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, educational service guidance is an important part of supporting students\\u2019 academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0e0a27d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c750d8a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1201dca\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"55905a1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"9212ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"09\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ced360\",\"elType\":\"widget\",\"settings\":{\"title\":\"ECA\\/CCA Activities\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f274527\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, ECA\\/CCA activities are an integral part of our holistic education approach, designed to nurture students\\u2019 talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our \\u201cExtra Club\\u201d offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"96f1ce2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-3.jpg\",\"id\":802,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"0f5468e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9cbca0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-2.jpg\",\"id\":804,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"db75f9f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"680f1ce\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"25fcbae\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ff0e8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"10\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82faa4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Art &amp; Crafts\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"067d6a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork\\u2014it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2774,1706,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2775,1706,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2778,1707,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2779,1707,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2780,1707,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2781,1707,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2782,1707,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"332\\\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\\\"55\\\" data-end=\\\"104\\\">spacious, child-friendly, and age-appropriate<\\/strong>, creating a <strong data-start=\\\"117\\\" data-end=\\\"180\\\">comfortable and engaging environment for effective learning<\\/strong>. Each classroom is well-equipped with <strong data-start=\\\"219\\\" data-end=\\\"261\\\">modern teaching and learning materials<\\/strong> that support <strong data-start=\\\"275\\\" data-end=\\\"329\\\">progressive and interactive teaching methodologies<\\/strong>.<\\/p>\\n<p data-start=\\\"334\\\" data-end=\\\"677\\\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\\\"393\\\" data-end=\\\"426\\\">safe, age-appropriate seating<\\/strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\\\"505\\\" data-end=\\\"542\\\">move freely and learn comfortably<\\/strong>. From Grade 3 onwards, students are provided with <strong data-start=\\\"593\\\" data-end=\\\"613\\\">individual desks<\\/strong> that promote <strong data-start=\\\"627\\\" data-end=\\\"674\\\">focus, independence, and organized learning<\\/strong>.<\\/p>\\n<p data-start=\\\"679\\\" data-end=\\\"1011\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">All classrooms are <strong data-start=\\\"698\\\" data-end=\\\"713\\\">ICT-enabled<\\/strong> and feature <strong data-start=\\\"726\\\" data-end=\\\"755\\\">dedicated reading corners<\\/strong> to encourage a <strong data-start=\\\"771\\\" data-end=\\\"819\\\">love for reading and independent exploration<\\/strong>. Ample space is provided to facilitate <strong data-start=\\\"859\\\" data-end=\\\"920\\\">hands-on activities, group work, and interactive learning<\\/strong>, ensuring that students <strong data-start=\\\"945\\\" data-end=\\\"1010\\\">actively participate and fully engage in the learning process<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/picture-1.jpg\",\"id\":1695,\"alt\":\"picture (1)\",\"source\":\"library\",\"size\":\"\"},\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"350\\\">The Library at GWS serves as a <strong data-start=\\\"31\\\" data-end=\\\"55\\\">dynamic learning hub<\\/strong> that nurtures a strong culture of <strong data-start=\\\"90\\\" data-end=\\\"134\\\">reading, research, and lifelong learning<\\/strong>. It is well-stocked with a wide range of <strong data-start=\\\"176\\\" data-end=\\\"201\\\">age-appropriate books<\\/strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\\\"299\\\" data-end=\\\"347\\\">curriculum needs and independent exploration<\\/strong>.<\\/p>\\n<p data-start=\\\"352\\\" data-end=\\\"737\\\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\\\"437\\\" data-end=\\\"471\\\">reading habits among educators<\\/strong> as well. A dedicated <strong data-start=\\\"493\\\" data-end=\\\"522\\\">teachers\\u2019 library section<\\/strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\\\"631\\\" data-end=\\\"712\\\">continuously enhance their knowledge, teaching practices, and personal growth<\\/strong> beyond the curriculum.<\\/p>\\n<p data-start=\\\"739\\\" data-end=\\\"1122\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">Designed to be <strong data-start=\\\"754\\\" data-end=\\\"801\\\">peaceful, comfortable, and student-friendly<\\/strong>, the library provides an ideal space for <strong data-start=\\\"843\\\" data-end=\\\"890\\\">focused reading and intellectual engagement<\\/strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\\\"964\\\" data-end=\\\"1026\\\">curiosity, creativity, and a lifelong passion for learning<\\/strong>, making the library a true cornerstone of <strong data-start=\\\"1069\\\" data-end=\\\"1114\\\">academic excellence and continuous growth<\\/strong> at GWS.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/picture-3.jpg\",\"id\":1693,\"alt\":\"picture (3)\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/3.jpg\",\"id\":1566,\"alt\":\"3\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":92,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/20260220_172740.jpg-1-scaled.jpeg\",\"id\":1434,\"alt\":\"20260220 172740.jpg (1)\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0037ccb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1fec8a7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"b950b6c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c29ed94\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"f52f0f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"07\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61054bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outdoor activities &amp; Trips\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true},\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e32b5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;54\\\\&quot;\\\" data-end=\\\"\\\\&quot;526\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">At&nbsp;<span data-start=\\\"\\\\&quot;57\\\\&quot;\\\" data-end=\\\"\\\\&quot;80\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Genius World School<\\/span>, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;<span data-start=\\\"\\\\&quot;186\\\\&quot;\\\" data-end=\\\"\\\\&quot;225\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">field trips, dayouts, and nightouts<\\/span>&nbsp;play a vital role in enriching students\\u2019 learning experiences. These activities are designed not only to educate students about&nbsp;<span data-start=\\\"\\\\&quot;354\\\\&quot;\\\" data-end=\\\"\\\\&quot;405\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">culture, tradition, nature, and the environment<\\/span>, but also to help them develop important&nbsp;<span data-start=\\\"\\\\&quot;447\\\\&quot;\\\" data-end=\\\"\\\\&quot;462\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">life skills<\\/span>&nbsp;such as teamwork, independence, responsibility, and confidence.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;896\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;539\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Dayouts<\\/span>&nbsp;are regularly organized for all grades within school hours, based on&nbsp;<span data-start=\\\"\\\\&quot;609\\\\&quot;\\\" data-end=\\\"\\\\&quot;643\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">thematic learning requirements<\\/span>. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;1275\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;911\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Nightouts<\\/span>&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;<span data-start=\\\"\\\\&quot;1019\\\\&quot;\\\" data-end=\\\"\\\\&quot;1036\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 1 and 2<\\/span>, students participate in&nbsp;<span data-start=\\\"\\\\&quot;1062\\\\&quot;\\\" data-end=\\\"\\\\&quot;1109\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">night camping experiences within the school<\\/span>, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1277\\\\&quot;\\\" data-end=\\\"\\\\&quot;1521\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">For&nbsp;<span data-start=\\\"\\\\&quot;1281\\\\&quot;\\\" data-end=\\\"\\\\&quot;1297\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 3 to 5<\\/span>, students go on&nbsp;<span data-start=\\\"\\\\&quot;1314\\\\&quot;\\\" data-end=\\\"\\\\&quot;1338\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">1-night, 2-day trips<\\/span>, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1523\\\\&quot;\\\" data-end=\\\"\\\\&quot;1854\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Students from&nbsp;<span data-start=\\\"\\\\&quot;1537\\\\&quot;\\\" data-end=\\\"\\\\&quot;1554\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 6 to 10<\\/span>&nbsp;participate in&nbsp;<span data-start=\\\"\\\\&quot;1570\\\\&quot;\\\" data-end=\\\"\\\\&quot;1618\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">longer trips of at least 2 nights and 3 days<\\/span>. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.<\\/p><p justify;\\\\\\\"=\\\"\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">&nbsp;<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1856\\\\&quot;\\\" data-end=\\\"\\\\&quot;2132\\\\&quot;\\\" data-is-last-node=\\\"\\\\&quot;\\\\&quot;\\\" data-is-only-node=\\\"\\\\&quot;\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6297014\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/608918078_1391286219676388_4779395197971108801_n.jpg\",\"id\":1698,\"alt\":\"608918078 1391286219676388 4779395197971108801 n\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"09e19f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"157184d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/622377885_1413786470759696_2212442530764339429_n.jpg\",\"id\":1699,\"alt\":\"622377885 1413786470759696 2212442530764339429 n\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"85ac20f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"204ee16\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"4efb019\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c50521d\",\"elType\":\"widget\",\"settings\":{\"title\":\"08\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26083fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Parental Guidence &amp; Counselling\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a504689\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, educational service guidance is an important part of supporting students\\u2019 academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0e0a27d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c750d8a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1201dca\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"55905a1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"9212ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"09\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ced360\",\"elType\":\"widget\",\"settings\":{\"title\":\"ECA\\/CCA Activities\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f274527\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, ECA\\/CCA activities are an integral part of our holistic education approach, designed to nurture students\\u2019 talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our \\u201cExtra Club\\u201d offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"96f1ce2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/5.jpg\",\"id\":1568,\"alt\":\"5\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"0f5468e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9cbca0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"db75f9f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"680f1ce\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"25fcbae\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ff0e8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"10\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82faa4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Art &amp; Crafts\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"067d6a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork\\u2014it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2783,1707,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2784,1707,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2787,97,'_elementor_css','a:6:{s:4:\"time\";i:1776179095;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:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2788,1412,'_elementor_page_assets','a:2:{s:6:\"styles\";a:9:{i:0;s:14:\"widget-heading\";i:1;s:18:\"widget-star-rating\";i:2;s:15:\"widget-icon-box\";i:3;s:12:\"widget-image\";i:4;s:16:\"widget-image-box\";i:5;s:14:\"widget-divider\";i:6;s:16:\"widget-icon-list\";i:7;s:12:\"widget-video\";i:8;s:18:\"widget-testimonial\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:29:\"elementor-v2-widgets-frontend\";i:2;s:25:\"elementor-youtube-handler\";}}');
INSERT INTO `wp_postmeta` VALUES (2789,1412,'_elementor_css','a:6:{s:4:\"time\";i:1776179095;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:1;s:8:\"fa-solid\";i:6;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2790,1412,'_elementor_element_cache','{\"timeout\":1776434630,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-21314c5 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"21314c5\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-e8694c7 e-con-full e-flex e-con e-child\\\" data-id=\\\"e8694c7\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e54df45 elementor-widget elementor-widget-heading\\\" data-id=\\\"e54df45\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Play. explore.  learn.<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cffcb38 elementor-widget elementor-widget-heading\\\" data-id=\\\"cffcb38\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">A safe and joyful place for your lovely children<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjYwNWViNDkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBjbGFzcz1cIk1zb05vcm1hbFwiPldlbGNvbWUgdG8gR2VuaXVzIFdvcmxkIFNjaG9vbC4gV2UgYXJlIGNvbW1pdHRlZCB0byBwcm92aWRpbmcgcXVhbGl0eSBlZHVjYXRpb24gd2l0aCBhIGZvY3VzIG9uIGhvbGlzdGljIGRldmVsb3BtZW50IG9mIGNoaWxkcmVuLjxcL3A+IiwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6Ii0xNiIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]<div class=\\\"elementor-element elementor-element-332e5b3 e-con-full e-flex e-con e-child\\\" data-id=\\\"332e5b3\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-0093a6a e-con-full e-flex e-con e-child\\\" data-id=\\\"0093a6a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d736abc elementor-widget elementor-widget-button\\\" data-id=\\\"d736abc\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Enroll your kid<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-816efea e-con-full e-flex e-con e-child\\\" data-id=\\\"816efea\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-42c4ac2 elementor-star-rating-mobile--align-start elementor--star-style-star_fontawesome elementor-widget elementor-widget-star-rating\\\" data-id=\\\"42c4ac2\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"star-rating.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-star-rating__wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-star-rating\\\" itemtype=\\\"http:\\/\\/schema.org\\/Rating\\\" itemscope=\\\"\\\" itemprop=\\\"reviewRating\\\">\\n\\t\\t\\t\\t<i class=\\\"elementor-star-full\\\" aria-hidden=\\\"true\\\">&#xE933;<\\/i><i class=\\\"elementor-star-full\\\" aria-hidden=\\\"true\\\">&#xE933;<\\/i><i class=\\\"elementor-star-full\\\" aria-hidden=\\\"true\\\">&#xE933;<\\/i><i class=\\\"elementor-star-full\\\" aria-hidden=\\\"true\\\">&#xE933;<\\/i><i class=\\\"elementor-star-8\\\" aria-hidden=\\\"true\\\">&#xE933;<\\/i>\\t\\t\\t\\t<span itemprop=\\\"ratingValue\\\" class=\\\"elementor-screen-only\\\">Rated 4.8 out of 5<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b38bfce elementor-widget elementor-widget-heading\\\" data-id=\\\"b38bfce\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-heading-title elementor-size-default\\\">4.8 rating on Google<\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-af9d5ab elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"af9d5ab\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-phone\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\t(1) 4981777 \\/ 4989177\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-ff7553b e-con-full e-flex e-con e-child\\\" data-id=\\\"ff7553b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3853849 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image\\\" data-id=\\\"3853849\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"2560\\\" height=\\\"1707\\\" src=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg\\\" class=\\\"attachment-full size-full wp-image-1414\\\" alt=\\\"img 1651\\\" srcset=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-scaled.jpg 2560w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-300x200.jpg 300w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-1024x683.jpg 1024w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-768x512.jpg 768w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-1536x1024.jpg 1536w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_1651-2048x1365.jpg 2048w\\\" sizes=\\\"(max-width: 2560px) 100vw, 2560px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-ebad957 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"ebad957\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-190216c e-con-full e-flex e-con e-child\\\" data-id=\\\"190216c\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5376154 elementor-widget elementor-widget-image\\\" data-id=\\\"5376154\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"1024\\\" src=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\\\" class=\\\"attachment-full size-full wp-image-1415\\\" alt=\\\"chatgpt image mar 12, 2026, 10 29 57 pm\\\" srcset=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-15e88cb e-con-full e-flex e-con e-child\\\" data-id=\\\"15e88cb\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-dab8833 elementor-widget elementor-widget-heading\\\" data-id=\\\"dab8833\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">About us<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0378ad9 elementor-widget elementor-widget-heading\\\" data-id=\\\"0378ad9\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">We are here to help parents raise happy and healthy children<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-01810a7 elementor-widget elementor-widget-button\\\" data-id=\\\"01810a7\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Know more about us<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-331d7cc e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"331d7cc\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-f860b3e e-con-full e-flex e-con e-child\\\" data-id=\\\"f860b3e\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-56fc933 elementor-widget elementor-widget-image\\\" data-id=\\\"56fc933\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"928\\\" height=\\\"1120\\\" src=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\\\" class=\\\"attachment-full size-full wp-image-1426\\\" alt=\\\"viber image 2026 04 02 20 35 24 922\\\" srcset=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg 928w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\\\" sizes=\\\"(max-width: 928px) 100vw, 928px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-543ed7f e-con-full e-flex e-con e-child\\\" data-id=\\\"543ed7f\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6ImIxMjU5MWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5cIiBPdXIgc2Nob29sIGlzIGNvbW1pdHRlZCB0byBhY2FkZW1pYyBleGNlbGxlbmNlIHdoaWxlIGFsc28gZm9jdXNpbmcgb24gdGhlIGhvbGlzdGljIGRldmVsb3BtZW50IG9mIGV2ZXJ5IGNoaWxkLiBXZSBzdHJpdmUgdG8gc2hhcGUgcmVzcG9uc2libGUsIGNvbmZpZGVudCwgYW5kIGNhcGFibGUgaW5kaXZpZHVhbHMgcHJlcGFyZWQgZm9yIHRoZSBmdXR1cmUuIFwiPFwvcD4iLCJhbGlnbiI6Imp1c3RpZnkiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjozMiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjI0LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS42MDAwMDAwMDAwMDAwMDAxLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-9db7586 elementor-widget elementor-widget-image-box\\\" data-id=\\\"9db7586\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><div class=\\\"elementor-image-box-content\\\"><div class=\\\"elementor-image-box-title\\\">Hemanta Sunuwar<\\/div><p class=\\\"elementor-image-box-description\\\">School Principal<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-0fb795a e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"0fb795a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-bd43989 e-con-full e-flex e-con e-child\\\" data-id=\\\"bd43989\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-03d170c elementor-widget elementor-widget-heading\\\" data-id=\\\"03d170c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\"><p>Our curriculum<span style=\\\"font-size: 2.66667rem;font-style: inherit\\\"><\\/span><\\/p><\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e6ffb07 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"e6ffb07\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-131c75e e-con-full e-flex e-con e-child\\\" data-id=\\\"131c75e\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4132f76 elementor-widget elementor-widget-image\\\" data-id=\\\"4132f76\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1280\\\" height=\\\"960\\\" src=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\\\" class=\\\"attachment-full size-full wp-image-1427\\\" alt=\\\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\\\" srcset=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\\\" sizes=\\\"(max-width: 1280px) 100vw, 1280px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-45839a2 elementor-vertical-align-top elementor-widget elementor-widget-image-box\\\" data-id=\\\"45839a2\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><div class=\\\"elementor-image-box-content\\\"><h4 class=\\\"elementor-image-box-title\\\">Education philosophy<\\/h4><p class=\\\"elementor-image-box-description\\\">At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-138ae62 elementor-widget elementor-widget-button\\\" data-id=\\\"138ae62\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-angle-right\\\" viewBox=\\\"0 0 256 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn more<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-a42014d e-con-full e-flex e-con e-child\\\" data-id=\\\"a42014d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3121f29 elementor-widget elementor-widget-image\\\" data-id=\\\"3121f29\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1200\\\" height=\\\"1600\\\" src=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg\\\" class=\\\"attachment-full size-full wp-image-1428\\\" alt=\\\"viber image 2026 03 14 20 13 31 192\\\" srcset=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\\\" sizes=\\\"(max-width: 1200px) 100vw, 1200px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-58fa6f9 elementor-vertical-align-top elementor-widget elementor-widget-image-box\\\" data-id=\\\"58fa6f9\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><div class=\\\"elementor-image-box-content\\\"><h4 class=\\\"elementor-image-box-title\\\">Curriculum<\\/h4><p class=\\\"elementor-image-box-description\\\">GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-379232b elementor-widget elementor-widget-button\\\" data-id=\\\"379232b\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-angle-right\\\" viewBox=\\\"0 0 256 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn more<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-075ab3c e-con-full e-flex e-con e-child\\\" data-id=\\\"075ab3c\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6fbab77 elementor-widget elementor-widget-image\\\" data-id=\\\"6fbab77\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\\\" data-elementor-open-lightbox=\\\"no\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"768\\\" height=\\\"576\\\" src=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\\\" class=\\\"attachment-medium_large size-medium_large wp-image-1448\\\" alt=\\\"650252794 1449099750561701 6776450286856226043 n\\\" srcset=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\\\" sizes=\\\"(max-width: 768px) 100vw, 768px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c9038d4 elementor-vertical-align-top elementor-widget elementor-widget-image-box\\\" data-id=\\\"c9038d4\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><div class=\\\"elementor-image-box-content\\\"><h4 class=\\\"elementor-image-box-title\\\">Teaching methods<\\/h4><p class=\\\"elementor-image-box-description\\\">At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-bfac0e3 elementor-widget elementor-widget-button\\\" data-id=\\\"bfac0e3\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-angle-right\\\" viewBox=\\\"0 0 256 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn more<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f873fee elementor-widget elementor-widget-heading\\\" data-id=\\\"f873fee\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">School Schedule<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-1496456 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"1496456\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-82118ad e-con-full e-flex e-con e-child\\\" data-id=\\\"82118ad\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ddc0929 elementor-widget elementor-widget-heading\\\" data-id=\\\"ddc0929\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">01<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9ca5d18 elementor-widget elementor-widget-heading\\\" data-id=\\\"9ca5d18\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Pre school<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0d81489 elementor-widget elementor-widget-heading\\\" data-id=\\\"0d81489\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<p class=\\\"elementor-heading-title elementor-size-default\\\">Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.<\\/p>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c51d616 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\\" data-id=\\\"c51d616\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-99ec5f0 elementor-icon-list--layout-inline elementor-align-center elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"99ec5f0\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items elementor-inline-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item elementor-inline-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-clock\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">9:00 am - 2:50 pm<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7dc8c14 e-con-full e-flex e-con e-child\\\" data-id=\\\"7dc8c14\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-17bfcb0 elementor-widget elementor-widget-heading\\\" data-id=\\\"17bfcb0\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">02<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cda8bb4 elementor-widget elementor-widget-heading\\\" data-id=\\\"cda8bb4\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Grade 1 to 7<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a4da7cf elementor-widget elementor-widget-heading\\\" data-id=\\\"a4da7cf\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<p class=\\\"elementor-heading-title elementor-size-default\\\">At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.<\\/p>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a3b4919 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\\" data-id=\\\"a3b4919\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-087dc21 elementor-icon-list--layout-inline elementor-align-center elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"087dc21\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items elementor-inline-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item elementor-inline-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-clock\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">9:30 am - 3:20 pm<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-612bc63 e-con-full e-flex e-con e-child\\\" data-id=\\\"612bc63\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1039d07 elementor-widget elementor-widget-heading\\\" data-id=\\\"1039d07\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">03<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5525744 elementor-widget elementor-widget-heading\\\" data-id=\\\"5525744\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Grade 8 to 10<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2877aed elementor-widget elementor-widget-heading\\\" data-id=\\\"2877aed\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<p class=\\\"elementor-heading-title elementor-size-default\\\">These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.<\\/p>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cd0baf6 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\\" data-id=\\\"cd0baf6\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-fb8ea83 elementor-icon-list--layout-inline elementor-align-center elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"fb8ea83\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items elementor-inline-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item elementor-inline-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-clock\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">7:30 am - 4:30 pm<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cc97986 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"cc97986\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Enroll your kid<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-74fbaeb e-flex e-con-boxed e-con e-child\\\" data-id=\\\"74fbaeb\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-42daa3f e-con-full e-flex e-con e-child\\\" data-id=\\\"42daa3f\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1a071a5 elementor-widget elementor-widget-heading\\\" data-id=\\\"1a071a5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Why us?<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-38a4c2c elementor-widget elementor-widget-heading\\\" data-id=\\\"38a4c2c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">The best early learning experience<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<p class=\\\"elementor-heading-title elementor-size-default\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Holistic approach<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Progressive &amp; child-centered learning approach<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Spacious, safe, and student-friendly environment<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">STEAM-based and integrated curriculum<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Wide range of extra club activities<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Chinese language classes<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">ESOL Cambridge courses<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Hostel facilities available<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Commitment to quality education<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">UCMAS Abacus classes<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Robotics &amp; coding classes<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Well-equipped labs and library<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">And many more opportunities for overall student development<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-db2579b elementor-widget elementor-widget-button\\\" data-id=\\\"db2579b\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Know more<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-af9c4f3 e-con-full e-flex e-con e-child\\\" data-id=\\\"af9c4f3\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3cb8229 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"3cb8229\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-heart\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tKindness\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tWe nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c96ee7b elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"c96ee7b\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-icons\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tCreativity\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tWe encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-8f8635b e-con-full e-flex e-con e-child\\\" data-id=\\\"8f8635b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cd3345b elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"cd3345b\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-smile-beam\\\" viewBox=\\\"0 0 496 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tEmotional Well-being\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tWe focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-94dfecc elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"94dfecc\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-drafting-compass\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tInnovation\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tWe help students build confidence and express themselves freely, shaping strong and positive personalities.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-7c231b0 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"7c231b0\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-f434d36 e-con-full e-flex e-con e-child\\\" data-id=\\\"f434d36\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-cbb0807 e-con-full e-grid e-con e-child\\\" data-id=\\\"cbb0807\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6ImYzMjYyOTEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2VzIjp7IiQkdHlwZSI6ImNsYXNzZXMiLCJ2YWx1ZSI6WyJlLWYzMjYyOTEtNjY2OTkyZSJdfSwiaW1hZ2UiOnsiJCR0eXBlIjoiaW1hZ2UiLCJ2YWx1ZSI6eyJzcmMiOnsiJCR0eXBlIjoiaW1hZ2Utc3JjIiwidmFsdWUiOnsiaWQiOnsiJCR0eXBlIjoiaW1hZ2UtYXR0YWNobWVudC1pZCIsInZhbHVlIjoxNDUwfSwidXJsIjpudWxsfX0sInNpemUiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJtZWRpdW1fbGFyZ2UifX19LCJsaW5rIjp7IiQkdHlwZSI6ImxpbmsiLCJ2YWx1ZSI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZS1pbWFnZSIsInN0eWxlcyI6eyJlLWYzMjYyOTEtNjY2OTkyZSI6eyJpZCI6ImUtZjMyNjI5MS02NjY5OTJlIiwibGFiZWwiOiJsb2NhbCIsInR5cGUiOiJjbGFzcyIsInZhcmlhbnRzIjpbeyJtZXRhIjp7ImJyZWFrcG9pbnQiOiJkZXNrdG9wIiwic3RhdGUiOm51bGx9LCJwcm9wcyI6eyJoZWlnaHQiOnsiJCR0eXBlIjoic2l6ZSIsInZhbHVlIjp7InNpemUiOjE2MSwidW5pdCI6InB4In19LCJtaW4td2lkdGgiOnsiJCR0eXBlIjoic2l6ZSIsInZhbHVlIjp7InNpemUiOjAsInVuaXQiOiJweCJ9fSwib3ZlcmZsb3ciOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJoaWRkZW4ifSwib2JqZWN0LWZpdCI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6ImNvdmVyIn0sIm9iamVjdC1wb3NpdGlvbiI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6ImNlbnRlciByaWdodCJ9LCJwb3NpdGlvbiI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6InN0YXRpYyJ9LCJzY3JvbGwtbWFyZ2luLXRvcCI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6MCwidW5pdCI6InB4In19LCJtYXJnaW4iOnsiJCR0eXBlIjoic2l6ZSIsInZhbHVlIjp7InNpemUiOjAsInVuaXQiOiJweCJ9fSwiZGlzcGxheSI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6ImJsb2NrIn19fV19fSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX0=\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6ImRjNmI5MjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2VzIjp7IiQkdHlwZSI6ImNsYXNzZXMiLCJ2YWx1ZSI6WyJlLWRjNmI5MjMtYjFlNzViYiJdfSwiaW1hZ2UiOnsiJCR0eXBlIjoiaW1hZ2UiLCJ2YWx1ZSI6eyJzcmMiOnsiJCR0eXBlIjoiaW1hZ2Utc3JjIiwidmFsdWUiOnsiaWQiOnsiJCR0eXBlIjoiaW1hZ2UtYXR0YWNobWVudC1pZCIsInZhbHVlIjoxNDUyfSwidXJsIjpudWxsfX0sInNpemUiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJtZWRpdW1fbGFyZ2UifX19LCJsaW5rIjp7IiQkdHlwZSI6ImxpbmsiLCJ2YWx1ZSI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZS1pbWFnZSIsInN0eWxlcyI6eyJlLWRjNmI5MjMtYjFlNzViYiI6eyJpZCI6ImUtZGM2YjkyMy1iMWU3NWJiIiwibGFiZWwiOiJsb2NhbCIsInR5cGUiOiJjbGFzcyIsInZhcmlhbnRzIjpbeyJtZXRhIjp7ImJyZWFrcG9pbnQiOiJkZXNrdG9wIiwic3RhdGUiOm51bGx9LCJwcm9wcyI6eyJoZWlnaHQiOnsiJCR0eXBlIjoic2l6ZSIsInZhbHVlIjp7InNpemUiOjE2MCwidW5pdCI6InB4In19LCJvYmplY3QtZml0Ijp7IiQkdHlwZSI6InN0cmluZyIsInZhbHVlIjoiY292ZXIifSwib2JqZWN0LXBvc2l0aW9uIjp7IiQkdHlwZSI6Im9iamVjdC1wb3NpdGlvbiIsInZhbHVlIjp7IngiOnsiJCR0eXBlIjoic2l6ZSIsInZhbHVlIjp7InNpemUiOjAsInVuaXQiOiJweCJ9fSwieSI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6LTEwNSwidW5pdCI6InB4In19fX0sInBvc2l0aW9uIjp7IiQkdHlwZSI6InN0cmluZyIsInZhbHVlIjoic3RhdGljIn0sImRpc3BsYXkiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJibG9jayJ9fX1dfX0sImludGVyYWN0aW9ucyI6W10sImVkaXRvcl9zZXR0aW5ncyI6W119\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6ImUxMTE0YjQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2VzIjp7IiQkdHlwZSI6ImNsYXNzZXMiLCJ2YWx1ZSI6WyJlLWUxMTE0YjQtNWI5MmEyOCJdfSwiaW1hZ2UiOnsiJCR0eXBlIjoiaW1hZ2UiLCJ2YWx1ZSI6eyJzcmMiOnsiJCR0eXBlIjoiaW1hZ2Utc3JjIiwidmFsdWUiOnsiaWQiOnsiJCR0eXBlIjoiaW1hZ2UtYXR0YWNobWVudC1pZCIsInZhbHVlIjoxNDQ3fSwidXJsIjpudWxsfX0sInNpemUiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJtZWRpdW1fbGFyZ2UifX19LCJsaW5rIjp7IiQkdHlwZSI6ImxpbmsiLCJ2YWx1ZSI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZS1pbWFnZSIsInN0eWxlcyI6eyJlLWUxMTE0YjQtNWI5MmEyOCI6eyJpZCI6ImUtZTExMTRiNC01YjkyYTI4IiwibGFiZWwiOiJsb2NhbCIsInR5cGUiOiJjbGFzcyIsInZhcmlhbnRzIjpbeyJtZXRhIjp7ImJyZWFrcG9pbnQiOiJkZXNrdG9wIiwic3RhdGUiOm51bGx9LCJwcm9wcyI6eyJ3aWR0aCI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6NDI1LCJ1bml0IjoicHgifX0sImhlaWdodCI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6MjcwLCJ1bml0IjoicHgifX0sIm1pbi13aWR0aCI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6NCwidW5pdCI6InB4In19LCJtaW4taGVpZ2h0Ijp7IiQkdHlwZSI6InNpemUiLCJ2YWx1ZSI6eyJzaXplIjowLCJ1bml0IjoicHgifX0sIm1heC1oZWlnaHQiOnsiJCR0eXBlIjoic2l6ZSIsInZhbHVlIjp7InNpemUiOjE2MCwidW5pdCI6InB4In19LCJhc3BlY3QtcmF0aW8iOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJhdXRvIn0sIm9iamVjdC1maXQiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJjb3ZlciJ9LCJvYmplY3QtcG9zaXRpb24iOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJjZW50ZXIgY2VudGVyIn0sImRpc3BsYXkiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJibG9jayJ9fX1dfX0sImludGVyYWN0aW9ucyI6W10sImVkaXRvcl9zZXR0aW5ncyI6W119\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjA5OGY3OWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2VzIjp7IiQkdHlwZSI6ImNsYXNzZXMiLCJ2YWx1ZSI6WyJlLTA5OGY3OWQtYTViYzBmYSJdfSwiaW1hZ2UiOnsiJCR0eXBlIjoiaW1hZ2UiLCJ2YWx1ZSI6eyJzcmMiOnsiJCR0eXBlIjoiaW1hZ2Utc3JjIiwidmFsdWUiOnsiaWQiOnsiJCR0eXBlIjoiaW1hZ2UtYXR0YWNobWVudC1pZCIsInZhbHVlIjoxNDQ0fSwidXJsIjpudWxsfX19fSwibGluayI6eyIkJHR5cGUiOiJsaW5rIiwidmFsdWUiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImUtaW1hZ2UiLCJzdHlsZXMiOnsiZS0wOThmNzlkLWE1YmMwZmEiOnsiaWQiOiJlLTA5OGY3OWQtYTViYzBmYSIsImxhYmVsIjoibG9jYWwiLCJ0eXBlIjoiY2xhc3MiLCJ2YXJpYW50cyI6W3sibWV0YSI6eyJicmVha3BvaW50IjoiZGVza3RvcCIsInN0YXRlIjpudWxsfSwicHJvcHMiOnsibWF4LWhlaWdodCI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6MTYwLCJ1bml0IjoicHgifX0sIm9iamVjdC1maXQiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJjb3ZlciJ9LCJvYmplY3QtcG9zaXRpb24iOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJ0b3AgcmlnaHQifSwicG9zaXRpb24iOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJzdGF0aWMifX19XX19LCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjY1ZWMyOGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2VzIjp7IiQkdHlwZSI6ImNsYXNzZXMiLCJ2YWx1ZSI6WyJlLTY1ZWMyOGUtZjM1ZGQ3NiJdfSwiaW1hZ2UiOnsiJCR0eXBlIjoiaW1hZ2UiLCJ2YWx1ZSI6eyJzcmMiOnsiJCR0eXBlIjoiaW1hZ2Utc3JjIiwidmFsdWUiOnsiaWQiOnsiJCR0eXBlIjoiaW1hZ2UtYXR0YWNobWVudC1pZCIsInZhbHVlIjoxNDQxfSwidXJsIjpudWxsfX19fSwibGluayI6eyIkJHR5cGUiOiJsaW5rIiwidmFsdWUiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImUtaW1hZ2UiLCJzdHlsZXMiOnsiZS02NWVjMjhlLWYzNWRkNzYiOnsiaWQiOiJlLTY1ZWMyOGUtZjM1ZGQ3NiIsImxhYmVsIjoibG9jYWwiLCJ0eXBlIjoiY2xhc3MiLCJ2YXJpYW50cyI6W3sibWV0YSI6eyJicmVha3BvaW50IjoiZGVza3RvcCIsInN0YXRlIjpudWxsfSwicHJvcHMiOnsibWF4LWhlaWdodCI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6MTYwLCJ1bml0IjoicHgifX0sIm9iamVjdC1maXQiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJjb3ZlciJ9fX1dfX0sImludGVyYWN0aW9ucyI6W10sImVkaXRvcl9zZXR0aW5ncyI6W119\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjQyYTRhZjEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2VzIjp7IiQkdHlwZSI6ImNsYXNzZXMiLCJ2YWx1ZSI6WyJlLTQyYTRhZjEtOTg3NjJmNCJdfSwiaW1hZ2UiOnsiJCR0eXBlIjoiaW1hZ2UiLCJ2YWx1ZSI6eyJzcmMiOnsiJCR0eXBlIjoiaW1hZ2Utc3JjIiwidmFsdWUiOnsiaWQiOnsiJCR0eXBlIjoiaW1hZ2UtYXR0YWNobWVudC1pZCIsInZhbHVlIjoxNDQyfSwidXJsIjpudWxsfX0sInNpemUiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJtZWRpdW0ifX19LCJsaW5rIjp7IiQkdHlwZSI6ImxpbmsiLCJ2YWx1ZSI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZS1pbWFnZSIsInN0eWxlcyI6eyJlLTQyYTRhZjEtOTg3NjJmNCI6eyJpZCI6ImUtNDJhNGFmMS05ODc2MmY0IiwibGFiZWwiOiJsb2NhbCIsInR5cGUiOiJjbGFzcyIsInZhcmlhbnRzIjpbeyJtZXRhIjp7ImJyZWFrcG9pbnQiOiJkZXNrdG9wIiwic3RhdGUiOm51bGx9LCJwcm9wcyI6eyJtYXgtaGVpZ2h0Ijp7IiQkdHlwZSI6InNpemUiLCJ2YWx1ZSI6eyJzaXplIjoxNjAsInVuaXQiOiJweCJ9fSwib2JqZWN0LWZpdCI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6ImNvdmVyIn19fV19fSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX0=\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjQ3ZmQ3YTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2VzIjp7IiQkdHlwZSI6ImNsYXNzZXMiLCJ2YWx1ZSI6WyJlLTQ3ZmQ3YTktMzliYTI3OSJdfSwiaW1hZ2UiOnsiJCR0eXBlIjoiaW1hZ2UiLCJ2YWx1ZSI6eyJzaXplIjp7IiQkdHlwZSI6InN0cmluZyIsInZhbHVlIjoibWVkaXVtX2xhcmdlIn0sInNyYyI6eyIkJHR5cGUiOiJpbWFnZS1zcmMiLCJ2YWx1ZSI6eyJpZCI6eyIkJHR5cGUiOiJpbWFnZS1hdHRhY2htZW50LWlkIiwidmFsdWUiOjE0NDV9LCJ1cmwiOm51bGx9fX19LCJsaW5rIjp7IiQkdHlwZSI6ImxpbmsiLCJ2YWx1ZSI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZS1pbWFnZSIsInN0eWxlcyI6eyJlLTQ3ZmQ3YTktMzliYTI3OSI6eyJpZCI6ImUtNDdmZDdhOS0zOWJhMjc5IiwibGFiZWwiOiJsb2NhbCIsInR5cGUiOiJjbGFzcyIsInZhcmlhbnRzIjpbeyJtZXRhIjp7ImJyZWFrcG9pbnQiOiJkZXNrdG9wIiwic3RhdGUiOm51bGx9LCJwcm9wcyI6eyJtYXgtaGVpZ2h0Ijp7IiQkdHlwZSI6InNpemUiLCJ2YWx1ZSI6eyJzaXplIjoxNjAsInVuaXQiOiJweCJ9fSwib2JqZWN0LWZpdCI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6ImNvdmVyIn0sIm9iamVjdC1wb3NpdGlvbiI6eyIkJHR5cGUiOiJvYmplY3QtcG9zaXRpb24iLCJ2YWx1ZSI6eyJ4Ijp7IiQkdHlwZSI6InNpemUiLCJ2YWx1ZSI6eyJzaXplIjowLCJ1bml0IjoicHgifX0sInkiOnsiJCR0eXBlIjoic2l6ZSIsInZhbHVlIjp7InNpemUiOi00MiwidW5pdCI6InB4In19fX19fV19fSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX0=\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjM2MmVlOTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2VzIjp7IiQkdHlwZSI6ImNsYXNzZXMiLCJ2YWx1ZSI6WyJlLTM2MmVlOTgtMjBkOWMyNiJdfSwiaW1hZ2UiOnsiJCR0eXBlIjoiaW1hZ2UiLCJ2YWx1ZSI6eyJzaXplIjp7IiQkdHlwZSI6InN0cmluZyIsInZhbHVlIjoibWVkaXVtX2xhcmdlIn0sInNyYyI6eyIkJHR5cGUiOiJpbWFnZS1zcmMiLCJ2YWx1ZSI6eyJpZCI6eyIkJHR5cGUiOiJpbWFnZS1hdHRhY2htZW50LWlkIiwidmFsdWUiOjE0NDN9LCJ1cmwiOm51bGx9fX19LCJsaW5rIjp7IiQkdHlwZSI6ImxpbmsiLCJ2YWx1ZSI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZS1pbWFnZSIsInN0eWxlcyI6eyJlLTM2MmVlOTgtMjBkOWMyNiI6eyJpZCI6ImUtMzYyZWU5OC0yMGQ5YzI2IiwibGFiZWwiOiJsb2NhbCIsInR5cGUiOiJjbGFzcyIsInZhcmlhbnRzIjpbeyJtZXRhIjp7ImJyZWFrcG9pbnQiOiJkZXNrdG9wIiwic3RhdGUiOm51bGx9LCJwcm9wcyI6eyJtYXgtaGVpZ2h0Ijp7IiQkdHlwZSI6InNpemUiLCJ2YWx1ZSI6eyJzaXplIjoxNjAsInVuaXQiOiJweCJ9fSwib2JqZWN0LWZpdCI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6ImNvdmVyIn19fV19fSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX0=\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjRkMjA0ZDkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2VzIjp7IiQkdHlwZSI6ImNsYXNzZXMiLCJ2YWx1ZSI6WyJlLTRkMjA0ZDktYjZhYTE0ZSJdfSwiaW1hZ2UiOnsiJCR0eXBlIjoiaW1hZ2UiLCJ2YWx1ZSI6eyJzaXplIjp7IiQkdHlwZSI6InN0cmluZyIsInZhbHVlIjoibWVkaXVtX2xhcmdlIn0sInNyYyI6eyIkJHR5cGUiOiJpbWFnZS1zcmMiLCJ2YWx1ZSI6eyJpZCI6eyIkJHR5cGUiOiJpbWFnZS1hdHRhY2htZW50LWlkIiwidmFsdWUiOjE0NDl9LCJ1cmwiOm51bGx9fX19LCJsaW5rIjp7IiQkdHlwZSI6ImxpbmsiLCJ2YWx1ZSI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZS1pbWFnZSIsInN0eWxlcyI6eyJlLTRkMjA0ZDktYjZhYTE0ZSI6eyJpZCI6ImUtNGQyMDRkOS1iNmFhMTRlIiwibGFiZWwiOiJsb2NhbCIsInR5cGUiOiJjbGFzcyIsInZhcmlhbnRzIjpbeyJtZXRhIjp7ImJyZWFrcG9pbnQiOiJkZXNrdG9wIiwic3RhdGUiOm51bGx9LCJwcm9wcyI6eyJtYXgtaGVpZ2h0Ijp7IiQkdHlwZSI6InNpemUiLCJ2YWx1ZSI6eyJzaXplIjoxNjAsInVuaXQiOiJweCJ9fSwib3ZlcmZsb3ciOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJ2aXNpYmxlIn0sImFzcGVjdC1yYXRpbyI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6ImF1dG8ifSwib2JqZWN0LWZpdCI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6InNjYWxlLWRvd24ifX19XX19LCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjEyMWRlNzciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyIkJHR5cGUiOiJpbWFnZSIsInZhbHVlIjp7InNpemUiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJtZWRpdW1fbGFyZ2UifSwic3JjIjp7IiQkdHlwZSI6ImltYWdlLXNyYyIsInZhbHVlIjp7ImlkIjp7IiQkdHlwZSI6ImltYWdlLWF0dGFjaG1lbnQtaWQiLCJ2YWx1ZSI6MTU3Mn0sInVybCI6bnVsbH19fX0sImxpbmsiOnsiJCR0eXBlIjoibGluayIsInZhbHVlIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWltYWdlIiwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX0=\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjdmMWI5NWYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyIkJHR5cGUiOiJpbWFnZSIsInZhbHVlIjp7InNpemUiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJtZWRpdW1fbGFyZ2UifSwic3JjIjp7IiQkdHlwZSI6ImltYWdlLXNyYyIsInZhbHVlIjp7ImlkIjp7IiQkdHlwZSI6ImltYWdlLWF0dGFjaG1lbnQtaWQiLCJ2YWx1ZSI6MTU3MX0sInVybCI6bnVsbH19fX0sImxpbmsiOnsiJCR0eXBlIjoibGluayIsInZhbHVlIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWltYWdlIiwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX0=\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6ImI0YWMyNDEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyIkJHR5cGUiOiJpbWFnZSIsInZhbHVlIjp7InNpemUiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJtZWRpdW0ifSwic3JjIjp7IiQkdHlwZSI6ImltYWdlLXNyYyIsInZhbHVlIjp7ImlkIjp7IiQkdHlwZSI6ImltYWdlLWF0dGFjaG1lbnQtaWQiLCJ2YWx1ZSI6MTU3MH0sInVybCI6bnVsbH19fX0sImxpbmsiOnsiJCR0eXBlIjoibGluayIsInZhbHVlIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWltYWdlIiwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX0=\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjI3YTIwNTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyIkJHR5cGUiOiJpbWFnZSIsInZhbHVlIjp7InNpemUiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJtZWRpdW1fbGFyZ2UifSwic3JjIjp7IiQkdHlwZSI6ImltYWdlLXNyYyIsInZhbHVlIjp7ImlkIjp7IiQkdHlwZSI6ImltYWdlLWF0dGFjaG1lbnQtaWQiLCJ2YWx1ZSI6MTU2OH0sInVybCI6bnVsbH19fX0sImxpbmsiOnsiJCR0eXBlIjoibGluayIsInZhbHVlIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWltYWdlIiwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX0=\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6ImNiNWI5MWIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyIkJHR5cGUiOiJpbWFnZSIsInZhbHVlIjp7InNpemUiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJtZWRpdW1fbGFyZ2UifSwic3JjIjp7IiQkdHlwZSI6ImltYWdlLXNyYyIsInZhbHVlIjp7ImlkIjp7IiQkdHlwZSI6ImltYWdlLWF0dGFjaG1lbnQtaWQiLCJ2YWx1ZSI6MTU2OX0sInVybCI6bnVsbH19fX0sImxpbmsiOnsiJCR0eXBlIjoibGluayIsInZhbHVlIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWltYWdlIiwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX0=\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjI1NWFmYTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyIkJHR5cGUiOiJpbWFnZSIsInZhbHVlIjp7InNyYyI6eyIkJHR5cGUiOiJpbWFnZS1zcmMiLCJ2YWx1ZSI6eyJpZCI6eyIkJHR5cGUiOiJpbWFnZS1hdHRhY2htZW50LWlkIiwidmFsdWUiOjE1NjZ9LCJ1cmwiOm51bGx9fSwic2l6ZSI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6Im1lZGl1bV9sYXJnZSJ9fX0sImxpbmsiOnsiJCR0eXBlIjoibGluayIsInZhbHVlIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWltYWdlIiwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX0=\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-26ad23b e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"26ad23b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-9d8ef0a e-con-full e-flex e-con e-child\\\" data-id=\\\"9d8ef0a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-25a6b53 elementor-widget elementor-widget-heading\\\" data-id=\\\"25a6b53\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Activities<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1a2bc14 elementor-widget elementor-widget-heading\\\" data-id=\\\"1a2bc14\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Designed to help children realize their potential<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjFmZGE2NWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzb3VyY2UiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJodHRwczpcL1wvd3d3LnlvdXR1YmUuY29tXC93YXRjaD92PTZOdER5aklsVENFIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLXlvdXR1YmUiLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-7ee4de8 elementor-widget__width-inherit elementor-widget elementor-widget-video\\\" data-id=\\\"7ee4de8\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-settings=\\\"{&quot;youtube_url&quot;:&quot;https:\\\\\\/\\\\\\/www.youtube.com\\\\\\/watch?v=uokHtBGik5k&amp;t=4s&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\\\\/\\\\\\/websitedemos.net\\\\\\/daycare-02\\\\\\/wp-content\\\\\\/uploads\\\\\\/sites\\\\\\/1041\\\\\\/2022\\\\\\/03\\\\\\/day-care-home-video-image-thumbnail.jpg&quot;,&quot;id&quot;:95,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\\\" data-widget_type=\\\"video.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-wrapper elementor-open-inline\\\">\\n\\t\\t\\t<div class=\\\"elementor-video\\\"><\\/div>\\t\\t\\t\\t<div class=\\\"elementor-custom-embed-image-overlay\\\" style=\\\"background-image: url(http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2022\\/03\\/day-care-home-video-image-thumbnail.jpg);\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-custom-embed-play\\\" role=\\\"button\\\" aria-label=\\\"Play Video\\\" tabindex=\\\"0\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-eicon-play\\\" viewBox=\\\"0 0 1000 1000\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-9014a6f e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"9014a6f\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-7097a93 e-con-full e-flex e-con e-child\\\" data-id=\\\"7097a93\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-bef640b elementor-widget elementor-widget-heading\\\" data-id=\\\"bef640b\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">What parent say<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-386cfde e-flex e-con-boxed e-con e-child\\\" data-id=\\\"386cfde\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-0aae691 e-con-full e-flex e-con e-child\\\" data-id=\\\"0aae691\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a2b2c12 elementor-widget__width-inherit elementor-widget elementor-widget-image\\\" data-id=\\\"a2b2c12\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"320\\\" height=\\\"480\\\" src=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2022\\/03\\/day-care-home-testimonial-image.jpg\\\" class=\\\"attachment-full size-full wp-image-94\\\" alt=\\\"day care home testimonial image\\\" srcset=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2022\\/03\\/day-care-home-testimonial-image.jpg 320w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2022\\/03\\/day-care-home-testimonial-image-200x300.jpg 200w\\\" sizes=\\\"(max-width: 320px) 100vw, 320px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-a01fb81 e-con-full e-flex e-con e-child\\\" data-id=\\\"a01fb81\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a481866 elementor-widget elementor-widget-testimonial\\\" data-id=\\\"a481866\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"testimonial.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial-content\\\">\\\" \\u0939\\u093e\\u092e\\u0940 \\u0935\\u093f\\u0926\\u094d\\u092f\\u093e\\u0932\\u092f\\u092a\\u094d\\u0930\\u0924\\u093f \\u0939\\u093e\\u0930\\u094d\\u0926\\u093f\\u0915 \\u0906\\u092d\\u093e\\u0930 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924 \\u0917\\u0930\\u094d\\u0926\\u091b\\u094c\\u0902\\u0964 \\u0924\\u092a\\u093e\\u0908\\u0902\\u0939\\u0930\\u0942\\u0915\\u094b \\u092e\\u093f\\u0939\\u093f\\u0928\\u0947\\u0924, \\u092e\\u093e\\u0930\\u094d\\u0917\\u0926\\u0930\\u094d\\u0936\\u0928 \\u0930 \\u0938\\u094d\\u0928\\u0947\\u0939\\u0932\\u0947 \\u0939\\u093e\\u092e\\u094d\\u0930\\u094b \\u092c\\u093e\\u0932\\u092c\\u093e\\u0932\\u093f\\u0915\\u093e\\u0915\\u094b \\u0909\\u091c\\u094d\\u091c\\u094d\\u0935\\u0932 \\u092d\\u0935\\u093f\\u0937\\u094d\\u092f \\u0928\\u093f\\u0930\\u094d\\u092e\\u093e\\u0923\\u092e\\u093e \\u0920\\u0942\\u0932\\u094b \\u092f\\u094b\\u0917\\u0926\\u093e\\u0928 \\u092a\\u0941\\u0930\\u094d\\u200d\\u092f\\u093e\\u090f\\u0915\\u094b \\u091b\\u0964 <br><br>\\u0927\\u0928\\u094d\\u092f\\u0935\\u093e\\u0926\\u0964<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial-meta\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-testimonial-meta-inner\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial-details\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-testimonial-name\\\">Sneha Sharma<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-449451e e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"449451e\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-0d48b79 e-con-full e-flex e-con e-child\\\" data-id=\\\"0d48b79\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-304f6cf elementor-widget elementor-widget-heading\\\" data-id=\\\"304f6cf\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">More than just a joyful place<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c5503ff elementor-widget elementor-widget-heading\\\" data-id=\\\"c5503ff\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<p class=\\\"elementor-heading-title elementor-size-default\\\">\\\" Igniting Curious minds \\\"<\\/p>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-41be156 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"41be156\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Enroll your kid<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjIyN2IzZDQiLCJlbFR5cGUiOiJlLWZsZXhib3giLCJzZXR0aW5ncyI6W10sImVsZW1lbnRzIjpbeyJpZCI6ImNmN2RiNTEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJwYXJhZ3JhcGgiOnsiJCR0eXBlIjoiaHRtbC12MyIsInZhbHVlIjp7ImNvbnRlbnQiOm51bGwsImNoaWxkcmVuIjpbXX19fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZS1wYXJhZ3JhcGgiLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfV0sImlzSW5uZXIiOmZhbHNlLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\\\"]\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2791,452,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:14:\"widget-heading\";i:1;s:12:\"widget-image\";i:2;s:15:\"widget-icon-box\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}');
INSERT INTO `wp_postmeta` VALUES (2794,1517,'_elementor_page_assets','a:2:{s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:29:\"elementor-v2-widgets-frontend\";}}');
INSERT INTO `wp_postmeta` VALUES (2795,1517,'_elementor_css','a:6:{s:4:\"time\";i:1776179227;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2796,1517,'_elementor_element_cache','{\"timeout\":1776265627,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-774eb9c e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"774eb9c\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2f591a5 elementor-widget elementor-widget-heading\\\" data-id=\\\"2f591a5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Our Team<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6ImZmMzMxYjEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2VzIjp7IiQkdHlwZSI6ImNsYXNzZXMiLCJ2YWx1ZSI6WyJlLWZmMzMxYjEtYTk2NWQ1YiJdfSwiaW1hZ2UiOnsiJCR0eXBlIjoiaW1hZ2UiLCJ2YWx1ZSI6eyJzcmMiOnsiJCR0eXBlIjoiaW1hZ2Utc3JjIiwidmFsdWUiOnsiaWQiOnsiJCR0eXBlIjoiaW1hZ2UtYXR0YWNobWVudC1pZCIsInZhbHVlIjoxNTA4fSwidXJsIjpudWxsfX19fSwibGluayI6eyIkJHR5cGUiOiJsaW5rIiwidmFsdWUiOltdfX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImUtaW1hZ2UiLCJzdHlsZXMiOnsiZS1mZjMzMWIxLWE5NjVkNWIiOnsiaWQiOiJlLWZmMzMxYjEtYTk2NWQ1YiIsImxhYmVsIjoibG9jYWwiLCJ0eXBlIjoiY2xhc3MiLCJ2YXJpYW50cyI6W3sibWV0YSI6eyJicmVha3BvaW50IjoiZGVza3RvcCIsInN0YXRlIjpudWxsfSwicHJvcHMiOnsiYWxpZ24tc2VsZiI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6ImNlbnRlciJ9fX1dfX0sImludGVyYWN0aW9ucyI6W10sImVkaXRvcl9zZXR0aW5ncyI6W119\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjBlMmU2ZDciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJwYXJhZ3JhcGgiOnsiJCR0eXBlIjoiaHRtbC12MyIsInZhbHVlIjp7ImNvbnRlbnQiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJBdCZuYnNwOzxzdHJvbmc+R2VuaXVzIFdvcmxkIFNjaG9vbDxcL3N0cm9uZz4sIG91ciBzdHJlbmd0aCBsaWVzIGluIG91ciBkZWRpY2F0ZWQgdGVhbSBvZiB0ZWFjaGVycywgbm9uLXRlYWNoaW5nIHN0YWZmLCBhbmQgYWRtaW5pc3RyYXRpdmUgc3RhZmYgd2hvIHdvcmsgdG9nZXRoZXIgdG8gY3JlYXRlIGEgc3VwcG9ydGl2ZSBhbmQgZWZmZWN0aXZlIGxlYXJuaW5nIGVudmlyb25tZW50Ljxicj48YnI+PHN0cm9uZz5UZWFjaGVyczxcL3N0cm9uZz48YnI+T3VyIHRlYWNoZXJzIGFyZSB0aGUgYmFja2JvbmUgb2YgdGhlIHNjaG9vbC4gVGhleSBhcmUgaGlnaGx5IHF1YWxpZmllZCwgcGFzc2lvbmF0ZSwgYW5kIGNvbW1pdHRlZCB0byBoZWxwaW5nIHN0dWRlbnRzIGdyb3cgYWNhZGVtaWNhbGx5IGFuZCBwZXJzb25hbGx5LiBUaGV5IHVzZSBtb2Rlcm4gdGVhY2hpbmcgbWV0aG9kcywgZW5jb3VyYWdlIGNyZWF0aXZpdHksIGFuZCBmb2N1cyBvbiB1bmRlcnN0YW5kaW5nIGVhY2ggc3R1ZGVudFx1MjAxOXMgaW5kaXZpZHVhbCBuZWVkcy4gQmV5b25kIGFjYWRlbWljcywgdGhleSBndWlkZSBzdHVkZW50cyBpbiBkZXZlbG9waW5nIGdvb2QgdmFsdWVzLCBkaXNjaXBsaW5lLCBhbmQgY29uZmlkZW5jZS48YnI+PGJyPjxzdHJvbmc+Tm9uLVRlYWNoaW5nIFN0YWZmPFwvc3Ryb25nPjxicj5UaGUgbm9uLXRlYWNoaW5nIHN0YWZmIHBsYXkgYSB2aXRhbCByb2xlIGluIHRoZSBzbW9vdGggZnVuY3Rpb25pbmcgb2YgdGhlIHNjaG9vbC4gVGhpcyBncm91cCBpbmNsdWRlcyBsaWJyYXJpYW5zLCBsYWIgYXNzaXN0YW50cywgY2xlYW5lcnMsIHNlY3VyaXR5IHBlcnNvbm5lbCwgYW5kIGhlbHBlcnMuIFRoZXkgZW5zdXJlIHRoYXQgdGhlIHNjaG9vbCBlbnZpcm9ubWVudCBpcyBjbGVhbiwgc2FmZSwgYW5kIHdlbGwtb3JnYW5pemVkIHNvIHRoYXQgc3R1ZGVudHMgYW5kIHRlYWNoZXJzIGNhbiBmb2N1cyBvbiBsZWFybmluZyB3aXRob3V0IGFueSBkaXN0cmFjdGlvbnMuPGJyPjxicj48c3Ryb25nPkFkbWluaXN0cmF0aXZlIFN0YWZmPFwvc3Ryb25nPjxicj5UaGUgYWRtaW5pc3RyYXRpdmUgc3RhZmYgbWFuYWdlcyB0aGUgb3ZlcmFsbCBvcGVyYXRpb25zIG9mIHRoZSBzY2hvb2wuIFRoZXkgaGFuZGxlIGFkbWlzc2lvbnMsIGNvbW11bmljYXRpb24sIHJlY29yZHMsIHNjaGVkdWxpbmcsIGFuZCBjb29yZGluYXRpb24gYmV0d2VlbiBkaWZmZXJlbnQgZGVwYXJ0bWVudHMuIFRoZWlyIGVmZmljaWVudCBtYW5hZ2VtZW50IGVuc3VyZXMgdGhhdCB0aGUgc2Nob29sIHJ1bnMgc21vb3RobHkgYW5kIHRoYXQgc3R1ZGVudHMsIHBhcmVudHMsIGFuZCB0ZWFjaGVycyByZWNlaXZlIHRpbWVseSBzdXBwb3J0IGFuZCBpbmZvcm1hdGlvbi4mbmJzcDs8YnI+PGJyPlRvZ2V0aGVyLCBhbGwgbWVtYmVycyBvZiZuYnNwOzxzdHJvbmc+R2VuaXVzIFdvcmxkIFNjaG9vbDxcL3N0cm9uZz4mbmJzcDt3b3JrIGFzIG9uZSB0ZWFtIHRvIHByb3ZpZGUgYSBzYWZlLCBkaXNjaXBsaW5lZCwgYW5kIGluc3BpcmluZyBlbnZpcm9ubWVudCBmb3Igc3R1ZGVudHMgdG8gbGVhcm4gYW5kIGdyb3cuIn0sImNoaWxkcmVuIjpbeyJpZCI6ImUtbW55MzB6YWYtY29laGV3NiIsInR5cGUiOiJzdHJvbmciLCJjb250ZW50IjoiR2VuaXVzIFdvcmxkIFNjaG9vbCJ9LHsiaWQiOiJlLW1ueTMwemFmLWpuOG1xNjMiLCJ0eXBlIjoic3Ryb25nIiwiY29udGVudCI6IlRlYWNoZXJzIn0seyJpZCI6ImUtbW55MzB6YWYteWtpdXdhMyIsInR5cGUiOiJzdHJvbmciLCJjb250ZW50IjoiTm9uLSJ9LHsiaWQiOiJlLW1ueTMwemFmLXlmdHJxeWIiLCJ0eXBlIjoic3Ryb25nIiwiY29udGVudCI6IlRlYWNoaW5nIFN0YWZmIn0seyJpZCI6ImUtbW55MzB6YWYtOXQyY3U1dyIsInR5cGUiOiJzdHJvbmciLCJjb250ZW50IjoiQWRtaW5pc3RyYXRpdmUgU3RhZmYifSx7ImlkIjoiZS1tbnkzMHphZi1vb3BsOXZsIiwidHlwZSI6InN0cm9uZyIsImNvbnRlbnQiOiJHZW5pdXMgV29ybGQgU2Nob29sIn1dfX0sImxpbmsiOnsiJCR0eXBlIjoibGluayIsInZhbHVlIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLXBhcmFncmFwaCIsInN0eWxlcyI6W10sImludGVyYWN0aW9ucyI6W10sImVkaXRvcl9zZXR0aW5ncyI6W119\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6ImExM2QwNGUiLCJlbFR5cGUiOiJlLWZsZXhib3giLCJzZXR0aW5ncyI6W10sImVsZW1lbnRzIjpbeyJpZCI6ImM0YzY0M2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6W10sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImUtZGl2aWRlciIsInN0eWxlcyI6W10sImludGVyYWN0aW9ucyI6W10sImVkaXRvcl9zZXR0aW5ncyI6W119XSwiaXNJbm5lciI6ZmFsc2UsInN0eWxlcyI6W10sImludGVyYWN0aW9ucyI6W10sImVkaXRvcl9zZXR0aW5ncyI6W119\\\"]\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2797,739,'_elementor_page_assets','a:2:{s:6:\"styles\";a:2:{i:0;s:14:\"widget-heading\";i:1;s:15:\"widget-icon-box\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}');
INSERT INTO `wp_postmeta` VALUES (2800,938,'_elementor_page_assets','a:2:{s:6:\"styles\";a:5:{i:0;s:14:\"widget-heading\";i:1;s:15:\"widget-icon-box\";i:2;s:12:\"widget-image\";i:3;s:14:\"widget-divider\";i:4;s:16:\"widget-icon-list\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}');
INSERT INTO `wp_postmeta` VALUES (2801,938,'_elementor_css','a:6:{s:4:\"time\";i:1776179245;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:4;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2802,938,'_elementor_element_cache','{\"timeout\":1776265645,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-0033e46 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"0033e46\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-4a23daa e-con-full e-flex e-con e-child\\\" data-id=\\\"4a23daa\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-4536081 e-con-full e-flex e-con e-child\\\" data-id=\\\"4536081\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-3ccb566 e-con-full e-flex e-con e-child\\\" data-id=\\\"3ccb566\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-17e97ad elementor-widget elementor-widget-heading\\\" data-id=\\\"17e97ad\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Admission<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-71ac86b elementor-widget elementor-widget-heading\\\" data-id=\\\"71ac86b\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Ready to enroll?<br>We hope to meet you soon<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6ImI2ZWE2ZGEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5Kb2luIHRoZSBHV1MgZmFtaWx5IGFuZCBnaXZlIHlvdXIgY2hpbGQgdGhlIGdpZnQgb2YgcXVhbGl0eSBlZHVjYXRpb24gaW4gYSBudXJ0dXJpbmcgZW52aXJvbm1lbnQuIFdlXHUyMDE5cmUgaGVyZSB0byBndWlkZSB5b3UgZXZlcnkgc3RlcCBvZiB0aGUgd2F5LjxcL3A+In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-03fdb11 elementor-widget elementor-widget-heading\\\" data-id=\\\"03fdb11\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">The process<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-eb9e4da e-flex e-con-boxed e-con e-child\\\" data-id=\\\"eb9e4da\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-b293c4b e-con-full e-flex e-con e-child\\\" data-id=\\\"b293c4b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b89e33c elementor-widget elementor-widget-heading\\\" data-id=\\\"b89e33c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">01<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e32e79d elementor-widget elementor-widget-icon-box\\\" data-id=\\\"e32e79d\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tTake a tour\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tVisit our school to explore the learning environment, facilities, and classrooms. Meet our team and get a feel of the nurturing atmosphere we provide for every child.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-f768095 e-con-full e-flex e-con e-child\\\" data-id=\\\"f768095\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-fb7e3bd elementor-widget elementor-widget-heading\\\" data-id=\\\"fb7e3bd\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">02<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-59e6b0a elementor-widget elementor-widget-icon-box\\\" data-id=\\\"59e6b0a\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tSubmit application\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tComplete and submit the admission form with the required documents. Our team will guide you through the process to ensure everything is smooth and hassle-free.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e600028 e-con-full e-flex e-con e-child\\\" data-id=\\\"e600028\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-38074b0 elementor-widget elementor-widget-heading\\\" data-id=\\\"38074b0\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">03<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-67ee937 elementor-widget elementor-widget-icon-box\\\" data-id=\\\"67ee937\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tMeet and greet\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tAttend an interaction session with the school team. This helps us understand your child better and gives you an opportunity to ask questions and learn more about our approach.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-0dfe92a e-con-full e-flex e-con e-child\\\" data-id=\\\"0dfe92a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-dbd5416 elementor-widget elementor-widget-heading\\\" data-id=\\\"dbd5416\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">04<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-66e3f96 elementor-widget elementor-widget-icon-box\\\" data-id=\\\"66e3f96\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tSecure a spot\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tOnce selected, confirm admission by completing the enrollment process. Welcome to the GWS family, where your child\\u2019s learning journey begins!\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-88dd572 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"88dd572\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-72339b4 e-con-full e-flex e-con e-child\\\" data-id=\\\"72339b4\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4c1fdb6 elementor-widget elementor-widget-image\\\" data-id=\\\"4c1fdb6\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"620\\\" height=\\\"456\\\" src=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2022\\/03\\/daycare-admission-image-2.jpg\\\" class=\\\"attachment-full size-full wp-image-1038\\\" alt=\\\"daycare admission image 2\\\" srcset=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2022\\/03\\/daycare-admission-image-2.jpg 620w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2022\\/03\\/daycare-admission-image-2-300x221.jpg 300w\\\" sizes=\\\"(max-width: 620px) 100vw, 620px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-b861150 e-con-full e-flex e-con e-child\\\" data-id=\\\"b861150\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ba42aa9 elementor-widget elementor-widget-image\\\" data-id=\\\"ba42aa9\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"620\\\" height=\\\"456\\\" src=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2022\\/03\\/daycare-admission-image-1.jpg\\\" class=\\\"attachment-full size-full wp-image-1037\\\" alt=\\\"daycare admission image 1\\\" srcset=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2022\\/03\\/daycare-admission-image-1.jpg 620w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2022\\/03\\/daycare-admission-image-1-300x221.jpg 300w\\\" sizes=\\\"(max-width: 620px) 100vw, 620px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-167a10c e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"167a10c\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-330558e e-con-full e-flex e-con e-child\\\" data-id=\\\"330558e\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-4ef092d e-flex e-con-boxed e-con e-child\\\" data-id=\\\"4ef092d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-bf231f8 e-con-full e-flex e-con e-child\\\" data-id=\\\"bf231f8\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-dcbd905 elementor-widget elementor-widget-heading\\\" data-id=\\\"dcbd905\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Required enrollment documents<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6ImQ4YmY4YjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBkYXRhLXN0YXJ0PVwiMTIyXCIgZGF0YS1lbmQ9XCIyMDdcIj5UbyBjb21wbGV0ZSB0aGUgYWRtaXNzaW9uIHByb2Nlc3MsIHBsZWFzZSBwcmVwYXJlIGFuZCBzdWJtaXQgdGhlIGZvbGxvd2luZyBkb2N1bWVudHM6PFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiItNCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-068efe0 e-con-full e-flex e-con e-child\\\" data-id=\\\"068efe0\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-620c4d7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\\" data-id=\\\"620c4d7\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b31cb1a elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"b31cb1a\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Completed Admission Form<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Copy of Birth Certificate<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Recent Passport-Sized Photographs (student)<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Previous School Reports \\/ Transcripts<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Transfer Certificate (TC) (if applicable)<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">IEMIS transfer<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Medical Records \\/ Immunization Report (if required)<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d8671bd elementor-widget elementor-widget-button\\\" data-id=\\\"d8671bd\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/forms.gle\\/q5yHBDQzoKcroYDj6\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Enroll your kid<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2803,1644,'_elementor_page_assets','a:2:{s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:29:\"elementor-v2-widgets-frontend\";}}');
INSERT INTO `wp_postmeta` VALUES (2806,1652,'_elementor_page_assets','a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"elementor-v2-widgets-frontend\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}');
INSERT INTO `wp_postmeta` VALUES (2809,1059,'_elementor_page_assets','a:2:{s:6:\"styles\";a:5:{i:0;s:14:\"widget-heading\";i:1;s:16:\"widget-image-box\";i:2;s:14:\"widget-divider\";i:3;s:19:\"widget-social-icons\";i:4;s:14:\"e-apple-webkit\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:17:\"wpforms-elementor\";}}');
INSERT INTO `wp_postmeta` VALUES (2810,1059,'_elementor_css','a:6:{s:4:\"time\";i:1776179262;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:3;s:9:\"fa-brands\";i:6;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2811,1059,'_elementor_element_cache','{\"timeout\":1776265663,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-c6c17a7 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"c6c17a7\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-fb1d57f e-con-full e-flex e-con e-child\\\" data-id=\\\"fb1d57f\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-14f9da5 e-con-full e-flex e-con e-child\\\" data-id=\\\"14f9da5\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-005c7dd e-con-full e-flex e-con e-child\\\" data-id=\\\"005c7dd\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9da6bb1 elementor-widget elementor-widget-heading\\\" data-id=\\\"9da6bb1\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Contact<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6a23cbe elementor-widget elementor-widget-heading\\\" data-id=\\\"6a23cbe\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Have questions about our school &amp; program?<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6ImY2MTEyZTAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5HZXQgaW4gdG91Y2ggd2l0aCB1cyB0b2RheVx1MjAxNHdlXHUyMDE5bGwgYmUgaGFwcHkgdG8gYW5zd2VyIGFsbCB5b3VyIHF1ZXN0aW9ucy48XC9wPiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-fe751ac e-flex e-con-boxed e-con e-child\\\" data-id=\\\"fe751ac\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-9056753 e-con-full e-flex e-con e-child\\\" data-id=\\\"9056753\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0c8fd2c elementor-vertical-align-top elementor-widget elementor-widget-image-box\\\" data-id=\\\"0c8fd2c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><div class=\\\"elementor-image-box-content\\\"><h4 class=\\\"elementor-image-box-title\\\">General <\\/h4><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-df8b3a8 elementor-widget elementor-widget-button\\\" data-id=\\\"df8b3a8\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">info@geniusworld.edu.np<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4a672fa elementor-widget elementor-widget-button\\\" data-id=\\\"4a672fa\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">uni.school2017@gmail.com<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e9303f2 elementor-widget elementor-widget-button\\\" data-id=\\\"e9303f2\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">geniusworldschoolmj@gmail.com<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4e9a4ab elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\\" data-id=\\\"4e9a4ab\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e0db41c elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\\" data-id=\\\"e0db41c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-647a188 elementor-widget elementor-widget-heading\\\" data-id=\\\"647a188\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Keep in touch<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1489af2 e-grid-align-left elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons\\\" data-id=\\\"1489af2\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\" role=\\\"list\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-c5fa792\\\" href=\\\"https:\\/\\/www.facebook.com\\/geniusworldschool\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-facebook\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-824e65a\\\" href=\\\"https:\\/\\/www.tiktok.com\\/@geniusworldschool\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Tiktok<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-tiktok\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-6a4f6c5\\\" href=\\\"https:\\/\\/www.youtube.com\\/@geniusworldschool\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-youtube\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-cbb5c4a e-con-full e-flex e-con e-child\\\" data-id=\\\"cbb5c4a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjY2NTE0NzUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmb3JtX2lkIjoiMTAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid3Bmb3JtcyJ9\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-a4e72b1 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"a4e72b1\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-f7d9e35 e-con-full e-flex e-con e-child\\\" data-id=\\\"f7d9e35\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-bf607bd e-con-full e-flex e-con e-child\\\" data-id=\\\"bf607bd\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-f277877 e-con-full e-flex e-con e-child\\\" data-id=\\\"f277877\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a40c0dd elementor-vertical-align-top elementor-widget elementor-widget-image-box\\\" data-id=\\\"a40c0dd\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><div class=\\\"elementor-image-box-content\\\"><h6 class=\\\"elementor-image-box-title\\\">Address<\\/h6><p class=\\\"elementor-image-box-description\\\">Basundhara, Tokha 5, Kathmandu<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1a44609 elementor-align-center elementor-mobile-align-left elementor-widget elementor-widget-button\\\" data-id=\\\"1a44609\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/maps.app.goo.gl\\/hq7qwEh59r4WFH7w5\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-external-link-alt\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Get directions<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-c4ef046 e-con-full e-flex e-con e-child\\\" data-id=\\\"c4ef046\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f6d98db elementor-vertical-align-top elementor-widget elementor-widget-image-box\\\" data-id=\\\"f6d98db\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><div class=\\\"elementor-image-box-content\\\"><h6 class=\\\"elementor-image-box-title\\\">Work hours<\\/h6><p class=\\\"elementor-image-box-description\\\">Sun-Fri: 8:30 am-5:00 pm<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-55789cc e-con-full e-flex e-con e-child\\\" data-id=\\\"55789cc\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5004dde elementor-vertical-align-top elementor-widget elementor-widget-image-box\\\" data-id=\\\"5004dde\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><div class=\\\"elementor-image-box-content\\\"><h6 class=\\\"elementor-image-box-title\\\">Phone<\\/h6><p class=\\\"elementor-image-box-description\\\">+977-01-4981877 \\/ 4989177<br>+977-9851201398<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2812,1708,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2813,1708,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2814,1708,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2815,1708,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2816,1708,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2817,1708,'_elementor_data','[{\"id\":\"208a87b\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"2\"}},\"elements\":[{\"id\":\"5ae56f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEE Batch 2082\",\"align\":\"center\",\"typography_typography\":\"custom\",\"title_color\":\"#DF0A0A\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4b0bfc5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"78b0110\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-78b0110-b7e8548\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1646},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-78b0110-b7e8548\":{\"id\":\"e-78b0110-b7e8548\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":400,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"text-align\":{\"$$type\":\"string\",\"value\":\"center\"},\"margin\":{\"$$type\":\"dimensions\",\"value\":{\"block-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"block-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2818,1708,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (2819,1708,'_elementor_page_assets','a:2:{s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:29:\"elementor-v2-widgets-frontend\";}}');
INSERT INTO `wp_postmeta` VALUES (2820,1708,'_elementor_css','a:6:{s:4:\"time\";i:1776179247;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2821,1708,'_elementor_element_cache','{\"timeout\":1776265647,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-208a87b e-grid e-con-boxed e-con e-parent\" data-id=\"208a87b\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-5ae56f5 elementor-widget elementor-widget-heading\" data-id=\"5ae56f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">SEE Batch 2082</h2>tttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4b0bfc5 e-flex e-con-boxed e-con e-parent\" data-id=\"4b0bfc5\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntt[elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6Ijc4YjAxMTAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2VzIjp7IiQkdHlwZSI6ImNsYXNzZXMiLCJ2YWx1ZSI6WyJlLTc4YjAxMTAtYjdlODU0OCJdfSwiaW1hZ2UiOnsiJCR0eXBlIjoiaW1hZ2UiLCJ2YWx1ZSI6eyJzaXplIjp7IiQkdHlwZSI6InN0cmluZyIsInZhbHVlIjoibGFyZ2UifSwic3JjIjp7IiQkdHlwZSI6ImltYWdlLXNyYyIsInZhbHVlIjp7ImlkIjp7IiQkdHlwZSI6ImltYWdlLWF0dGFjaG1lbnQtaWQiLCJ2YWx1ZSI6MTY0Nn0sInVybCI6bnVsbH19fX0sImxpbmsiOnsiJCR0eXBlIjoibGluayIsInZhbHVlIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWltYWdlIiwic3R5bGVzIjp7ImUtNzhiMDExMC1iN2U4NTQ4Ijp7ImlkIjoiZS03OGIwMTEwLWI3ZTg1NDgiLCJsYWJlbCI6ImxvY2FsIiwidHlwZSI6ImNsYXNzIiwidmFyaWFudHMiOlt7Im1ldGEiOnsiYnJlYWtwb2ludCI6ImRlc2t0b3AiLCJzdGF0ZSI6bnVsbH0sInByb3BzIjp7Im1heC1oZWlnaHQiOnsiJCR0eXBlIjoic2l6ZSIsInZhbHVlIjp7InNpemUiOjQwMCwidW5pdCI6InB4In19LCJvdmVyZmxvdyI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6ImhpZGRlbiJ9LCJhc3BlY3QtcmF0aW8iOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJhdXRvIn0sIm9iamVjdC1maXQiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJjb3ZlciJ9LCJvYmplY3QtcG9zaXRpb24iOnsiJCR0eXBlIjoib2JqZWN0LXBvc2l0aW9uIiwidmFsdWUiOnsieCI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6MCwidW5pdCI6InB4In19LCJ5Ijp7IiQkdHlwZSI6InNpemUiLCJ2YWx1ZSI6eyJzaXplIjowLCJ1bml0IjoicHgifX19fSwicG9zaXRpb24iOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJzdGF0aWMifSwidGV4dC1hbGlnbiI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6ImNlbnRlciJ9LCJtYXJnaW4iOnsiJCR0eXBlIjoiZGltZW5zaW9ucyIsInZhbHVlIjp7ImJsb2NrLXN0YXJ0Ijp7IiQkdHlwZSI6InNpemUiLCJ2YWx1ZSI6eyJzaXplIjowLCJ1bml0IjoicHgifX0sImJsb2NrLWVuZCI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6MCwidW5pdCI6InB4In19LCJpbmxpbmUtc3RhcnQiOnsiJCR0eXBlIjoic2l6ZSIsInZhbHVlIjp7InNpemUiOjAsInVuaXQiOiJweCJ9fSwiaW5saW5lLWVuZCI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6MCwidW5pdCI6InB4In19fX0sImRpc3BsYXkiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJibG9jayJ9fX1dfX0sImludGVyYWN0aW9ucyI6W10sImVkaXRvcl9zZXR0aW5ncyI6W119\"]ttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2822,1709,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2823,1709,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2824,1709,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2825,1709,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2826,1709,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2827,1709,'_elementor_data','[{\"id\":\"208a87b\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"2\"}},\"elements\":[{\"id\":\"5ae56f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEE Batch 2082\",\"align\":\"center\",\"typography_typography\":\"custom\",\"title_color\":\"#DF0A0A\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4b0bfc5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"78b0110\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-78b0110-b7e8548\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1646},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-78b0110-b7e8548\":{\"id\":\"e-78b0110-b7e8548\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":400,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"text-align\":{\"$$type\":\"string\",\"value\":\"center\"},\"margin\":{\"$$type\":\"dimensions\",\"value\":{\"block-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"block-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2828,1709,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (2829,1709,'_elementor_page_assets','a:2:{s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:29:\"elementor-v2-widgets-frontend\";}}');
INSERT INTO `wp_postmeta` VALUES (2830,1709,'_elementor_css','a:6:{s:4:\"time\";i:1776179247;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2831,1709,'_elementor_element_cache','{\"timeout\":1776265647,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-208a87b e-grid e-con-boxed e-con e-parent\" data-id=\"208a87b\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-5ae56f5 elementor-widget elementor-widget-heading\" data-id=\"5ae56f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">SEE Batch 2082</h2>tttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4b0bfc5 e-flex e-con-boxed e-con e-parent\" data-id=\"4b0bfc5\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntt[elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6Ijc4YjAxMTAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2VzIjp7IiQkdHlwZSI6ImNsYXNzZXMiLCJ2YWx1ZSI6WyJlLTc4YjAxMTAtYjdlODU0OCJdfSwiaW1hZ2UiOnsiJCR0eXBlIjoiaW1hZ2UiLCJ2YWx1ZSI6eyJzaXplIjp7IiQkdHlwZSI6InN0cmluZyIsInZhbHVlIjoibGFyZ2UifSwic3JjIjp7IiQkdHlwZSI6ImltYWdlLXNyYyIsInZhbHVlIjp7ImlkIjp7IiQkdHlwZSI6ImltYWdlLWF0dGFjaG1lbnQtaWQiLCJ2YWx1ZSI6MTY0Nn0sInVybCI6bnVsbH19fX0sImxpbmsiOnsiJCR0eXBlIjoibGluayIsInZhbHVlIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWltYWdlIiwic3R5bGVzIjp7ImUtNzhiMDExMC1iN2U4NTQ4Ijp7ImlkIjoiZS03OGIwMTEwLWI3ZTg1NDgiLCJsYWJlbCI6ImxvY2FsIiwidHlwZSI6ImNsYXNzIiwidmFyaWFudHMiOlt7Im1ldGEiOnsiYnJlYWtwb2ludCI6ImRlc2t0b3AiLCJzdGF0ZSI6bnVsbH0sInByb3BzIjp7Im1heC1oZWlnaHQiOnsiJCR0eXBlIjoic2l6ZSIsInZhbHVlIjp7InNpemUiOjQwMCwidW5pdCI6InB4In19LCJvdmVyZmxvdyI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6ImhpZGRlbiJ9LCJhc3BlY3QtcmF0aW8iOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJhdXRvIn0sIm9iamVjdC1maXQiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJjb3ZlciJ9LCJvYmplY3QtcG9zaXRpb24iOnsiJCR0eXBlIjoib2JqZWN0LXBvc2l0aW9uIiwidmFsdWUiOnsieCI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6MCwidW5pdCI6InB4In19LCJ5Ijp7IiQkdHlwZSI6InNpemUiLCJ2YWx1ZSI6eyJzaXplIjowLCJ1bml0IjoicHgifX19fSwicG9zaXRpb24iOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJzdGF0aWMifSwidGV4dC1hbGlnbiI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6ImNlbnRlciJ9LCJtYXJnaW4iOnsiJCR0eXBlIjoiZGltZW5zaW9ucyIsInZhbHVlIjp7ImJsb2NrLXN0YXJ0Ijp7IiQkdHlwZSI6InNpemUiLCJ2YWx1ZSI6eyJzaXplIjowLCJ1bml0IjoicHgifX0sImJsb2NrLWVuZCI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6MCwidW5pdCI6InB4In19LCJpbmxpbmUtc3RhcnQiOnsiJCR0eXBlIjoic2l6ZSIsInZhbHVlIjp7InNpemUiOjAsInVuaXQiOiJweCJ9fSwiaW5saW5lLWVuZCI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6MCwidW5pdCI6InB4In19fX0sImRpc3BsYXkiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJibG9jayJ9fX1dfX0sImludGVyYWN0aW9ucyI6W10sImVkaXRvcl9zZXR0aW5ncyI6W119\"]ttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2832,1710,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2833,1710,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2834,1710,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2835,1710,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2836,1710,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2837,1710,'_elementor_data','[{\"id\":\"208a87b\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1},\"grid_rows_grid_mobile\":{\"unit\":\"fr\",\"size\":\"2\"}},\"elements\":[{\"id\":\"5ae56f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEE Batch 2082\",\"align\":\"center\",\"typography_typography\":\"custom\",\"title_color\":\"#DF0A0A\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4b0bfc5\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"78b0110\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-78b0110-b7e8548\"]},\"image\":{\"$$type\":\"image\",\"value\":{\"size\":{\"$$type\":\"string\",\"value\":\"large\"},\"src\":{\"$$type\":\"image-src\",\"value\":{\"id\":{\"$$type\":\"image-attachment-id\",\"value\":1646},\"url\":null}}}},\"link\":{\"$$type\":\"link\",\"value\":[]}},\"elements\":[],\"widgetType\":\"e-image\",\"styles\":{\"e-78b0110-b7e8548\":{\"id\":\"e-78b0110-b7e8548\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"max-height\":{\"$$type\":\"size\",\"value\":{\"size\":400,\"unit\":\"px\"}},\"overflow\":{\"$$type\":\"string\",\"value\":\"hidden\"},\"aspect-ratio\":{\"$$type\":\"string\",\"value\":\"auto\"},\"object-fit\":{\"$$type\":\"string\",\"value\":\"cover\"},\"object-position\":{\"$$type\":\"object-position\",\"value\":{\"x\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"y\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"position\":{\"$$type\":\"string\",\"value\":\"static\"},\"text-align\":{\"$$type\":\"string\",\"value\":\"center\"},\"margin\":{\"$$type\":\"dimensions\",\"value\":{\"block-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"block-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-start\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}},\"inline-end\":{\"$$type\":\"size\",\"value\":{\"size\":0,\"unit\":\"px\"}}}},\"display\":{\"$$type\":\"string\",\"value\":\"block\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2838,1710,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (2839,1710,'_elementor_page_assets','a:2:{s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:29:\"elementor-v2-widgets-frontend\";}}');
INSERT INTO `wp_postmeta` VALUES (2840,1710,'_elementor_css','a:6:{s:4:\"time\";i:1776179247;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2841,1710,'_elementor_element_cache','{\"timeout\":1776265647,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-208a87b e-grid e-con-boxed e-con e-parent\" data-id=\"208a87b\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-5ae56f5 elementor-widget elementor-widget-heading\" data-id=\"5ae56f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">SEE Batch 2082</h2>tttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4b0bfc5 e-flex e-con-boxed e-con e-parent\" data-id=\"4b0bfc5\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntt[elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6Ijc4YjAxMTAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2VzIjp7IiQkdHlwZSI6ImNsYXNzZXMiLCJ2YWx1ZSI6WyJlLTc4YjAxMTAtYjdlODU0OCJdfSwiaW1hZ2UiOnsiJCR0eXBlIjoiaW1hZ2UiLCJ2YWx1ZSI6eyJzaXplIjp7IiQkdHlwZSI6InN0cmluZyIsInZhbHVlIjoibGFyZ2UifSwic3JjIjp7IiQkdHlwZSI6ImltYWdlLXNyYyIsInZhbHVlIjp7ImlkIjp7IiQkdHlwZSI6ImltYWdlLWF0dGFjaG1lbnQtaWQiLCJ2YWx1ZSI6MTY0Nn0sInVybCI6bnVsbH19fX0sImxpbmsiOnsiJCR0eXBlIjoibGluayIsInZhbHVlIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWltYWdlIiwic3R5bGVzIjp7ImUtNzhiMDExMC1iN2U4NTQ4Ijp7ImlkIjoiZS03OGIwMTEwLWI3ZTg1NDgiLCJsYWJlbCI6ImxvY2FsIiwidHlwZSI6ImNsYXNzIiwidmFyaWFudHMiOlt7Im1ldGEiOnsiYnJlYWtwb2ludCI6ImRlc2t0b3AiLCJzdGF0ZSI6bnVsbH0sInByb3BzIjp7Im1heC1oZWlnaHQiOnsiJCR0eXBlIjoic2l6ZSIsInZhbHVlIjp7InNpemUiOjQwMCwidW5pdCI6InB4In19LCJvdmVyZmxvdyI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6ImhpZGRlbiJ9LCJhc3BlY3QtcmF0aW8iOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJhdXRvIn0sIm9iamVjdC1maXQiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJjb3ZlciJ9LCJvYmplY3QtcG9zaXRpb24iOnsiJCR0eXBlIjoib2JqZWN0LXBvc2l0aW9uIiwidmFsdWUiOnsieCI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6MCwidW5pdCI6InB4In19LCJ5Ijp7IiQkdHlwZSI6InNpemUiLCJ2YWx1ZSI6eyJzaXplIjowLCJ1bml0IjoicHgifX19fSwicG9zaXRpb24iOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJzdGF0aWMifSwidGV4dC1hbGlnbiI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6ImNlbnRlciJ9LCJtYXJnaW4iOnsiJCR0eXBlIjoiZGltZW5zaW9ucyIsInZhbHVlIjp7ImJsb2NrLXN0YXJ0Ijp7IiQkdHlwZSI6InNpemUiLCJ2YWx1ZSI6eyJzaXplIjowLCJ1bml0IjoicHgifX0sImJsb2NrLWVuZCI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6MCwidW5pdCI6InB4In19LCJpbmxpbmUtc3RhcnQiOnsiJCR0eXBlIjoic2l6ZSIsInZhbHVlIjp7InNpemUiOjAsInVuaXQiOiJweCJ9fSwiaW5saW5lLWVuZCI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6MCwidW5pdCI6InB4In19fX0sImRpc3BsYXkiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJibG9jayJ9fX1dfX0sImludGVyYWN0aW9ucyI6W10sImVkaXRvcl9zZXR0aW5ncyI6W119\"]ttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2842,1644,'site-post-title','disabled');
INSERT INTO `wp_postmeta` VALUES (2843,1711,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2844,1711,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2845,1711,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2846,1711,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2847,1711,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"332\\\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\\\"55\\\" data-end=\\\"104\\\">spacious, child-friendly, and age-appropriate<\\/strong>, creating a <strong data-start=\\\"117\\\" data-end=\\\"180\\\">comfortable and engaging environment for effective learning<\\/strong>. Each classroom is well-equipped with <strong data-start=\\\"219\\\" data-end=\\\"261\\\">modern teaching and learning materials<\\/strong> that support <strong data-start=\\\"275\\\" data-end=\\\"329\\\">progressive and interactive teaching methodologies<\\/strong>.<\\/p>\\n<p data-start=\\\"334\\\" data-end=\\\"677\\\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\\\"393\\\" data-end=\\\"426\\\">safe, age-appropriate seating<\\/strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\\\"505\\\" data-end=\\\"542\\\">move freely and learn comfortably<\\/strong>. From Grade 3 onwards, students are provided with <strong data-start=\\\"593\\\" data-end=\\\"613\\\">individual desks<\\/strong> that promote <strong data-start=\\\"627\\\" data-end=\\\"674\\\">focus, independence, and organized learning<\\/strong>.<\\/p>\\n<p data-start=\\\"679\\\" data-end=\\\"1011\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">All classrooms are <strong data-start=\\\"698\\\" data-end=\\\"713\\\">ICT-enabled<\\/strong> and feature <strong data-start=\\\"726\\\" data-end=\\\"755\\\">dedicated reading corners<\\/strong> to encourage a <strong data-start=\\\"771\\\" data-end=\\\"819\\\">love for reading and independent exploration<\\/strong>. Ample space is provided to facilitate <strong data-start=\\\"859\\\" data-end=\\\"920\\\">hands-on activities, group work, and interactive learning<\\/strong>, ensuring that students <strong data-start=\\\"945\\\" data-end=\\\"1010\\\">actively participate and fully engage in the learning process<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/picture-1.jpg\",\"id\":1695,\"alt\":\"picture (1)\",\"source\":\"library\",\"size\":\"\"},\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"350\\\">The Library at GWS serves as a <strong data-start=\\\"31\\\" data-end=\\\"55\\\">dynamic learning hub<\\/strong> that nurtures a strong culture of <strong data-start=\\\"90\\\" data-end=\\\"134\\\">reading, research, and lifelong learning<\\/strong>. It is well-stocked with a wide range of <strong data-start=\\\"176\\\" data-end=\\\"201\\\">age-appropriate books<\\/strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\\\"299\\\" data-end=\\\"347\\\">curriculum needs and independent exploration<\\/strong>.<\\/p>\\n<p data-start=\\\"352\\\" data-end=\\\"737\\\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\\\"437\\\" data-end=\\\"471\\\">reading habits among educators<\\/strong> as well. A dedicated <strong data-start=\\\"493\\\" data-end=\\\"522\\\">teachers\\u2019 library section<\\/strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\\\"631\\\" data-end=\\\"712\\\">continuously enhance their knowledge, teaching practices, and personal growth<\\/strong> beyond the curriculum.<\\/p>\\n<p data-start=\\\"739\\\" data-end=\\\"1122\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">Designed to be <strong data-start=\\\"754\\\" data-end=\\\"801\\\">peaceful, comfortable, and student-friendly<\\/strong>, the library provides an ideal space for <strong data-start=\\\"843\\\" data-end=\\\"890\\\">focused reading and intellectual engagement<\\/strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\\\"964\\\" data-end=\\\"1026\\\">curiosity, creativity, and a lifelong passion for learning<\\/strong>, making the library a true cornerstone of <strong data-start=\\\"1069\\\" data-end=\\\"1114\\\">academic excellence and continuous growth<\\/strong> at GWS.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/picture-3.jpg\",\"id\":1693,\"alt\":\"picture (3)\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/3.jpg\",\"id\":1566,\"alt\":\"3\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":92,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/20260220_172740.jpg-1-scaled.jpeg\",\"id\":1434,\"alt\":\"20260220 172740.jpg (1)\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0037ccb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1fec8a7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"b950b6c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c29ed94\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"f52f0f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"07\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61054bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outdoor activities &amp; Trips\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true},\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e32b5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;54\\\\&quot;\\\" data-end=\\\"\\\\&quot;526\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">At&nbsp;<span data-start=\\\"\\\\&quot;57\\\\&quot;\\\" data-end=\\\"\\\\&quot;80\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Genius World School<\\/span>, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;<span data-start=\\\"\\\\&quot;186\\\\&quot;\\\" data-end=\\\"\\\\&quot;225\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">field trips, dayouts, and nightouts<\\/span>&nbsp;play a vital role in enriching students\\u2019 learning experiences. These activities are designed not only to educate students about&nbsp;<span data-start=\\\"\\\\&quot;354\\\\&quot;\\\" data-end=\\\"\\\\&quot;405\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">culture, tradition, nature, and the environment<\\/span>, but also to help them develop important&nbsp;<span data-start=\\\"\\\\&quot;447\\\\&quot;\\\" data-end=\\\"\\\\&quot;462\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">life skills<\\/span>&nbsp;such as teamwork, independence, responsibility, and confidence.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;896\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;539\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Dayouts<\\/span>&nbsp;are regularly organized for all grades within school hours, based on&nbsp;<span data-start=\\\"\\\\&quot;609\\\\&quot;\\\" data-end=\\\"\\\\&quot;643\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">thematic learning requirements<\\/span>. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;1275\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;911\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Nightouts<\\/span>&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;<span data-start=\\\"\\\\&quot;1019\\\\&quot;\\\" data-end=\\\"\\\\&quot;1036\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 1 and 2<\\/span>, students participate in&nbsp;<span data-start=\\\"\\\\&quot;1062\\\\&quot;\\\" data-end=\\\"\\\\&quot;1109\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">night camping experiences within the school<\\/span>, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1277\\\\&quot;\\\" data-end=\\\"\\\\&quot;1521\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">For&nbsp;<span data-start=\\\"\\\\&quot;1281\\\\&quot;\\\" data-end=\\\"\\\\&quot;1297\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 3 to 5<\\/span>, students go on&nbsp;<span data-start=\\\"\\\\&quot;1314\\\\&quot;\\\" data-end=\\\"\\\\&quot;1338\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">1-night, 2-day trips<\\/span>, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1523\\\\&quot;\\\" data-end=\\\"\\\\&quot;1854\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Students from&nbsp;<span data-start=\\\"\\\\&quot;1537\\\\&quot;\\\" data-end=\\\"\\\\&quot;1554\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 6 to 10<\\/span>&nbsp;participate in&nbsp;<span data-start=\\\"\\\\&quot;1570\\\\&quot;\\\" data-end=\\\"\\\\&quot;1618\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">longer trips of at least 2 nights and 3 days<\\/span>. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.<\\/p><p justify;\\\\\\\"=\\\"\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">&nbsp;<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1856\\\\&quot;\\\" data-end=\\\"\\\\&quot;2132\\\\&quot;\\\" data-is-last-node=\\\"\\\\&quot;\\\\&quot;\\\" data-is-only-node=\\\"\\\\&quot;\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6297014\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/608918078_1391286219676388_4779395197971108801_n.jpg\",\"id\":1698,\"alt\":\"608918078 1391286219676388 4779395197971108801 n\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"09e19f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"157184d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/622377885_1413786470759696_2212442530764339429_n.jpg\",\"id\":1699,\"alt\":\"622377885 1413786470759696 2212442530764339429 n\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"85ac20f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"204ee16\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"4efb019\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c50521d\",\"elType\":\"widget\",\"settings\":{\"title\":\"08\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26083fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Parental Guidence &amp; Counselling\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a504689\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, educational service guidance is an important part of supporting students\\u2019 academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0e0a27d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c750d8a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1201dca\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"55905a1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"9212ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"09\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ced360\",\"elType\":\"widget\",\"settings\":{\"title\":\"ECA\\/CCA Activities\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f274527\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, ECA\\/CCA activities are an integral part of our holistic education approach, designed to nurture students\\u2019 talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our \\u201cExtra Club\\u201d offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"96f1ce2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/5.jpg\",\"id\":1568,\"alt\":\"5\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"0f5468e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9cbca0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"db75f9f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"680f1ce\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"25fcbae\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ff0e8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"10\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82faa4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Art &amp; Crafts\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"067d6a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork\\u2014it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2848,1711,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2849,1711,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2850,1711,'_elementor_page_assets','a:2:{s:6:\"styles\";a:2:{i:0;s:14:\"widget-heading\";i:1;s:15:\"widget-icon-box\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}');
INSERT INTO `wp_postmeta` VALUES (2851,1711,'_elementor_css','a:6:{s:4:\"time\";i:1776179232;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:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2852,1711,'_elementor_element_cache','{\"timeout\":1776265633,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-6b9075a e-flex e-con-boxed e-con e-parent\" data-id=\"6b9075a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-b752f07 e-con-full e-flex e-con e-child\" data-id=\"b752f07\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-14b0c19 e-flex e-con-boxed e-con e-child\" data-id=\"14b0c19\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-32647f2 e-flex e-con-boxed e-con e-child\" data-id=\"32647f2\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-076c624 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"076c624\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Our Facilities</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-0161e26 elementor-widget elementor-widget-heading\" data-id=\"0161e26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teachingu2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>tttt</div>nttttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-5209ed0 e-flex e-con-boxed e-con e-parent\" data-id=\"5209ed0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-20a2e04 e-con-full e-flex e-con e-child\" data-id=\"20a2e04\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-7255940 e-con-full e-flex e-con e-child\" data-id=\"7255940\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-5691f40 e-con-full e-flex e-con e-child\" data-id=\"5691f40\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-15efda6 elementor-widget elementor-widget-heading\" data-id=\"15efda6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Why us?</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-da79888 elementor-widget elementor-widget-heading\" data-id=\"da79888\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><div class=\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\" data-id=\"8cc73b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-wrap: initial;--justify-content: initial;--align-items: initial;--align-content: initial;--gap: initial;--flex-basis: initial;--flex-grow: initial;--flex-shrink: initial;--order: initial;--align-self: initial;align-self: auto;flex: 0 1 auto;align-items: normal;flex-flow: row;gap: 20px;--widgets-spacing: 20px 20px;--widgets-spacing-row: 20px;--widgets-spacing-column: 20px;--kit-widget-spacing: 0px;max-width: 100%;white-space: normal\"><p class=\"elementor-heading-title elementor-size-default\" style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p></div><div class=\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"d2bb82c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\" style=\"--flex-wrap: initial;--justify-content: initial;--align-items: initial;--align-content: initial;--gap: initial;--flex-basis: initial;--flex-grow: initial;--flex-shrink: initial;--order: initial;--align-self: initial;align-self: auto;flex: 0 1 auto;align-items: normal;flex-flow: row;gap: 20px;--widgets-spacing: 20px 20px;--widgets-spacing-row: 20px;--widgets-spacing-column: 20px;--kit-widget-spacing: 0px;--e-icon-list-icon-size: 14px;--icon-vertical-offset: 0px;max-width: 100%;white-space: normal\"><ul class=\"elementor-icon-list-items\" style=\"font-size: 18px\"><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Holistic approach</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Progressive &amp; child-centered learning approach</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Spacious, safe, and student-friendly environment</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">STEAM-based and integrated curriculum</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Wide range of extra club activities</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Chinese language classes</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">ESOL Cambridge courses</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Hostel facilities available</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Commitment to quality education</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">UCMAS Abacus classes</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Robotics &amp; coding classes</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Well-equipped labs and library</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">And many more opportunities for overall student development</span></li></ul></div></p>tttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-41dd485 e-con-full e-flex e-con e-child\" data-id=\"41dd485\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-02fcfbe elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"02fcfbe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-hands\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h5 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttHolistic approachtttttt</span>nttttt</h5>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttOur holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-52925fa elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"52925fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-hand-holding-heart\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h5 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttPassionate teacherstttttt</span>nttttt</h5>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttOur passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-0f94bb7 elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"0f94bb7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-eye\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h5 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttSupervision to keep children safetttttt</span>nttttt</h5>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttOur passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-f36d88a e-con-full e-flex e-con e-parent\" data-id=\"f36d88a\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-9369f2f e-con-full e-flex e-con e-child\" data-id=\"9369f2f\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-ba456db e-con-full e-flex e-con e-child\" data-id=\"ba456db\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-451354d e-con-full e-flex e-con e-child\" data-id=\"451354d\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-7939210 elementor-widget elementor-widget-heading\" data-id=\"7939210\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">01</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-425340f elementor-widget elementor-widget-heading\" data-id=\"425340f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Classrooms</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-d21c0dd elementor-widget elementor-widget-heading\" data-id=\"d21c0dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-17f9f72 e-con-full e-flex e-con e-child\" data-id=\"17f9f72\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-e1661d4 e-con-full e-flex e-con e-parent\" data-id=\"e1661d4\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-deca35b e-con-full e-flex e-con e-child\" data-id=\"deca35b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntt<div class=\"elementor-element elementor-element-80d9997 e-con-full e-flex e-con e-child\" data-id=\"80d9997\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-1257aa9 e-con-full e-flex e-con e-child\" data-id=\"1257aa9\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-595ce19 e-con-full e-flex e-con e-child\" data-id=\"595ce19\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-a64f27d elementor-widget elementor-widget-heading\" data-id=\"a64f27d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">02</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-e24cb43 elementor-widget elementor-widget-heading\" data-id=\"e24cb43\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Library</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-8c73559 elementor-widget elementor-widget-heading\" data-id=\"8c73559\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p data-start=\"0\" data-end=\"350\">The Library at GWS serves as a <strong data-start=\"31\" data-end=\"55\">dynamic learning hub</strong> that nurtures a strong culture of <strong data-start=\"90\" data-end=\"134\">reading, research, and lifelong learning</strong>. It is well-stocked with a wide range of <strong data-start=\"176\" data-end=\"201\">age-appropriate books</strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\"299\" data-end=\"347\">curriculum needs and independent exploration</strong>.</p>n<p data-start=\"352\" data-end=\"737\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\"437\" data-end=\"471\">reading habits among educators</strong> as well. A dedicated <strong data-start=\"493\" data-end=\"522\">teachersu2019 library section</strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\"631\" data-end=\"712\">continuously enhance their knowledge, teaching practices, and personal growth</strong> beyond the curriculum.</p>n<p data-start=\"739\" data-end=\"1122\" data-is-last-node=\"\" data-is-only-node=\"\">Designed to be <strong data-start=\"754\" data-end=\"801\">peaceful, comfortable, and student-friendly</strong>, the library provides an ideal space for <strong data-start=\"843\" data-end=\"890\">focused reading and intellectual engagement</strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\"964\" data-end=\"1026\">curiosity, creativity, and a lifelong passion for learning</strong>, making the library a true cornerstone of <strong data-start=\"1069\" data-end=\"1114\">academic excellence and continuous growth</strong> at GWS.</p></p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-9a48cde e-con-full e-flex e-con e-parent\" data-id=\"9a48cde\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-c1dba9b e-con-full e-flex e-con e-child\" data-id=\"c1dba9b\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-37e3c4d e-flex e-con-boxed e-con e-child\" data-id=\"37e3c4d\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-d0937c4 e-con-full e-flex e-con e-child\" data-id=\"d0937c4\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-350885a elementor-widget elementor-widget-heading\" data-id=\"350885a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">03</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-4baa755 elementor-widget elementor-widget-heading\" data-id=\"4baa755\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Cafeteria</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-f10ddf1 elementor-widget elementor-widget-heading\" data-id=\"f10ddf1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>tttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-999c239 e-con-full e-flex e-con e-child\" data-id=\"999c239\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-eea4cc8 e-con-full e-flex e-con e-parent\" data-id=\"eea4cc8\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-9e9f20c e-con-full e-flex e-con e-child\" data-id=\"9e9f20c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntt<div class=\"elementor-element elementor-element-47f8c15 e-con-full e-flex e-con e-child\" data-id=\"47f8c15\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-ee7d369 e-con-full e-flex e-con e-child\" data-id=\"ee7d369\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-ae5d122 e-con-full e-flex e-con e-child\" data-id=\"ae5d122\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-0a4b43b elementor-widget elementor-widget-heading\" data-id=\"0a4b43b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">04</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-fe2d50c elementor-widget elementor-widget-heading\" data-id=\"fe2d50c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Transportation</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-ad60007 elementor-widget elementor-widget-heading\" data-id=\"ad60007\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-6e5d220 e-con-full e-flex e-con e-parent\" data-id=\"6e5d220\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-220b86e e-con-full e-flex e-con e-child\" data-id=\"220b86e\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-0dbba1d e-con-full e-flex e-con e-child\" data-id=\"0dbba1d\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-a6077d7 e-con-full e-flex e-con e-child\" data-id=\"a6077d7\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-1e39a10 elementor-widget elementor-widget-heading\" data-id=\"1e39a10\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">05</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-60c38fd elementor-widget elementor-widget-heading\" data-id=\"60c38fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Physical Education</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-f41f472 elementor-widget elementor-widget-heading\" data-id=\"f41f472\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-c39a73a e-con-full e-flex e-con e-child\" data-id=\"c39a73a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-f86315f e-con-full e-flex e-con e-parent\" data-id=\"f86315f\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-70d0db1 e-con-full e-flex e-con e-child\" data-id=\"70d0db1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntt<div class=\"elementor-element elementor-element-84b7362 e-con-full e-flex e-con e-child\" data-id=\"84b7362\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-6cd1eb5 e-con-full e-flex e-con e-child\" data-id=\"6cd1eb5\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-967a4cd e-con-full e-flex e-con e-child\" data-id=\"967a4cd\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-aba7bf0 elementor-widget elementor-widget-heading\" data-id=\"aba7bf0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">06</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-8e88a8f elementor-widget elementor-widget-heading\" data-id=\"8e88a8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Health Services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-6e5314e elementor-widget elementor-widget-heading\" data-id=\"6e5314e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure studentsu2019 overall well-being.<br><br><span style=\"font-style: inherit;font-weight: inherit\">Each studentu2019s </span><strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong><span style=\"font-style: inherit;font-weight: inherit\"> are securely maintained for quick access when needed. The school also promotes </span><strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong><span style=\"font-style: inherit;font-weight: inherit\">, </span><strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong><span style=\"font-style: inherit;font-weight: inherit\">, and </span><strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong><span style=\"font-style: inherit;font-weight: inherit\"> along with a </span><strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong><span style=\"font-style: inherit;font-weight: inherit\">.</span><br><br><span style=\"font-style: inherit;font-weight: inherit\">With </span><strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong><span style=\"font-style: inherit;font-weight: inherit\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</span></p></p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-0037ccb e-con-full e-flex e-con e-parent\" data-id=\"0037ccb\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-1fec8a7 e-con-full e-flex e-con e-child\" data-id=\"1fec8a7\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-b950b6c e-con-full e-flex e-con e-child\" data-id=\"b950b6c\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-c29ed94 e-con-full e-flex e-con e-child\" data-id=\"c29ed94\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-f52f0f2 elementor-widget elementor-widget-heading\" data-id=\"f52f0f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">07</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-61054bd elementor-widget elementor-widget-heading\" data-id=\"61054bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Outdoor activities &amp; Trips</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-1e32b5a elementor-widget elementor-widget-heading\" data-id=\"1e32b5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p>At&nbsp;<span data-start=\"\\&quot;57\\&quot;\" data-end=\"\\&quot;80\\&quot;\" style=\"font-weight: 700;font-size: 18px\">Genius World School</span>, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;<span data-start=\"\\&quot;186\\&quot;\" data-end=\"\\&quot;225\\&quot;\" style=\"font-weight: 700;font-size: 18px\">field trips, dayouts, and nightouts</span>&nbsp;play a vital role in enriching studentsu2019 learning experiences. These activities are designed not only to educate students about&nbsp;<span data-start=\"\\&quot;354\\&quot;\" data-end=\"\\&quot;405\\&quot;\" style=\"font-weight: 700;font-size: 18px\">culture, tradition, nature, and the environment</span>, but also to help them develop important&nbsp;<span data-start=\"\\&quot;447\\&quot;\" data-end=\"\\&quot;462\\&quot;\" style=\"font-weight: 700;font-size: 18px\">life skills</span>&nbsp;such as teamwork, independence, responsibility, and confidence.</p><p><span data-start=\"\\&quot;528\\&quot;\" data-end=\"\\&quot;539\\&quot;\" style=\"font-weight: 700;font-size: 18px\">Dayouts</span>&nbsp;are regularly organized for all grades within school hours, based on&nbsp;<span data-start=\"\\&quot;609\\&quot;\" data-end=\"\\&quot;643\\&quot;\" style=\"font-weight: 700;font-size: 18px\">thematic learning requirements</span>. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.</p><p><span data-start=\"\\&quot;898\\&quot;\" data-end=\"\\&quot;911\\&quot;\" style=\"font-weight: 700;font-size: 18px\">Nightouts</span>&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;<span data-start=\"\\&quot;1019\\&quot;\" data-end=\"\\&quot;1036\\&quot;\" style=\"font-weight: 700;font-size: 18px\">Grade 1 and 2</span>, students participate in&nbsp;<span data-start=\"\\&quot;1062\\&quot;\" data-end=\"\\&quot;1109\\&quot;\" style=\"font-weight: 700;font-size: 18px\">night camping experiences within the school</span>, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.</p><p>For&nbsp;<span data-start=\"\\&quot;1281\\&quot;\" data-end=\"\\&quot;1297\\&quot;\" style=\"font-weight: 700;font-size: 18px\">Grade 3 to 5</span>, students go on&nbsp;<span data-start=\"\\&quot;1314\\&quot;\" data-end=\"\\&quot;1338\\&quot;\" style=\"font-weight: 700;font-size: 18px\">1-night, 2-day trips</span>, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.</p><p>Students from&nbsp;<span data-start=\"\\&quot;1537\\&quot;\" data-end=\"\\&quot;1554\\&quot;\" style=\"font-weight: 700;font-size: 18px\">Grade 6 to 10</span>&nbsp;participate in&nbsp;<span data-start=\"\\&quot;1570\\&quot;\" data-end=\"\\&quot;1618\\&quot;\" style=\"font-weight: 700;font-size: 18px\">longer trips of at least 2 nights and 3 days</span>. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.</p><p>&nbsp;</p><p>Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.</p></p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-6297014 e-con-full e-flex e-con e-child\" data-id=\"6297014\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-09e19f4 e-con-full e-flex e-con e-parent\" data-id=\"09e19f4\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-157184d e-con-full e-flex e-con e-child\" data-id=\"157184d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntt<div class=\"elementor-element elementor-element-85ac20f e-con-full e-flex e-con e-child\" data-id=\"85ac20f\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-204ee16 e-con-full e-flex e-con e-child\" data-id=\"204ee16\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-4efb019 e-con-full e-flex e-con e-child\" data-id=\"4efb019\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-c50521d elementor-widget elementor-widget-heading\" data-id=\"c50521d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">08</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-26083fd elementor-widget elementor-widget-heading\" data-id=\"26083fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Parental Guidence &amp; Counselling</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-a504689 elementor-widget elementor-widget-heading\" data-id=\"a504689\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\">At Genius World School, educational service guidance is an important part of supporting studentsu2019 academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.</p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-0e0a27d e-con-full e-flex e-con e-parent\" data-id=\"0e0a27d\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-c750d8a e-con-full e-flex e-con e-child\" data-id=\"c750d8a\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-1201dca e-con-full e-flex e-con e-child\" data-id=\"1201dca\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-55905a1 e-con-full e-flex e-con e-child\" data-id=\"55905a1\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-9212ba9 elementor-widget elementor-widget-heading\" data-id=\"9212ba9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">09</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3ced360 elementor-widget elementor-widget-heading\" data-id=\"3ced360\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">ECA/CCA Activities</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-f274527 elementor-widget elementor-widget-heading\" data-id=\"f274527\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\">At Genius World School, ECA/CCA activities are an integral part of our holistic education approach, designed to nurture studentsu2019 talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our u201cExtra Clubu201d offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.</p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-96f1ce2 e-con-full e-flex e-con e-child\" data-id=\"96f1ce2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-0f5468e e-con-full e-flex e-con e-parent\" data-id=\"0f5468e\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-e9cbca0 e-con-full e-flex e-con e-child\" data-id=\"e9cbca0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntt<div class=\"elementor-element elementor-element-db75f9f e-con-full e-flex e-con e-child\" data-id=\"db75f9f\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-680f1ce e-con-full e-flex e-con e-child\" data-id=\"680f1ce\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-25fcbae e-con-full e-flex e-con e-child\" data-id=\"25fcbae\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-2ff0e8a elementor-widget elementor-widget-heading\" data-id=\"2ff0e8a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">10</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-82faa4c elementor-widget elementor-widget-heading\" data-id=\"82faa4c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Art &amp; Crafts</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-067d6a8 elementor-widget elementor-widget-heading\" data-id=\"067d6a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\">At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artworku2014it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.</p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2853,1712,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2854,1712,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2855,1712,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2856,1712,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2857,1712,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"332\\\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\\\"55\\\" data-end=\\\"104\\\">spacious, child-friendly, and age-appropriate<\\/strong>, creating a <strong data-start=\\\"117\\\" data-end=\\\"180\\\">comfortable and engaging environment for effective learning<\\/strong>. Each classroom is well-equipped with <strong data-start=\\\"219\\\" data-end=\\\"261\\\">modern teaching and learning materials<\\/strong> that support <strong data-start=\\\"275\\\" data-end=\\\"329\\\">progressive and interactive teaching methodologies<\\/strong>.<\\/p>\\n<p data-start=\\\"334\\\" data-end=\\\"677\\\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\\\"393\\\" data-end=\\\"426\\\">safe, age-appropriate seating<\\/strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\\\"505\\\" data-end=\\\"542\\\">move freely and learn comfortably<\\/strong>. From Grade 3 onwards, students are provided with <strong data-start=\\\"593\\\" data-end=\\\"613\\\">individual desks<\\/strong> that promote <strong data-start=\\\"627\\\" data-end=\\\"674\\\">focus, independence, and organized learning<\\/strong>.<\\/p>\\n<p data-start=\\\"679\\\" data-end=\\\"1011\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">All classrooms are <strong data-start=\\\"698\\\" data-end=\\\"713\\\">ICT-enabled<\\/strong> and feature <strong data-start=\\\"726\\\" data-end=\\\"755\\\">dedicated reading corners<\\/strong> to encourage a <strong data-start=\\\"771\\\" data-end=\\\"819\\\">love for reading and independent exploration<\\/strong>. Ample space is provided to facilitate <strong data-start=\\\"859\\\" data-end=\\\"920\\\">hands-on activities, group work, and interactive learning<\\/strong>, ensuring that students <strong data-start=\\\"945\\\" data-end=\\\"1010\\\">actively participate and fully engage in the learning process<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/picture-1.jpg\",\"id\":1695,\"alt\":\"picture (1)\",\"source\":\"library\",\"size\":\"\"},\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"350\\\">The Library at GWS serves as a <strong data-start=\\\"31\\\" data-end=\\\"55\\\">dynamic learning hub<\\/strong> that nurtures a strong culture of <strong data-start=\\\"90\\\" data-end=\\\"134\\\">reading, research, and lifelong learning<\\/strong>. It is well-stocked with a wide range of <strong data-start=\\\"176\\\" data-end=\\\"201\\\">age-appropriate books<\\/strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\\\"299\\\" data-end=\\\"347\\\">curriculum needs and independent exploration<\\/strong>.<\\/p>\\n<p data-start=\\\"352\\\" data-end=\\\"737\\\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\\\"437\\\" data-end=\\\"471\\\">reading habits among educators<\\/strong> as well. A dedicated <strong data-start=\\\"493\\\" data-end=\\\"522\\\">teachers\\u2019 library section<\\/strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\\\"631\\\" data-end=\\\"712\\\">continuously enhance their knowledge, teaching practices, and personal growth<\\/strong> beyond the curriculum.<\\/p>\\n<p data-start=\\\"739\\\" data-end=\\\"1122\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">Designed to be <strong data-start=\\\"754\\\" data-end=\\\"801\\\">peaceful, comfortable, and student-friendly<\\/strong>, the library provides an ideal space for <strong data-start=\\\"843\\\" data-end=\\\"890\\\">focused reading and intellectual engagement<\\/strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\\\"964\\\" data-end=\\\"1026\\\">curiosity, creativity, and a lifelong passion for learning<\\/strong>, making the library a true cornerstone of <strong data-start=\\\"1069\\\" data-end=\\\"1114\\\">academic excellence and continuous growth<\\/strong> at GWS.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/picture-3.jpg\",\"id\":1693,\"alt\":\"picture (3)\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/3.jpg\",\"id\":1566,\"alt\":\"3\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":92,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/20260220_172740.jpg-1-scaled.jpeg\",\"id\":1434,\"alt\":\"20260220 172740.jpg (1)\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0037ccb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1fec8a7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"b950b6c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c29ed94\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"f52f0f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"07\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61054bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outdoor activities &amp; Trips\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true},\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e32b5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;54\\\\&quot;\\\" data-end=\\\"\\\\&quot;526\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">At&nbsp;<span data-start=\\\"\\\\&quot;57\\\\&quot;\\\" data-end=\\\"\\\\&quot;80\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Genius World School<\\/span>, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;<span data-start=\\\"\\\\&quot;186\\\\&quot;\\\" data-end=\\\"\\\\&quot;225\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">field trips, dayouts, and nightouts<\\/span>&nbsp;play a vital role in enriching students\\u2019 learning experiences. These activities are designed not only to educate students about&nbsp;<span data-start=\\\"\\\\&quot;354\\\\&quot;\\\" data-end=\\\"\\\\&quot;405\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">culture, tradition, nature, and the environment<\\/span>, but also to help them develop important&nbsp;<span data-start=\\\"\\\\&quot;447\\\\&quot;\\\" data-end=\\\"\\\\&quot;462\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">life skills<\\/span>&nbsp;such as teamwork, independence, responsibility, and confidence.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;896\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;539\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Dayouts<\\/span>&nbsp;are regularly organized for all grades within school hours, based on&nbsp;<span data-start=\\\"\\\\&quot;609\\\\&quot;\\\" data-end=\\\"\\\\&quot;643\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">thematic learning requirements<\\/span>. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;1275\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;911\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Nightouts<\\/span>&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;<span data-start=\\\"\\\\&quot;1019\\\\&quot;\\\" data-end=\\\"\\\\&quot;1036\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 1 and 2<\\/span>, students participate in&nbsp;<span data-start=\\\"\\\\&quot;1062\\\\&quot;\\\" data-end=\\\"\\\\&quot;1109\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">night camping experiences within the school<\\/span>, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1277\\\\&quot;\\\" data-end=\\\"\\\\&quot;1521\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">For&nbsp;<span data-start=\\\"\\\\&quot;1281\\\\&quot;\\\" data-end=\\\"\\\\&quot;1297\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 3 to 5<\\/span>, students go on&nbsp;<span data-start=\\\"\\\\&quot;1314\\\\&quot;\\\" data-end=\\\"\\\\&quot;1338\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">1-night, 2-day trips<\\/span>, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1523\\\\&quot;\\\" data-end=\\\"\\\\&quot;1854\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Students from&nbsp;<span data-start=\\\"\\\\&quot;1537\\\\&quot;\\\" data-end=\\\"\\\\&quot;1554\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 6 to 10<\\/span>&nbsp;participate in&nbsp;<span data-start=\\\"\\\\&quot;1570\\\\&quot;\\\" data-end=\\\"\\\\&quot;1618\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">longer trips of at least 2 nights and 3 days<\\/span>. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.<\\/p><p justify;\\\\\\\"=\\\"\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">&nbsp;<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1856\\\\&quot;\\\" data-end=\\\"\\\\&quot;2132\\\\&quot;\\\" data-is-last-node=\\\"\\\\&quot;\\\\&quot;\\\" data-is-only-node=\\\"\\\\&quot;\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6297014\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/608918078_1391286219676388_4779395197971108801_n.jpg\",\"id\":1698,\"alt\":\"608918078 1391286219676388 4779395197971108801 n\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"09e19f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"157184d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/622377885_1413786470759696_2212442530764339429_n.jpg\",\"id\":1699,\"alt\":\"622377885 1413786470759696 2212442530764339429 n\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"85ac20f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"204ee16\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"4efb019\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c50521d\",\"elType\":\"widget\",\"settings\":{\"title\":\"08\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26083fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Parental Guidence &amp; Counselling\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a504689\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, educational service guidance is an important part of supporting students\\u2019 academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0e0a27d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c750d8a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1201dca\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"55905a1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"9212ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"09\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ced360\",\"elType\":\"widget\",\"settings\":{\"title\":\"ECA\\/CCA Activities\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f274527\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, ECA\\/CCA activities are an integral part of our holistic education approach, designed to nurture students\\u2019 talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our \\u201cExtra Club\\u201d offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"96f1ce2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/5.jpg\",\"id\":1568,\"alt\":\"5\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"0f5468e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9cbca0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"db75f9f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"680f1ce\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"25fcbae\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ff0e8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"10\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82faa4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Art &amp; Crafts\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"067d6a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork\\u2014it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2858,1712,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2859,1712,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2860,1712,'_elementor_page_assets','a:2:{s:6:\"styles\";a:2:{i:0;s:14:\"widget-heading\";i:1;s:15:\"widget-icon-box\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}');
INSERT INTO `wp_postmeta` VALUES (2861,1712,'_elementor_css','a:6:{s:4:\"time\";i:1776179232;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:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2862,1712,'_elementor_element_cache','{\"timeout\":1776265633,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-6b9075a e-flex e-con-boxed e-con e-parent\" data-id=\"6b9075a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-b752f07 e-con-full e-flex e-con e-child\" data-id=\"b752f07\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-14b0c19 e-flex e-con-boxed e-con e-child\" data-id=\"14b0c19\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-32647f2 e-flex e-con-boxed e-con e-child\" data-id=\"32647f2\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-076c624 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"076c624\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Our Facilities</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-0161e26 elementor-widget elementor-widget-heading\" data-id=\"0161e26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teachingu2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>tttt</div>nttttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-5209ed0 e-flex e-con-boxed e-con e-parent\" data-id=\"5209ed0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-20a2e04 e-con-full e-flex e-con e-child\" data-id=\"20a2e04\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-7255940 e-con-full e-flex e-con e-child\" data-id=\"7255940\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-5691f40 e-con-full e-flex e-con e-child\" data-id=\"5691f40\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-15efda6 elementor-widget elementor-widget-heading\" data-id=\"15efda6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Why us?</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-da79888 elementor-widget elementor-widget-heading\" data-id=\"da79888\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><div class=\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\" data-id=\"8cc73b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-wrap: initial;--justify-content: initial;--align-items: initial;--align-content: initial;--gap: initial;--flex-basis: initial;--flex-grow: initial;--flex-shrink: initial;--order: initial;--align-self: initial;align-self: auto;flex: 0 1 auto;align-items: normal;flex-flow: row;gap: 20px;--widgets-spacing: 20px 20px;--widgets-spacing-row: 20px;--widgets-spacing-column: 20px;--kit-widget-spacing: 0px;max-width: 100%;white-space: normal\"><p class=\"elementor-heading-title elementor-size-default\" style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p></div><div class=\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"d2bb82c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\" style=\"--flex-wrap: initial;--justify-content: initial;--align-items: initial;--align-content: initial;--gap: initial;--flex-basis: initial;--flex-grow: initial;--flex-shrink: initial;--order: initial;--align-self: initial;align-self: auto;flex: 0 1 auto;align-items: normal;flex-flow: row;gap: 20px;--widgets-spacing: 20px 20px;--widgets-spacing-row: 20px;--widgets-spacing-column: 20px;--kit-widget-spacing: 0px;--e-icon-list-icon-size: 14px;--icon-vertical-offset: 0px;max-width: 100%;white-space: normal\"><ul class=\"elementor-icon-list-items\" style=\"font-size: 18px\"><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Holistic approach</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Progressive &amp; child-centered learning approach</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Spacious, safe, and student-friendly environment</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">STEAM-based and integrated curriculum</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Wide range of extra club activities</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Chinese language classes</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">ESOL Cambridge courses</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Hostel facilities available</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Commitment to quality education</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">UCMAS Abacus classes</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Robotics &amp; coding classes</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Well-equipped labs and library</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">And many more opportunities for overall student development</span></li></ul></div></p>tttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-41dd485 e-con-full e-flex e-con e-child\" data-id=\"41dd485\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-02fcfbe elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"02fcfbe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-hands\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h5 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttHolistic approachtttttt</span>nttttt</h5>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttOur holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-52925fa elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"52925fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-hand-holding-heart\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h5 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttPassionate teacherstttttt</span>nttttt</h5>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttOur passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-0f94bb7 elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"0f94bb7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-eye\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h5 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttSupervision to keep children safetttttt</span>nttttt</h5>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttOur passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-f36d88a e-con-full e-flex e-con e-parent\" data-id=\"f36d88a\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-9369f2f e-con-full e-flex e-con e-child\" data-id=\"9369f2f\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-ba456db e-con-full e-flex e-con e-child\" data-id=\"ba456db\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-451354d e-con-full e-flex e-con e-child\" data-id=\"451354d\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-7939210 elementor-widget elementor-widget-heading\" data-id=\"7939210\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">01</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-425340f elementor-widget elementor-widget-heading\" data-id=\"425340f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Classrooms</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-d21c0dd elementor-widget elementor-widget-heading\" data-id=\"d21c0dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-17f9f72 e-con-full e-flex e-con e-child\" data-id=\"17f9f72\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-e1661d4 e-con-full e-flex e-con e-parent\" data-id=\"e1661d4\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-deca35b e-con-full e-flex e-con e-child\" data-id=\"deca35b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntt<div class=\"elementor-element elementor-element-80d9997 e-con-full e-flex e-con e-child\" data-id=\"80d9997\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-1257aa9 e-con-full e-flex e-con e-child\" data-id=\"1257aa9\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-595ce19 e-con-full e-flex e-con e-child\" data-id=\"595ce19\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-a64f27d elementor-widget elementor-widget-heading\" data-id=\"a64f27d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">02</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-e24cb43 elementor-widget elementor-widget-heading\" data-id=\"e24cb43\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Library</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-8c73559 elementor-widget elementor-widget-heading\" data-id=\"8c73559\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p data-start=\"0\" data-end=\"350\">The Library at GWS serves as a <strong data-start=\"31\" data-end=\"55\">dynamic learning hub</strong> that nurtures a strong culture of <strong data-start=\"90\" data-end=\"134\">reading, research, and lifelong learning</strong>. It is well-stocked with a wide range of <strong data-start=\"176\" data-end=\"201\">age-appropriate books</strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\"299\" data-end=\"347\">curriculum needs and independent exploration</strong>.</p>n<p data-start=\"352\" data-end=\"737\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\"437\" data-end=\"471\">reading habits among educators</strong> as well. A dedicated <strong data-start=\"493\" data-end=\"522\">teachersu2019 library section</strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\"631\" data-end=\"712\">continuously enhance their knowledge, teaching practices, and personal growth</strong> beyond the curriculum.</p>n<p data-start=\"739\" data-end=\"1122\" data-is-last-node=\"\" data-is-only-node=\"\">Designed to be <strong data-start=\"754\" data-end=\"801\">peaceful, comfortable, and student-friendly</strong>, the library provides an ideal space for <strong data-start=\"843\" data-end=\"890\">focused reading and intellectual engagement</strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\"964\" data-end=\"1026\">curiosity, creativity, and a lifelong passion for learning</strong>, making the library a true cornerstone of <strong data-start=\"1069\" data-end=\"1114\">academic excellence and continuous growth</strong> at GWS.</p></p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-9a48cde e-con-full e-flex e-con e-parent\" data-id=\"9a48cde\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-c1dba9b e-con-full e-flex e-con e-child\" data-id=\"c1dba9b\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-37e3c4d e-flex e-con-boxed e-con e-child\" data-id=\"37e3c4d\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-d0937c4 e-con-full e-flex e-con e-child\" data-id=\"d0937c4\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-350885a elementor-widget elementor-widget-heading\" data-id=\"350885a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">03</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-4baa755 elementor-widget elementor-widget-heading\" data-id=\"4baa755\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Cafeteria</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-f10ddf1 elementor-widget elementor-widget-heading\" data-id=\"f10ddf1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>tttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-999c239 e-con-full e-flex e-con e-child\" data-id=\"999c239\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-eea4cc8 e-con-full e-flex e-con e-parent\" data-id=\"eea4cc8\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-9e9f20c e-con-full e-flex e-con e-child\" data-id=\"9e9f20c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntt<div class=\"elementor-element elementor-element-47f8c15 e-con-full e-flex e-con e-child\" data-id=\"47f8c15\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-ee7d369 e-con-full e-flex e-con e-child\" data-id=\"ee7d369\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-ae5d122 e-con-full e-flex e-con e-child\" data-id=\"ae5d122\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-0a4b43b elementor-widget elementor-widget-heading\" data-id=\"0a4b43b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">04</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-fe2d50c elementor-widget elementor-widget-heading\" data-id=\"fe2d50c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Transportation</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-ad60007 elementor-widget elementor-widget-heading\" data-id=\"ad60007\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-6e5d220 e-con-full e-flex e-con e-parent\" data-id=\"6e5d220\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-220b86e e-con-full e-flex e-con e-child\" data-id=\"220b86e\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-0dbba1d e-con-full e-flex e-con e-child\" data-id=\"0dbba1d\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-a6077d7 e-con-full e-flex e-con e-child\" data-id=\"a6077d7\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-1e39a10 elementor-widget elementor-widget-heading\" data-id=\"1e39a10\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">05</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-60c38fd elementor-widget elementor-widget-heading\" data-id=\"60c38fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Physical Education</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-f41f472 elementor-widget elementor-widget-heading\" data-id=\"f41f472\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-c39a73a e-con-full e-flex e-con e-child\" data-id=\"c39a73a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-f86315f e-con-full e-flex e-con e-parent\" data-id=\"f86315f\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-70d0db1 e-con-full e-flex e-con e-child\" data-id=\"70d0db1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntt<div class=\"elementor-element elementor-element-84b7362 e-con-full e-flex e-con e-child\" data-id=\"84b7362\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-6cd1eb5 e-con-full e-flex e-con e-child\" data-id=\"6cd1eb5\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-967a4cd e-con-full e-flex e-con e-child\" data-id=\"967a4cd\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-aba7bf0 elementor-widget elementor-widget-heading\" data-id=\"aba7bf0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">06</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-8e88a8f elementor-widget elementor-widget-heading\" data-id=\"8e88a8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Health Services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-6e5314e elementor-widget elementor-widget-heading\" data-id=\"6e5314e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure studentsu2019 overall well-being.<br><br><span style=\"font-style: inherit;font-weight: inherit\">Each studentu2019s </span><strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong><span style=\"font-style: inherit;font-weight: inherit\"> are securely maintained for quick access when needed. The school also promotes </span><strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong><span style=\"font-style: inherit;font-weight: inherit\">, </span><strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong><span style=\"font-style: inherit;font-weight: inherit\">, and </span><strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong><span style=\"font-style: inherit;font-weight: inherit\"> along with a </span><strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong><span style=\"font-style: inherit;font-weight: inherit\">.</span><br><br><span style=\"font-style: inherit;font-weight: inherit\">With </span><strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong><span style=\"font-style: inherit;font-weight: inherit\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</span></p></p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-0037ccb e-con-full e-flex e-con e-parent\" data-id=\"0037ccb\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-1fec8a7 e-con-full e-flex e-con e-child\" data-id=\"1fec8a7\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-b950b6c e-con-full e-flex e-con e-child\" data-id=\"b950b6c\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-c29ed94 e-con-full e-flex e-con e-child\" data-id=\"c29ed94\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-f52f0f2 elementor-widget elementor-widget-heading\" data-id=\"f52f0f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">07</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-61054bd elementor-widget elementor-widget-heading\" data-id=\"61054bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Outdoor activities &amp; Trips</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-1e32b5a elementor-widget elementor-widget-heading\" data-id=\"1e32b5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p>At&nbsp;<span data-start=\"\\&quot;57\\&quot;\" data-end=\"\\&quot;80\\&quot;\" style=\"font-weight: 700;font-size: 18px\">Genius World School</span>, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;<span data-start=\"\\&quot;186\\&quot;\" data-end=\"\\&quot;225\\&quot;\" style=\"font-weight: 700;font-size: 18px\">field trips, dayouts, and nightouts</span>&nbsp;play a vital role in enriching studentsu2019 learning experiences. These activities are designed not only to educate students about&nbsp;<span data-start=\"\\&quot;354\\&quot;\" data-end=\"\\&quot;405\\&quot;\" style=\"font-weight: 700;font-size: 18px\">culture, tradition, nature, and the environment</span>, but also to help them develop important&nbsp;<span data-start=\"\\&quot;447\\&quot;\" data-end=\"\\&quot;462\\&quot;\" style=\"font-weight: 700;font-size: 18px\">life skills</span>&nbsp;such as teamwork, independence, responsibility, and confidence.</p><p><span data-start=\"\\&quot;528\\&quot;\" data-end=\"\\&quot;539\\&quot;\" style=\"font-weight: 700;font-size: 18px\">Dayouts</span>&nbsp;are regularly organized for all grades within school hours, based on&nbsp;<span data-start=\"\\&quot;609\\&quot;\" data-end=\"\\&quot;643\\&quot;\" style=\"font-weight: 700;font-size: 18px\">thematic learning requirements</span>. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.</p><p><span data-start=\"\\&quot;898\\&quot;\" data-end=\"\\&quot;911\\&quot;\" style=\"font-weight: 700;font-size: 18px\">Nightouts</span>&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;<span data-start=\"\\&quot;1019\\&quot;\" data-end=\"\\&quot;1036\\&quot;\" style=\"font-weight: 700;font-size: 18px\">Grade 1 and 2</span>, students participate in&nbsp;<span data-start=\"\\&quot;1062\\&quot;\" data-end=\"\\&quot;1109\\&quot;\" style=\"font-weight: 700;font-size: 18px\">night camping experiences within the school</span>, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.</p><p>For&nbsp;<span data-start=\"\\&quot;1281\\&quot;\" data-end=\"\\&quot;1297\\&quot;\" style=\"font-weight: 700;font-size: 18px\">Grade 3 to 5</span>, students go on&nbsp;<span data-start=\"\\&quot;1314\\&quot;\" data-end=\"\\&quot;1338\\&quot;\" style=\"font-weight: 700;font-size: 18px\">1-night, 2-day trips</span>, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.</p><p>Students from&nbsp;<span data-start=\"\\&quot;1537\\&quot;\" data-end=\"\\&quot;1554\\&quot;\" style=\"font-weight: 700;font-size: 18px\">Grade 6 to 10</span>&nbsp;participate in&nbsp;<span data-start=\"\\&quot;1570\\&quot;\" data-end=\"\\&quot;1618\\&quot;\" style=\"font-weight: 700;font-size: 18px\">longer trips of at least 2 nights and 3 days</span>. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.</p><p>&nbsp;</p><p>Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.</p></p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-6297014 e-con-full e-flex e-con e-child\" data-id=\"6297014\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-09e19f4 e-con-full e-flex e-con e-parent\" data-id=\"09e19f4\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-157184d e-con-full e-flex e-con e-child\" data-id=\"157184d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntt<div class=\"elementor-element elementor-element-85ac20f e-con-full e-flex e-con e-child\" data-id=\"85ac20f\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-204ee16 e-con-full e-flex e-con e-child\" data-id=\"204ee16\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-4efb019 e-con-full e-flex e-con e-child\" data-id=\"4efb019\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-c50521d elementor-widget elementor-widget-heading\" data-id=\"c50521d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">08</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-26083fd elementor-widget elementor-widget-heading\" data-id=\"26083fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Parental Guidence &amp; Counselling</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-a504689 elementor-widget elementor-widget-heading\" data-id=\"a504689\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\">At Genius World School, educational service guidance is an important part of supporting studentsu2019 academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.</p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-0e0a27d e-con-full e-flex e-con e-parent\" data-id=\"0e0a27d\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-c750d8a e-con-full e-flex e-con e-child\" data-id=\"c750d8a\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-1201dca e-con-full e-flex e-con e-child\" data-id=\"1201dca\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-55905a1 e-con-full e-flex e-con e-child\" data-id=\"55905a1\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-9212ba9 elementor-widget elementor-widget-heading\" data-id=\"9212ba9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">09</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3ced360 elementor-widget elementor-widget-heading\" data-id=\"3ced360\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">ECA/CCA Activities</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-f274527 elementor-widget elementor-widget-heading\" data-id=\"f274527\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\">At Genius World School, ECA/CCA activities are an integral part of our holistic education approach, designed to nurture studentsu2019 talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our u201cExtra Clubu201d offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.</p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-96f1ce2 e-con-full e-flex e-con e-child\" data-id=\"96f1ce2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-0f5468e e-con-full e-flex e-con e-parent\" data-id=\"0f5468e\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-e9cbca0 e-con-full e-flex e-con e-child\" data-id=\"e9cbca0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntt<div class=\"elementor-element elementor-element-db75f9f e-con-full e-flex e-con e-child\" data-id=\"db75f9f\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-680f1ce e-con-full e-flex e-con e-child\" data-id=\"680f1ce\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-25fcbae e-con-full e-flex e-con e-child\" data-id=\"25fcbae\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-2ff0e8a elementor-widget elementor-widget-heading\" data-id=\"2ff0e8a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">10</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-82faa4c elementor-widget elementor-widget-heading\" data-id=\"82faa4c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Art &amp; Crafts</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-067d6a8 elementor-widget elementor-widget-heading\" data-id=\"067d6a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\">At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artworku2014it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.</p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2863,1713,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2864,1713,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2865,1713,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2866,1713,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2867,1713,'_elementor_data','[{\"id\":\"6b9075a\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#00000000\",\"background_overlay_color_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\",\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"b752f07\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"14b0c19\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"24\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"32647f2\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":100},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"flex_align_items\":\"flex-start\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"076c624\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Facilities\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"align\":\"center\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":99.781000000000006},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0161e26\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"100\",\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_text_stroke\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#3E3D41\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5209ed0\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"80\",\"left\":\"24\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"24\",\"bottom\":\"48\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"20a2e04\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"7255940\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"width_tablet\":{\"unit\":\"px\",\"size\":560,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"flex_align_items_tablet\":\"stretch\",\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self_tablet\":\"center\"},\"elements\":[{\"id\":\"5691f40\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"15efda6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why us?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"da79888\",\"elType\":\"widget\",\"settings\":{\"title\":\"<div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; max-width: 100%; white-space: normal;\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px;\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: 20px; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; --kit-widget-spacing: 0px; --e-icon-list-icon-size: 14px; --icon-vertical-offset: 0px; max-width: 100%; white-space: normal;\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px;\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center;\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"inset-block-start: 0px; text-align: start;\\\"><svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg><\\/span><span class=\\\"elementor-icon-list-text\\\" style=\\\"transition: color 0.3s;\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"title_color\":\"#FF0000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"41dd485\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"flex_gap\":{\"size\":16,\"column\":\"16\",\"row\":\"16\",\"unit\":\"px\",\"isLinked\":true},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"02fcfbe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Holistic approach\",\"description_text\":\"Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"52925fa\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Passionate teachers\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"0f94bb7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-eye\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"Supervision to keep children safe\",\"description_text\":\"Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"text_align_mobile\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor0\",\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"secondary_color\":\"\"},\"primary_color\":\"#fd8549\",\"secondary_color\":\"#FFFFFF\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f36d88a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"9369f2f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"ba456db\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":582},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"451354d\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"7939210\",\"elType\":\"widget\",\"settings\":{\"title\":\"01\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"425340f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classrooms\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d21c0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"332\\\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\\\"55\\\" data-end=\\\"104\\\">spacious, child-friendly, and age-appropriate<\\/strong>, creating a <strong data-start=\\\"117\\\" data-end=\\\"180\\\">comfortable and engaging environment for effective learning<\\/strong>. Each classroom is well-equipped with <strong data-start=\\\"219\\\" data-end=\\\"261\\\">modern teaching and learning materials<\\/strong> that support <strong data-start=\\\"275\\\" data-end=\\\"329\\\">progressive and interactive teaching methodologies<\\/strong>.<\\/p>\\n<p data-start=\\\"334\\\" data-end=\\\"677\\\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\\\"393\\\" data-end=\\\"426\\\">safe, age-appropriate seating<\\/strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\\\"505\\\" data-end=\\\"542\\\">move freely and learn comfortably<\\/strong>. From Grade 3 onwards, students are provided with <strong data-start=\\\"593\\\" data-end=\\\"613\\\">individual desks<\\/strong> that promote <strong data-start=\\\"627\\\" data-end=\\\"674\\\">focus, independence, and organized learning<\\/strong>.<\\/p>\\n<p data-start=\\\"679\\\" data-end=\\\"1011\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">All classrooms are <strong data-start=\\\"698\\\" data-end=\\\"713\\\">ICT-enabled<\\/strong> and feature <strong data-start=\\\"726\\\" data-end=\\\"755\\\">dedicated reading corners<\\/strong> to encourage a <strong data-start=\\\"771\\\" data-end=\\\"819\\\">love for reading and independent exploration<\\/strong>. Ample space is provided to facilitate <strong data-start=\\\"859\\\" data-end=\\\"920\\\">hands-on activities, group work, and interactive learning<\\/strong>, ensuring that students <strong data-start=\\\"945\\\" data-end=\\\"1010\\\">actively participate and fully engage in the learning process<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"17f9f72\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/650252794_1449099750561701_6776450286856226043_n.jpg\",\"id\":1448,\"alt\":\"650252794 1449099750561701 6776450286856226043 n\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"e1661d4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"deca35b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/picture-1.jpg\",\"id\":1695,\"alt\":\"picture (1)\",\"source\":\"library\",\"size\":\"\"},\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"cover\"},\"elements\":[],\"isInner\":true},{\"id\":\"80d9997\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1257aa9\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"595ce19\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a64f27d\",\"elType\":\"widget\",\"settings\":{\"title\":\"02\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e24cb43\",\"elType\":\"widget\",\"settings\":{\"title\":\"Library\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c73559\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"350\\\">The Library at GWS serves as a <strong data-start=\\\"31\\\" data-end=\\\"55\\\">dynamic learning hub<\\/strong> that nurtures a strong culture of <strong data-start=\\\"90\\\" data-end=\\\"134\\\">reading, research, and lifelong learning<\\/strong>. It is well-stocked with a wide range of <strong data-start=\\\"176\\\" data-end=\\\"201\\\">age-appropriate books<\\/strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\\\"299\\\" data-end=\\\"347\\\">curriculum needs and independent exploration<\\/strong>.<\\/p>\\n<p data-start=\\\"352\\\" data-end=\\\"737\\\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\\\"437\\\" data-end=\\\"471\\\">reading habits among educators<\\/strong> as well. A dedicated <strong data-start=\\\"493\\\" data-end=\\\"522\\\">teachers\\u2019 library section<\\/strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\\\"631\\\" data-end=\\\"712\\\">continuously enhance their knowledge, teaching practices, and personal growth<\\/strong> beyond the curriculum.<\\/p>\\n<p data-start=\\\"739\\\" data-end=\\\"1122\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">Designed to be <strong data-start=\\\"754\\\" data-end=\\\"801\\\">peaceful, comfortable, and student-friendly<\\/strong>, the library provides an ideal space for <strong data-start=\\\"843\\\" data-end=\\\"890\\\">focused reading and intellectual engagement<\\/strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\\\"964\\\" data-end=\\\"1026\\\">curiosity, creativity, and a lifelong passion for learning<\\/strong>, making the library a true cornerstone of <strong data-start=\\\"1069\\\" data-end=\\\"1114\\\">academic excellence and continuous growth<\\/strong> at GWS.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"9a48cde\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c1dba9b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"37e3c4d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"width_tablet\":{\"unit\":\"px\",\"size\":315,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\",\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]}},\"elements\":[{\"id\":\"d0937c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"unit\":\"%\",\"size\":106.71599999999999},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"350885a\",\"elType\":\"widget\",\"settings\":{\"title\":\"03\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4baa755\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cafeteria\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f10ddf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"title_color\":\"#2B1AE7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"999c239\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-program-image-fixed-background-1.jpg\",\"id\":803,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"eea4cc8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9e9f20c\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/picture-3.jpg\",\"id\":1693,\"alt\":\"picture (3)\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":70,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true},{\"id\":\"47f8c15\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"ee7d369\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"ae5d122\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0a4b43b\",\"elType\":\"widget\",\"settings\":{\"title\":\"04\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fe2d50c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Transportation\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad60007\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6e5d220\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"220b86e\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"0dbba1d\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"a6077d7\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1e39a10\",\"elType\":\"widget\",\"settings\":{\"title\":\"05\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c38fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Physical Education\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41f472\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c39a73a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/3.jpg\",\"id\":1566,\"alt\":\"3\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":92,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"f86315f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"70d0db1\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/20260220_172740.jpg-1-scaled.jpeg\",\"id\":1434,\"alt\":\"20260220 172740.jpg (1)\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true},{\"id\":\"84b7362\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"6cd1eb5\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"967a4cd\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"aba7bf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"06\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8e88a8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Health Services\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6e5314e\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit;\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit;\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit;\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit;\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit;\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\">.<\\/span><br><br><span style=\\\"font-style: inherit; font-weight: inherit;\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit;\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit; font-weight: inherit;\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0037ccb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"1fec8a7\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"b950b6c\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c29ed94\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":100,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\",\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"f52f0f2\",\"elType\":\"widget\",\"settings\":{\"title\":\"07\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"61054bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Outdoor activities &amp; Trips\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true},\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e32b5a\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;54\\\\&quot;\\\" data-end=\\\"\\\\&quot;526\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">At&nbsp;<span data-start=\\\"\\\\&quot;57\\\\&quot;\\\" data-end=\\\"\\\\&quot;80\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Genius World School<\\/span>, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;<span data-start=\\\"\\\\&quot;186\\\\&quot;\\\" data-end=\\\"\\\\&quot;225\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">field trips, dayouts, and nightouts<\\/span>&nbsp;play a vital role in enriching students\\u2019 learning experiences. These activities are designed not only to educate students about&nbsp;<span data-start=\\\"\\\\&quot;354\\\\&quot;\\\" data-end=\\\"\\\\&quot;405\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">culture, tradition, nature, and the environment<\\/span>, but also to help them develop important&nbsp;<span data-start=\\\"\\\\&quot;447\\\\&quot;\\\" data-end=\\\"\\\\&quot;462\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">life skills<\\/span>&nbsp;such as teamwork, independence, responsibility, and confidence.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;896\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;539\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Dayouts<\\/span>&nbsp;are regularly organized for all grades within school hours, based on&nbsp;<span data-start=\\\"\\\\&quot;609\\\\&quot;\\\" data-end=\\\"\\\\&quot;643\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">thematic learning requirements<\\/span>. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;1275\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\"><span data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;911\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Nightouts<\\/span>&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;<span data-start=\\\"\\\\&quot;1019\\\\&quot;\\\" data-end=\\\"\\\\&quot;1036\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 1 and 2<\\/span>, students participate in&nbsp;<span data-start=\\\"\\\\&quot;1062\\\\&quot;\\\" data-end=\\\"\\\\&quot;1109\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">night camping experiences within the school<\\/span>, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1277\\\\&quot;\\\" data-end=\\\"\\\\&quot;1521\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">For&nbsp;<span data-start=\\\"\\\\&quot;1281\\\\&quot;\\\" data-end=\\\"\\\\&quot;1297\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 3 to 5<\\/span>, students go on&nbsp;<span data-start=\\\"\\\\&quot;1314\\\\&quot;\\\" data-end=\\\"\\\\&quot;1338\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">1-night, 2-day trips<\\/span>, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1523\\\\&quot;\\\" data-end=\\\"\\\\&quot;1854\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Students from&nbsp;<span data-start=\\\"\\\\&quot;1537\\\\&quot;\\\" data-end=\\\"\\\\&quot;1554\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">Grade 6 to 10<\\/span>&nbsp;participate in&nbsp;<span data-start=\\\"\\\\&quot;1570\\\\&quot;\\\" data-end=\\\"\\\\&quot;1618\\\\&quot;\\\" style=\\\"font-weight: 700; font-size: 18px; color: rgb(85, 85, 85);\\\">longer trips of at least 2 nights and 3 days<\\/span>. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.<\\/p><p justify;\\\\\\\"=\\\"\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">&nbsp;<\\/p><p justify;\\\\\\\"=\\\"\\\" data-start=\\\"\\\\&quot;1856\\\\&quot;\\\" data-end=\\\"\\\\&quot;2132\\\\&quot;\\\" data-is-last-node=\\\"\\\\&quot;\\\\&quot;\\\" data-is-only-node=\\\"\\\\&quot;\\\\&quot;\\\" style=\\\"margin: 0px; color: rgb(51, 51, 51); font-family: &quot;open sans&quot;; font-size: 15px; font-style: normal; font-weight: 400; white-space: normal;\\\">Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.<\\/p>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"6297014\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/608918078_1391286219676388_4779395197971108801_n.jpg\",\"id\":1698,\"alt\":\"608918078 1391286219676388 4779395197971108801 n\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"09e19f4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"157184d\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/622377885_1413786470759696_2212442530764339429_n.jpg\",\"id\":1699,\"alt\":\"622377885 1413786470759696 2212442530764339429 n\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"85ac20f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"204ee16\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"4efb019\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c50521d\",\"elType\":\"widget\",\"settings\":{\"title\":\"08\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26083fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Parental Guidence &amp; Counselling\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a504689\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, educational service guidance is an important part of supporting students\\u2019 academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0e0a27d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"c750d8a\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"1201dca\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":591},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"55905a1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_align_items_tablet\":\"flex-start\",\"flex_gap_tablet\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"_flex_align_self\":\"stretch\"},\"elements\":[{\"id\":\"9212ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"09\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ced360\",\"elType\":\"widget\",\"settings\":{\"title\":\"ECA\\/CCA Activities\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"-11\",\"bottom\":\"-11\",\"left\":\"-11\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f274527\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, ECA\\/CCA activities are an integral part of our holistic education approach, designed to nurture students\\u2019 talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our \\u201cExtra Club\\u201d offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"align\":\"justify\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"text_stroke_text_stroke_type\":\"yes\",\"text_stroke_stroke_color\":\"#E41616\",\"title_color\":\"#3E05DA\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"-7\",\"bottom\":\"-7\",\"left\":\"-7\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"96f1ce2\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/5.jpg\",\"id\":1568,\"alt\":\"5\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center right\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_size\":\"initial\"},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"0f5468e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"min_height\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_align_items\":\"stretch\",\"content_position\":\"middle\",\"structure\":\"20\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"min_height_tablet\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e9cbca0\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\",\"id\":1427,\"alt\":\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_bg_width\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"content_width\":\"full\",\"margin\":{\"unit\":\"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\":[],\"isInner\":true},{\"id\":\"db75f9f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"80\",\"left\":\"80\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"content_width\":\"full\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"stretch\",\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"680f1ce\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":620},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":520,\"sizes\":[]},\"content_width\":\"full\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"25fcbae\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ff0e8a\",\"elType\":\"widget\",\"settings\":{\"title\":\"10\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82faa4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Art &amp; Crafts\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FF5300\",\"typography_font_size\":{\"unit\":\"px\",\"size\":39,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"067d6a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork\\u2014it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"justify\",\"title_color\":\"#D53D3D\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2868,1713,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (2869,1713,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2870,1713,'_elementor_page_assets','a:2:{s:6:\"styles\";a:2:{i:0;s:14:\"widget-heading\";i:1;s:15:\"widget-icon-box\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}');
INSERT INTO `wp_postmeta` VALUES (2871,1713,'_elementor_css','a:6:{s:4:\"time\";i:1776179232;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:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2872,1713,'_elementor_element_cache','{\"timeout\":1776265633,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-6b9075a e-flex e-con-boxed e-con e-parent\" data-id=\"6b9075a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-b752f07 e-con-full e-flex e-con e-child\" data-id=\"b752f07\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-14b0c19 e-flex e-con-boxed e-con e-child\" data-id=\"14b0c19\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-32647f2 e-flex e-con-boxed e-con e-child\" data-id=\"32647f2\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-076c624 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"076c624\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Our Facilities</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-0161e26 elementor-widget elementor-widget-heading\" data-id=\"0161e26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teachingu2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>tttt</div>nttttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-5209ed0 e-flex e-con-boxed e-con e-parent\" data-id=\"5209ed0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-20a2e04 e-con-full e-flex e-con e-child\" data-id=\"20a2e04\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-7255940 e-con-full e-flex e-con e-child\" data-id=\"7255940\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-5691f40 e-con-full e-flex e-con e-child\" data-id=\"5691f40\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-15efda6 elementor-widget elementor-widget-heading\" data-id=\"15efda6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Why us?</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-da79888 elementor-widget elementor-widget-heading\" data-id=\"da79888\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><div class=\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\" data-id=\"8cc73b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\" style=\"--flex-wrap: initial;--justify-content: initial;--align-items: initial;--align-content: initial;--gap: initial;--flex-basis: initial;--flex-grow: initial;--flex-shrink: initial;--order: initial;--align-self: initial;align-self: auto;flex: 0 1 auto;align-items: normal;flex-flow: row;gap: 20px;--widgets-spacing: 20px 20px;--widgets-spacing-row: 20px;--widgets-spacing-column: 20px;--kit-widget-spacing: 0px;max-width: 100%;white-space: normal\"><p class=\"elementor-heading-title elementor-size-default\" style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p></div><div class=\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"d2bb82c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\" style=\"--flex-wrap: initial;--justify-content: initial;--align-items: initial;--align-content: initial;--gap: initial;--flex-basis: initial;--flex-grow: initial;--flex-shrink: initial;--order: initial;--align-self: initial;align-self: auto;flex: 0 1 auto;align-items: normal;flex-flow: row;gap: 20px;--widgets-spacing: 20px 20px;--widgets-spacing-row: 20px;--widgets-spacing-column: 20px;--kit-widget-spacing: 0px;--e-icon-list-icon-size: 14px;--icon-vertical-offset: 0px;max-width: 100%;white-space: normal\"><ul class=\"elementor-icon-list-items\" style=\"font-size: 18px\"><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Holistic approach</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Progressive &amp; child-centered learning approach</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Spacious, safe, and student-friendly environment</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">STEAM-based and integrated curriculum</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Wide range of extra club activities</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Chinese language classes</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">ESOL Cambridge courses</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Hostel facilities available</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Commitment to quality education</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">UCMAS Abacus classes</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Robotics &amp; coding classes</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">Well-equipped labs and library</span></li><li class=\"elementor-icon-list-item\" style=\"align-items: center\"><span class=\"elementor-icon-list-icon\" style=\"text-align: start\"></span><span class=\"elementor-icon-list-text\">And many more opportunities for overall student development</span></li></ul></div></p>tttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-41dd485 e-con-full e-flex e-con e-child\" data-id=\"41dd485\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-02fcfbe elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"02fcfbe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-hands\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h5 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttHolistic approachtttttt</span>nttttt</h5>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttOur holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-52925fa elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"52925fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-hand-holding-heart\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h5 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttPassionate teacherstttttt</span>nttttt</h5>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttOur passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-0f94bb7 elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"0f94bb7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-eye\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h5 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttSupervision to keep children safetttttt</span>nttttt</h5>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttOur passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-f36d88a e-con-full e-flex e-con e-parent\" data-id=\"f36d88a\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-9369f2f e-con-full e-flex e-con e-child\" data-id=\"9369f2f\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-ba456db e-con-full e-flex e-con e-child\" data-id=\"ba456db\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-451354d e-con-full e-flex e-con e-child\" data-id=\"451354d\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-7939210 elementor-widget elementor-widget-heading\" data-id=\"7939210\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">01</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-425340f elementor-widget elementor-widget-heading\" data-id=\"425340f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Classrooms</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-d21c0dd elementor-widget elementor-widget-heading\" data-id=\"d21c0dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-17f9f72 e-con-full e-flex e-con e-child\" data-id=\"17f9f72\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-e1661d4 e-con-full e-flex e-con e-parent\" data-id=\"e1661d4\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-deca35b e-con-full e-flex e-con e-child\" data-id=\"deca35b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntt<div class=\"elementor-element elementor-element-80d9997 e-con-full e-flex e-con e-child\" data-id=\"80d9997\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-1257aa9 e-con-full e-flex e-con e-child\" data-id=\"1257aa9\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-595ce19 e-con-full e-flex e-con e-child\" data-id=\"595ce19\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-a64f27d elementor-widget elementor-widget-heading\" data-id=\"a64f27d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">02</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-e24cb43 elementor-widget elementor-widget-heading\" data-id=\"e24cb43\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Library</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-8c73559 elementor-widget elementor-widget-heading\" data-id=\"8c73559\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p data-start=\"0\" data-end=\"350\">The Library at GWS serves as a <strong data-start=\"31\" data-end=\"55\">dynamic learning hub</strong> that nurtures a strong culture of <strong data-start=\"90\" data-end=\"134\">reading, research, and lifelong learning</strong>. It is well-stocked with a wide range of <strong data-start=\"176\" data-end=\"201\">age-appropriate books</strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\"299\" data-end=\"347\">curriculum needs and independent exploration</strong>.</p>n<p data-start=\"352\" data-end=\"737\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\"437\" data-end=\"471\">reading habits among educators</strong> as well. A dedicated <strong data-start=\"493\" data-end=\"522\">teachersu2019 library section</strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\"631\" data-end=\"712\">continuously enhance their knowledge, teaching practices, and personal growth</strong> beyond the curriculum.</p>n<p data-start=\"739\" data-end=\"1122\" data-is-last-node=\"\" data-is-only-node=\"\">Designed to be <strong data-start=\"754\" data-end=\"801\">peaceful, comfortable, and student-friendly</strong>, the library provides an ideal space for <strong data-start=\"843\" data-end=\"890\">focused reading and intellectual engagement</strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\"964\" data-end=\"1026\">curiosity, creativity, and a lifelong passion for learning</strong>, making the library a true cornerstone of <strong data-start=\"1069\" data-end=\"1114\">academic excellence and continuous growth</strong> at GWS.</p></p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-9a48cde e-con-full e-flex e-con e-parent\" data-id=\"9a48cde\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-c1dba9b e-con-full e-flex e-con e-child\" data-id=\"c1dba9b\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-37e3c4d e-flex e-con-boxed e-con e-child\" data-id=\"37e3c4d\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-d0937c4 e-con-full e-flex e-con e-child\" data-id=\"d0937c4\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-350885a elementor-widget elementor-widget-heading\" data-id=\"350885a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">03</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-4baa755 elementor-widget elementor-widget-heading\" data-id=\"4baa755\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Cafeteria</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-f10ddf1 elementor-widget elementor-widget-heading\" data-id=\"f10ddf1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>tttt</div>ntttt</div>nttttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-999c239 e-con-full e-flex e-con e-child\" data-id=\"999c239\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-eea4cc8 e-con-full e-flex e-con e-parent\" data-id=\"eea4cc8\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-9e9f20c e-con-full e-flex e-con e-child\" data-id=\"9e9f20c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntt<div class=\"elementor-element elementor-element-47f8c15 e-con-full e-flex e-con e-child\" data-id=\"47f8c15\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-ee7d369 e-con-full e-flex e-con e-child\" data-id=\"ee7d369\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-ae5d122 e-con-full e-flex e-con e-child\" data-id=\"ae5d122\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-0a4b43b elementor-widget elementor-widget-heading\" data-id=\"0a4b43b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">04</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-fe2d50c elementor-widget elementor-widget-heading\" data-id=\"fe2d50c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Transportation</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-ad60007 elementor-widget elementor-widget-heading\" data-id=\"ad60007\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-6e5d220 e-con-full e-flex e-con e-parent\" data-id=\"6e5d220\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-220b86e e-con-full e-flex e-con e-child\" data-id=\"220b86e\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-0dbba1d e-con-full e-flex e-con e-child\" data-id=\"0dbba1d\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-a6077d7 e-con-full e-flex e-con e-child\" data-id=\"a6077d7\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-1e39a10 elementor-widget elementor-widget-heading\" data-id=\"1e39a10\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">05</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-60c38fd elementor-widget elementor-widget-heading\" data-id=\"60c38fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Physical Education</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-f41f472 elementor-widget elementor-widget-heading\" data-id=\"f41f472\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-c39a73a e-con-full e-flex e-con e-child\" data-id=\"c39a73a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-f86315f e-con-full e-flex e-con e-parent\" data-id=\"f86315f\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-70d0db1 e-con-full e-flex e-con e-child\" data-id=\"70d0db1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntt<div class=\"elementor-element elementor-element-84b7362 e-con-full e-flex e-con e-child\" data-id=\"84b7362\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-6cd1eb5 e-con-full e-flex e-con e-child\" data-id=\"6cd1eb5\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-967a4cd e-con-full e-flex e-con e-child\" data-id=\"967a4cd\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-aba7bf0 elementor-widget elementor-widget-heading\" data-id=\"aba7bf0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">06</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-8e88a8f elementor-widget elementor-widget-heading\" data-id=\"8e88a8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Health Services</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-6e5314e elementor-widget elementor-widget-heading\" data-id=\"6e5314e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure studentsu2019 overall well-being.<br><br><span style=\"font-style: inherit;font-weight: inherit\">Each studentu2019s </span><strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong><span style=\"font-style: inherit;font-weight: inherit\"> are securely maintained for quick access when needed. The school also promotes </span><strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong><span style=\"font-style: inherit;font-weight: inherit\">, </span><strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong><span style=\"font-style: inherit;font-weight: inherit\">, and </span><strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong><span style=\"font-style: inherit;font-weight: inherit\"> along with a </span><strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong><span style=\"font-style: inherit;font-weight: inherit\">.</span><br><br><span style=\"font-style: inherit;font-weight: inherit\">With </span><strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong><span style=\"font-style: inherit;font-weight: inherit\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</span></p></p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-0037ccb e-con-full e-flex e-con e-parent\" data-id=\"0037ccb\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-1fec8a7 e-con-full e-flex e-con e-child\" data-id=\"1fec8a7\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-b950b6c e-con-full e-flex e-con e-child\" data-id=\"b950b6c\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-c29ed94 e-con-full e-flex e-con e-child\" data-id=\"c29ed94\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-f52f0f2 elementor-widget elementor-widget-heading\" data-id=\"f52f0f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">07</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-61054bd elementor-widget elementor-widget-heading\" data-id=\"61054bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Outdoor activities &amp; Trips</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-1e32b5a elementor-widget elementor-widget-heading\" data-id=\"1e32b5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><p>At&nbsp;<span data-start=\"\\&quot;57\\&quot;\" data-end=\"\\&quot;80\\&quot;\" style=\"font-weight: 700;font-size: 18px\">Genius World School</span>, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;<span data-start=\"\\&quot;186\\&quot;\" data-end=\"\\&quot;225\\&quot;\" style=\"font-weight: 700;font-size: 18px\">field trips, dayouts, and nightouts</span>&nbsp;play a vital role in enriching studentsu2019 learning experiences. These activities are designed not only to educate students about&nbsp;<span data-start=\"\\&quot;354\\&quot;\" data-end=\"\\&quot;405\\&quot;\" style=\"font-weight: 700;font-size: 18px\">culture, tradition, nature, and the environment</span>, but also to help them develop important&nbsp;<span data-start=\"\\&quot;447\\&quot;\" data-end=\"\\&quot;462\\&quot;\" style=\"font-weight: 700;font-size: 18px\">life skills</span>&nbsp;such as teamwork, independence, responsibility, and confidence.</p><p><span data-start=\"\\&quot;528\\&quot;\" data-end=\"\\&quot;539\\&quot;\" style=\"font-weight: 700;font-size: 18px\">Dayouts</span>&nbsp;are regularly organized for all grades within school hours, based on&nbsp;<span data-start=\"\\&quot;609\\&quot;\" data-end=\"\\&quot;643\\&quot;\" style=\"font-weight: 700;font-size: 18px\">thematic learning requirements</span>. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.</p><p><span data-start=\"\\&quot;898\\&quot;\" data-end=\"\\&quot;911\\&quot;\" style=\"font-weight: 700;font-size: 18px\">Nightouts</span>&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;<span data-start=\"\\&quot;1019\\&quot;\" data-end=\"\\&quot;1036\\&quot;\" style=\"font-weight: 700;font-size: 18px\">Grade 1 and 2</span>, students participate in&nbsp;<span data-start=\"\\&quot;1062\\&quot;\" data-end=\"\\&quot;1109\\&quot;\" style=\"font-weight: 700;font-size: 18px\">night camping experiences within the school</span>, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.</p><p>For&nbsp;<span data-start=\"\\&quot;1281\\&quot;\" data-end=\"\\&quot;1297\\&quot;\" style=\"font-weight: 700;font-size: 18px\">Grade 3 to 5</span>, students go on&nbsp;<span data-start=\"\\&quot;1314\\&quot;\" data-end=\"\\&quot;1338\\&quot;\" style=\"font-weight: 700;font-size: 18px\">1-night, 2-day trips</span>, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.</p><p>Students from&nbsp;<span data-start=\"\\&quot;1537\\&quot;\" data-end=\"\\&quot;1554\\&quot;\" style=\"font-weight: 700;font-size: 18px\">Grade 6 to 10</span>&nbsp;participate in&nbsp;<span data-start=\"\\&quot;1570\\&quot;\" data-end=\"\\&quot;1618\\&quot;\" style=\"font-weight: 700;font-size: 18px\">longer trips of at least 2 nights and 3 days</span>. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.</p><p>&nbsp;</p><p>Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.</p></p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-6297014 e-con-full e-flex e-con e-child\" data-id=\"6297014\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-09e19f4 e-con-full e-flex e-con e-parent\" data-id=\"09e19f4\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-157184d e-con-full e-flex e-con e-child\" data-id=\"157184d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntt<div class=\"elementor-element elementor-element-85ac20f e-con-full e-flex e-con e-child\" data-id=\"85ac20f\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-204ee16 e-con-full e-flex e-con e-child\" data-id=\"204ee16\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-4efb019 e-con-full e-flex e-con e-child\" data-id=\"4efb019\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-c50521d elementor-widget elementor-widget-heading\" data-id=\"c50521d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">08</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-26083fd elementor-widget elementor-widget-heading\" data-id=\"26083fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Parental Guidence &amp; Counselling</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-a504689 elementor-widget elementor-widget-heading\" data-id=\"a504689\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\">At Genius World School, educational service guidance is an important part of supporting studentsu2019 academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.</p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-0e0a27d e-con-full e-flex e-con e-parent\" data-id=\"0e0a27d\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-c750d8a e-con-full e-flex e-con e-child\" data-id=\"c750d8a\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-1201dca e-con-full e-flex e-con e-child\" data-id=\"1201dca\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-55905a1 e-con-full e-flex e-con e-child\" data-id=\"55905a1\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-9212ba9 elementor-widget elementor-widget-heading\" data-id=\"9212ba9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">09</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-3ced360 elementor-widget elementor-widget-heading\" data-id=\"3ced360\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">ECA/CCA Activities</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-f274527 elementor-widget elementor-widget-heading\" data-id=\"f274527\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\">At Genius World School, ECA/CCA activities are an integral part of our holistic education approach, designed to nurture studentsu2019 talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our u201cExtra Clubu201d offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.</p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-96f1ce2 e-con-full e-flex e-con e-child\" data-id=\"96f1ce2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-0f5468e e-con-full e-flex e-con e-parent\" data-id=\"0f5468e\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-e9cbca0 e-con-full e-flex e-con e-child\" data-id=\"e9cbca0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt</div>ntt<div class=\"elementor-element elementor-element-db75f9f e-con-full e-flex e-con e-child\" data-id=\"db75f9f\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-680f1ce e-con-full e-flex e-con e-child\" data-id=\"680f1ce\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-25fcbae e-con-full e-flex e-con e-child\" data-id=\"25fcbae\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-2ff0e8a elementor-widget elementor-widget-heading\" data-id=\"2ff0e8a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">10</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-82faa4c elementor-widget elementor-widget-heading\" data-id=\"82faa4c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Art &amp; Crafts</h2>tttt</div>ntttt<div class=\"elementor-element elementor-element-067d6a8 elementor-widget elementor-widget-heading\" data-id=\"067d6a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\">At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artworku2014it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.</p>tttt</div>ntttt</div>ntttt</div>ntttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2873,739,'site-post-title','disabled');
INSERT INTO `wp_postmeta` VALUES (2874,1714,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2875,1714,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2876,1714,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2877,1714,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2878,1714,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2879,1714,'_elementor_data','[{\"id\":\"fc23956\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"d6e999e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-d6e999e-6c7c6eb\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Join Our Team\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-d6e999e-6c7c6eb\":{\"id\":\"e-d6e999e-6c7c6eb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7c685de\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"538a285\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cBe a part of a passionate and growing learning community at GWS.\\u201d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ee86b\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"c90245f\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"82ae5d9\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"f6a1c7d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f6a1c7d-71f5b40\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-f6a1c7d-71f5b40\":{\"id\":\"e-f6a1c7d-71f5b40\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a3753de\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"0a69481\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"0d94fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<li data-section-id=\\\"1lohr9l\\\" data-start=\\\"509\\\" data-end=\\\"540\\\">Supportive Work Environment<\\/li><li data-section-id=\\\"1pki2zx\\\" data-start=\\\"541\\\" data-end=\\\"578\\\">Professional Growth Opportunities<\\/li><li data-section-id=\\\"1lu7qy7\\\" data-start=\\\"579\\\" data-end=\\\"609\\\">Modern Teaching Facilities\\n<\\/li><li data-section-id=\\\"vo8rrt\\\" data-start=\\\"610\\\" data-end=\\\"635\\\">Collaborative Culture<\\/li>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e79f383\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"8b4c4e6\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"61af9f5\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-61af9f5-0e07e63\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Call to Action\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-61af9f5-0e07e63\":{\"id\":\"e-61af9f5-0e07e63\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4a42102\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"bad6ccd\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7893211\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interested candidates can send their CV and cover letter to our email or visit the school office.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":63.695999999999998},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e25cc3a\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"3f85254\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"ccd476b\",\"elType\":\"widget\",\"settings\":{\"text\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Apply Now\"},\"children\":[]}},\"link\":{\"$$type\":\"link\",\"value\":{\"destination\":{\"$$type\":\"url\",\"value\":\"https:\\/\\/mail.google.com\\/mail\\/?view=cm&to=uni.school2017@gmail.com\"},\"isTargetBlank\":null}}},\"elements\":[],\"widgetType\":\"e-button\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (2880,1714,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (2881,1714,'_elementor_page_assets','a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"elementor-v2-widgets-frontend\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}');
INSERT INTO `wp_postmeta` VALUES (2882,1714,'_elementor_css','a:6:{s:4:\"time\";i:1776179251;s:5:\"fonts\";a:1:{i:0;s:17:\"Noto Sans Hanunoo\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2883,1714,'_elementor_element_cache','{\"timeout\":1776265651,\"value\":{\"content\":\"[elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6ImZjMjM5NTYiLCJlbFR5cGUiOiJlLWZsZXhib3giLCJzZXR0aW5ncyI6W10sImVsZW1lbnRzIjpbeyJpZCI6ImQ2ZTk5OWUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2VzIjp7IiQkdHlwZSI6ImNsYXNzZXMiLCJ2YWx1ZSI6WyJlLWQ2ZTk5OWUtNmM3YzZlYiJdfSwidGl0bGUiOnsiJCR0eXBlIjoiaHRtbC12MyIsInZhbHVlIjp7ImNvbnRlbnQiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJKb2luIE91ciBUZWFtIn0sImNoaWxkcmVuIjpbXX19fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZS1oZWFkaW5nIiwic3R5bGVzIjp7ImUtZDZlOTk5ZS02YzdjNmViIjp7ImlkIjoiZS1kNmU5OTllLTZjN2M2ZWIiLCJsYWJlbCI6ImxvY2FsIiwidHlwZSI6ImNsYXNzIiwidmFyaWFudHMiOlt7Im1ldGEiOnsiYnJlYWtwb2ludCI6ImRlc2t0b3AiLCJzdGF0ZSI6bnVsbH0sInByb3BzIjp7ImZvbnQtZmFtaWx5Ijp7IiQkdHlwZSI6InN0cmluZyIsInZhbHVlIjoiQWdiYWx1bW8ifSwiY29sb3IiOnsiJCR0eXBlIjoiY29sb3IiLCJ2YWx1ZSI6IiNjYTJkMmQifX19XX19LCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfV0sImlzSW5uZXIiOmZhbHNlLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\"]<div class=\"elementor-element elementor-element-7c685de e-flex e-con-boxed e-con e-parent\" data-id=\"7c685de\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-538a285 elementor-widget elementor-widget-heading\" data-id=\"538a285\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">u201cBe a part of a passionate and growing learning community at GWS.u201d</h2>tttt</div>ntt[elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6IjkzZWU4NmIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6bnVsbCwiY2hpbGRyZW4iOltdfX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWhlYWRpbmciLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\"]ttt</div>ntttt</div>ntt[elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6ImM5MDI0NWYiLCJlbFR5cGUiOiJlLWRpdi1ibG9jayIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiODJhZTVkOSIsImVsVHlwZSI6ImUtZmxleGJveCIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiZjZhMWM3ZCIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7ImNsYXNzZXMiOnsiJCR0eXBlIjoiY2xhc3NlcyIsInZhbHVlIjpbImUtZjZhMWM3ZC03MWY1YjQwIl19LCJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6IldoeSBXb3JrIFdpdGggVXMgPyJ9LCJjaGlsZHJlbiI6W119fX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImUtaGVhZGluZyIsInN0eWxlcyI6eyJlLWY2YTFjN2QtNzFmNWI0MCI6eyJpZCI6ImUtZjZhMWM3ZC03MWY1YjQwIiwibGFiZWwiOiJsb2NhbCIsInR5cGUiOiJjbGFzcyIsInZhcmlhbnRzIjpbeyJtZXRhIjp7ImJyZWFrcG9pbnQiOiJkZXNrdG9wIiwic3RhdGUiOm51bGx9LCJwcm9wcyI6eyJmb250LWZhbWlseSI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6IkFnYmFsdW1vIn0sImNvbG9yIjp7IiQkdHlwZSI6ImNvbG9yIiwidmFsdWUiOiIjY2EyZDJkIn19fV19fSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX1dLCJpc0lubmVyIjpmYWxzZSwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX1dLCJpc0lubmVyIjpmYWxzZSwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX0=\"][elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6ImEzNzUzZGUiLCJlbFR5cGUiOiJlLWZsZXhib3giLCJzZXR0aW5ncyI6W10sImVsZW1lbnRzIjpbeyJpZCI6IjBhNjk0ODEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJzZXR0aW5ncyI6W10sImVsZW1lbnRzIjpbeyJpZCI6IjBkOTRmZDAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IjxsaSBkYXRhLXNlY3Rpb24taWQ9XCIxbG9ocjlsXCIgZGF0YS1zdGFydD1cIjUwOVwiIGRhdGEtZW5kPVwiNTQwXCI+U3VwcG9ydGl2ZSBXb3JrIEVudmlyb25tZW50PFwvbGk+PGxpIGRhdGEtc2VjdGlvbi1pZD1cIjFwa2kyenhcIiBkYXRhLXN0YXJ0PVwiNTQxXCIgZGF0YS1lbmQ9XCI1NzhcIj5Qcm9mZXNzaW9uYWwgR3Jvd3RoIE9wcG9ydHVuaXRpZXM8XC9saT48bGkgZGF0YS1zZWN0aW9uLWlkPVwiMWx1N3F5N1wiIGRhdGEtc3RhcnQ9XCI1NzlcIiBkYXRhLWVuZD1cIjYwOVwiPk1vZGVybiBUZWFjaGluZyBGYWNpbGl0aWVzXG48XC9saT48bGkgZGF0YS1zZWN0aW9uLWlkPVwidm84cnJ0XCIgZGF0YS1zdGFydD1cIjYxMFwiIGRhdGEtZW5kPVwiNjM1XCI+Q29sbGFib3JhdGl2ZSBDdWx0dXJlPFwvbGk+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik5vdG8gU2FucyBIYW51bm9vIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjksInNpemVzIjpbXX0sInRpdGxlX2NvbG9yIjoiIzEyMTdGQyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImU3OWYzODMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6bnVsbCwiY2hpbGRyZW4iOltdfX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWhlYWRpbmciLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfV0sImlzSW5uZXIiOmZhbHNlfV0sImlzSW5uZXIiOmZhbHNlLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\"][elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6IjhiNGM0ZTYiLCJlbFR5cGUiOiJlLWRpdi1ibG9jayIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiNjFhZjlmNSIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7ImNsYXNzZXMiOnsiJCR0eXBlIjoiY2xhc3NlcyIsInZhbHVlIjpbImUtNjFhZjlmNS0wZTA3ZTYzIl19LCJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6IkNhbGwgdG8gQWN0aW9uIn0sImNoaWxkcmVuIjpbXX19fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZS1oZWFkaW5nIiwic3R5bGVzIjp7ImUtNjFhZjlmNS0wZTA3ZTYzIjp7ImlkIjoiZS02MWFmOWY1LTBlMDdlNjMiLCJsYWJlbCI6ImxvY2FsIiwidHlwZSI6ImNsYXNzIiwidmFyaWFudHMiOlt7Im1ldGEiOnsiYnJlYWtwb2ludCI6ImRlc2t0b3AiLCJzdGF0ZSI6bnVsbH0sInByb3BzIjp7ImZvbnQtZmFtaWx5Ijp7IiQkdHlwZSI6InN0cmluZyIsInZhbHVlIjoiQWdiYWx1bW8ifSwiY29sb3IiOnsiJCR0eXBlIjoiY29sb3IiLCJ2YWx1ZSI6IiNjYTJkMmQifX19XX19LCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfV0sImlzSW5uZXIiOmZhbHNlLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\"][elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6IjRhNDIxMDIiLCJlbFR5cGUiOiJlLWRpdi1ibG9jayIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiYmFkNmNjZCIsImVsVHlwZSI6ImNvbnRhaW5lciIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiNzg5MzIxMSIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7InRpdGxlIjoiSW50ZXJlc3RlZCBjYW5kaWRhdGVzIGNhbiBzZW5kIHRoZWlyIENWIGFuZCBjb3ZlciBsZXR0ZXIgdG8gb3VyIGVtYWlsIG9yIHZpc2l0IHRoZSBzY2hvb2wgb2ZmaWNlLiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJOb3RvIFNhbnMgSGFudW5vbyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI5LCJzaXplcyI6W119LCJ0aXRsZV9jb2xvciI6IiMxMjE3RkMiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2My42OTU5OTk5OTk5OTk5OTh9LCJfZmxleF9zaXplIjoibm9uZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImUyNWNjM2EiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6bnVsbCwiY2hpbGRyZW4iOltdfX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWhlYWRpbmciLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfV0sImlzSW5uZXIiOmZhbHNlfV0sImlzSW5uZXIiOmZhbHNlLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\"][elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6IjNmODUyNTQiLCJlbFR5cGUiOiJlLWRpdi1ibG9jayIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiY2NkNDc2YiIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7InRleHQiOnsiJCR0eXBlIjoiaHRtbC12MyIsInZhbHVlIjp7ImNvbnRlbnQiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJBcHBseSBOb3cifSwiY2hpbGRyZW4iOltdfX0sImxpbmsiOnsiJCR0eXBlIjoibGluayIsInZhbHVlIjp7ImRlc3RpbmF0aW9uIjp7IiQkdHlwZSI6InVybCIsInZhbHVlIjoiaHR0cHM6XC9cL21haWwuZ29vZ2xlLmNvbVwvbWFpbFwvP3ZpZXc9Y20mdG89dW5pLnNjaG9vbDIwMTdAZ21haWwuY29tIn0sImlzVGFyZ2V0QmxhbmsiOm51bGx9fX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImUtYnV0dG9uIiwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX1dLCJpc0lubmVyIjpmYWxzZSwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX0=\"]\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2884,1715,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2885,1715,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2886,1715,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2887,1715,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2888,1715,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2889,1715,'_elementor_data','[{\"id\":\"fc23956\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"d6e999e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-d6e999e-6c7c6eb\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Join Our Team\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-d6e999e-6c7c6eb\":{\"id\":\"e-d6e999e-6c7c6eb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7c685de\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"538a285\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cBe a part of a passionate and growing learning community at GWS.\\u201d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ee86b\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"c90245f\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"82ae5d9\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"f6a1c7d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f6a1c7d-71f5b40\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-f6a1c7d-71f5b40\":{\"id\":\"e-f6a1c7d-71f5b40\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a3753de\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"0a69481\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"0d94fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<li data-section-id=\\\"1lohr9l\\\" data-start=\\\"509\\\" data-end=\\\"540\\\">Supportive Work Environment<\\/li><li data-section-id=\\\"1pki2zx\\\" data-start=\\\"541\\\" data-end=\\\"578\\\">Professional Growth Opportunities<\\/li><li data-section-id=\\\"1lu7qy7\\\" data-start=\\\"579\\\" data-end=\\\"609\\\">Modern Teaching Facilities\\n<\\/li><li data-section-id=\\\"vo8rrt\\\" data-start=\\\"610\\\" data-end=\\\"635\\\">Collaborative Culture<\\/li>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e79f383\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"8b4c4e6\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"61af9f5\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-61af9f5-0e07e63\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Call to Action\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-61af9f5-0e07e63\":{\"id\":\"e-61af9f5-0e07e63\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4a42102\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"bad6ccd\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7893211\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interested candidates can send their CV and cover letter to our email or visit the school office.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":63.695999999999998},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e25cc3a\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"3f85254\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"ccd476b\",\"elType\":\"widget\",\"settings\":{\"text\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Apply Now\"},\"children\":[]}},\"link\":{\"$$type\":\"link\",\"value\":{\"destination\":{\"$$type\":\"url\",\"value\":\"https:\\/\\/mail.google.com\\/mail\\/?view=cm&to=uni.school2017@gmail.com\"},\"isTargetBlank\":null}}},\"elements\":[],\"widgetType\":\"e-button\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (2890,1715,'_elementor_page_settings','a:0:{}');
INSERT INTO `wp_postmeta` VALUES (2891,1715,'_elementor_page_assets','a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"elementor-v2-widgets-frontend\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}');
INSERT INTO `wp_postmeta` VALUES (2892,1715,'_elementor_css','a:6:{s:4:\"time\";i:1776179251;s:5:\"fonts\";a:1:{i:0;s:17:\"Noto Sans Hanunoo\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2893,1715,'_elementor_element_cache','{\"timeout\":1776265651,\"value\":{\"content\":\"[elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6ImZjMjM5NTYiLCJlbFR5cGUiOiJlLWZsZXhib3giLCJzZXR0aW5ncyI6W10sImVsZW1lbnRzIjpbeyJpZCI6ImQ2ZTk5OWUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2VzIjp7IiQkdHlwZSI6ImNsYXNzZXMiLCJ2YWx1ZSI6WyJlLWQ2ZTk5OWUtNmM3YzZlYiJdfSwidGl0bGUiOnsiJCR0eXBlIjoiaHRtbC12MyIsInZhbHVlIjp7ImNvbnRlbnQiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJKb2luIE91ciBUZWFtIn0sImNoaWxkcmVuIjpbXX19fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZS1oZWFkaW5nIiwic3R5bGVzIjp7ImUtZDZlOTk5ZS02YzdjNmViIjp7ImlkIjoiZS1kNmU5OTllLTZjN2M2ZWIiLCJsYWJlbCI6ImxvY2FsIiwidHlwZSI6ImNsYXNzIiwidmFyaWFudHMiOlt7Im1ldGEiOnsiYnJlYWtwb2ludCI6ImRlc2t0b3AiLCJzdGF0ZSI6bnVsbH0sInByb3BzIjp7ImZvbnQtZmFtaWx5Ijp7IiQkdHlwZSI6InN0cmluZyIsInZhbHVlIjoiQWdiYWx1bW8ifSwiY29sb3IiOnsiJCR0eXBlIjoiY29sb3IiLCJ2YWx1ZSI6IiNjYTJkMmQifX19XX19LCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfV0sImlzSW5uZXIiOmZhbHNlLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\"]<div class=\"elementor-element elementor-element-7c685de e-flex e-con-boxed e-con e-parent\" data-id=\"7c685de\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-538a285 elementor-widget elementor-widget-heading\" data-id=\"538a285\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">u201cBe a part of a passionate and growing learning community at GWS.u201d</h2>tttt</div>ntt[elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6IjkzZWU4NmIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6bnVsbCwiY2hpbGRyZW4iOltdfX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWhlYWRpbmciLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\"]ttt</div>ntttt</div>ntt[elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6ImM5MDI0NWYiLCJlbFR5cGUiOiJlLWRpdi1ibG9jayIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiODJhZTVkOSIsImVsVHlwZSI6ImUtZmxleGJveCIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiZjZhMWM3ZCIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7ImNsYXNzZXMiOnsiJCR0eXBlIjoiY2xhc3NlcyIsInZhbHVlIjpbImUtZjZhMWM3ZC03MWY1YjQwIl19LCJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6IldoeSBXb3JrIFdpdGggVXMgPyJ9LCJjaGlsZHJlbiI6W119fX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImUtaGVhZGluZyIsInN0eWxlcyI6eyJlLWY2YTFjN2QtNzFmNWI0MCI6eyJpZCI6ImUtZjZhMWM3ZC03MWY1YjQwIiwibGFiZWwiOiJsb2NhbCIsInR5cGUiOiJjbGFzcyIsInZhcmlhbnRzIjpbeyJtZXRhIjp7ImJyZWFrcG9pbnQiOiJkZXNrdG9wIiwic3RhdGUiOm51bGx9LCJwcm9wcyI6eyJmb250LWZhbWlseSI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6IkFnYmFsdW1vIn0sImNvbG9yIjp7IiQkdHlwZSI6ImNvbG9yIiwidmFsdWUiOiIjY2EyZDJkIn19fV19fSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX1dLCJpc0lubmVyIjpmYWxzZSwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX1dLCJpc0lubmVyIjpmYWxzZSwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX0=\"][elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6ImEzNzUzZGUiLCJlbFR5cGUiOiJlLWZsZXhib3giLCJzZXR0aW5ncyI6W10sImVsZW1lbnRzIjpbeyJpZCI6IjBhNjk0ODEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJzZXR0aW5ncyI6W10sImVsZW1lbnRzIjpbeyJpZCI6IjBkOTRmZDAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IjxsaSBkYXRhLXNlY3Rpb24taWQ9XCIxbG9ocjlsXCIgZGF0YS1zdGFydD1cIjUwOVwiIGRhdGEtZW5kPVwiNTQwXCI+U3VwcG9ydGl2ZSBXb3JrIEVudmlyb25tZW50PFwvbGk+PGxpIGRhdGEtc2VjdGlvbi1pZD1cIjFwa2kyenhcIiBkYXRhLXN0YXJ0PVwiNTQxXCIgZGF0YS1lbmQ9XCI1NzhcIj5Qcm9mZXNzaW9uYWwgR3Jvd3RoIE9wcG9ydHVuaXRpZXM8XC9saT48bGkgZGF0YS1zZWN0aW9uLWlkPVwiMWx1N3F5N1wiIGRhdGEtc3RhcnQ9XCI1NzlcIiBkYXRhLWVuZD1cIjYwOVwiPk1vZGVybiBUZWFjaGluZyBGYWNpbGl0aWVzXG48XC9saT48bGkgZGF0YS1zZWN0aW9uLWlkPVwidm84cnJ0XCIgZGF0YS1zdGFydD1cIjYxMFwiIGRhdGEtZW5kPVwiNjM1XCI+Q29sbGFib3JhdGl2ZSBDdWx0dXJlPFwvbGk+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik5vdG8gU2FucyBIYW51bm9vIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjksInNpemVzIjpbXX0sInRpdGxlX2NvbG9yIjoiIzEyMTdGQyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImU3OWYzODMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6bnVsbCwiY2hpbGRyZW4iOltdfX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWhlYWRpbmciLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfV0sImlzSW5uZXIiOmZhbHNlfV0sImlzSW5uZXIiOmZhbHNlLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\"][elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6IjhiNGM0ZTYiLCJlbFR5cGUiOiJlLWRpdi1ibG9jayIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiNjFhZjlmNSIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7ImNsYXNzZXMiOnsiJCR0eXBlIjoiY2xhc3NlcyIsInZhbHVlIjpbImUtNjFhZjlmNS0wZTA3ZTYzIl19LCJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6IkNhbGwgdG8gQWN0aW9uIn0sImNoaWxkcmVuIjpbXX19fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZS1oZWFkaW5nIiwic3R5bGVzIjp7ImUtNjFhZjlmNS0wZTA3ZTYzIjp7ImlkIjoiZS02MWFmOWY1LTBlMDdlNjMiLCJsYWJlbCI6ImxvY2FsIiwidHlwZSI6ImNsYXNzIiwidmFyaWFudHMiOlt7Im1ldGEiOnsiYnJlYWtwb2ludCI6ImRlc2t0b3AiLCJzdGF0ZSI6bnVsbH0sInByb3BzIjp7ImZvbnQtZmFtaWx5Ijp7IiQkdHlwZSI6InN0cmluZyIsInZhbHVlIjoiQWdiYWx1bW8ifSwiY29sb3IiOnsiJCR0eXBlIjoiY29sb3IiLCJ2YWx1ZSI6IiNjYTJkMmQifX19XX19LCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfV0sImlzSW5uZXIiOmZhbHNlLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\"][elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6IjRhNDIxMDIiLCJlbFR5cGUiOiJlLWRpdi1ibG9jayIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiYmFkNmNjZCIsImVsVHlwZSI6ImNvbnRhaW5lciIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiNzg5MzIxMSIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7InRpdGxlIjoiSW50ZXJlc3RlZCBjYW5kaWRhdGVzIGNhbiBzZW5kIHRoZWlyIENWIGFuZCBjb3ZlciBsZXR0ZXIgdG8gb3VyIGVtYWlsIG9yIHZpc2l0IHRoZSBzY2hvb2wgb2ZmaWNlLiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJOb3RvIFNhbnMgSGFudW5vbyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI5LCJzaXplcyI6W119LCJ0aXRsZV9jb2xvciI6IiMxMjE3RkMiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2My42OTU5OTk5OTk5OTk5OTh9LCJfZmxleF9zaXplIjoibm9uZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImUyNWNjM2EiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6bnVsbCwiY2hpbGRyZW4iOltdfX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWhlYWRpbmciLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfV0sImlzSW5uZXIiOmZhbHNlfV0sImlzSW5uZXIiOmZhbHNlLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\"][elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6IjNmODUyNTQiLCJlbFR5cGUiOiJlLWRpdi1ibG9jayIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiY2NkNDc2YiIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7InRleHQiOnsiJCR0eXBlIjoiaHRtbC12MyIsInZhbHVlIjp7ImNvbnRlbnQiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJBcHBseSBOb3cifSwiY2hpbGRyZW4iOltdfX0sImxpbmsiOnsiJCR0eXBlIjoibGluayIsInZhbHVlIjp7ImRlc3RpbmF0aW9uIjp7IiQkdHlwZSI6InVybCIsInZhbHVlIjoiaHR0cHM6XC9cL21haWwuZ29vZ2xlLmNvbVwvbWFpbFwvP3ZpZXc9Y20mdG89dW5pLnNjaG9vbDIwMTdAZ21haWwuY29tIn0sImlzVGFyZ2V0QmxhbmsiOm51bGx9fX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImUtYnV0dG9uIiwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX1dLCJpc0lubmVyIjpmYWxzZSwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX0=\"]\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2894,1716,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2895,1716,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2896,1716,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2897,1716,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2898,1716,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2899,1716,'_elementor_data','[{\"id\":\"fc23956\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"d6e999e\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-d6e999e-6c7c6eb\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Join Our Team\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-d6e999e-6c7c6eb\":{\"id\":\"e-d6e999e-6c7c6eb\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"7c685de\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"538a285\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cBe a part of a passionate and growing learning community at GWS.\\u201d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93ee86b\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false},{\"id\":\"c90245f\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"82ae5d9\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"f6a1c7d\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-f6a1c7d-71f5b40\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Why Work With Us ?\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-f6a1c7d-71f5b40\":{\"id\":\"e-f6a1c7d-71f5b40\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"a3753de\",\"elType\":\"e-flexbox\",\"settings\":[],\"elements\":[{\"id\":\"0a69481\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"0d94fd0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<li data-section-id=\\\"1lohr9l\\\" data-start=\\\"509\\\" data-end=\\\"540\\\">Supportive Work Environment<\\/li><li data-section-id=\\\"1pki2zx\\\" data-start=\\\"541\\\" data-end=\\\"578\\\">Professional Growth Opportunities<\\/li><li data-section-id=\\\"1lu7qy7\\\" data-start=\\\"579\\\" data-end=\\\"609\\\">Modern Teaching Facilities\\n<\\/li><li data-section-id=\\\"vo8rrt\\\" data-start=\\\"610\\\" data-end=\\\"635\\\">Collaborative Culture<\\/li>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e79f383\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"8b4c4e6\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"61af9f5\",\"elType\":\"widget\",\"settings\":{\"classes\":{\"$$type\":\"classes\",\"value\":[\"e-61af9f5-0e07e63\"]},\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Call to Action\"},\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":{\"e-61af9f5-0e07e63\":{\"id\":\"e-61af9f5-0e07e63\",\"label\":\"local\",\"type\":\"class\",\"variants\":[{\"meta\":{\"breakpoint\":\"desktop\",\"state\":null},\"props\":{\"font-family\":{\"$$type\":\"string\",\"value\":\"Agbalumo\"},\"color\":{\"$$type\":\"color\",\"value\":\"#ca2d2d\"}},\"custom_css\":null}]}},\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"4a42102\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"bad6ccd\",\"elType\":\"container\",\"settings\":[],\"elements\":[{\"id\":\"7893211\",\"elType\":\"widget\",\"settings\":{\"title\":\"Interested candidates can send their CV and cover letter to our email or visit the school office.\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Noto Sans Hanunoo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"title_color\":\"#1217FC\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":63.695999999999998},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e25cc3a\",\"elType\":\"widget\",\"settings\":{\"title\":{\"$$type\":\"html-v3\",\"value\":{\"content\":null,\"children\":[]}}},\"elements\":[],\"widgetType\":\"e-heading\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"},{\"id\":\"3f85254\",\"elType\":\"e-div-block\",\"settings\":[],\"elements\":[{\"id\":\"ccd476b\",\"elType\":\"widget\",\"settings\":{\"text\":{\"$$type\":\"html-v3\",\"value\":{\"content\":{\"$$type\":\"string\",\"value\":\"Apply Now\"},\"children\":[]}},\"link\":{\"$$type\":\"link\",\"value\":{\"destination\":{\"$$type\":\"url\",\"value\":\"https:\\/\\/mail.google.com\\/mail\\/?view=cm&to=uni.school2017@gmail.com\"},\"isTargetBlank\":null}}},\"elements\":[],\"widgetType\":\"e-button\",\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}],\"isInner\":false,\"styles\":[],\"interactions\":[],\"editor_settings\":[],\"version\":\"0.0\"}]');
INSERT INTO `wp_postmeta` VALUES (2900,1716,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (2901,1716,'_elementor_page_assets','a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"elementor-v2-widgets-frontend\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}');
INSERT INTO `wp_postmeta` VALUES (2902,1716,'_elementor_css','a:6:{s:4:\"time\";i:1776179251;s:5:\"fonts\";a:1:{i:0;s:17:\"Noto Sans Hanunoo\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2903,1716,'_elementor_element_cache','{\"timeout\":1776265651,\"value\":{\"content\":\"[elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6ImZjMjM5NTYiLCJlbFR5cGUiOiJlLWZsZXhib3giLCJzZXR0aW5ncyI6W10sImVsZW1lbnRzIjpbeyJpZCI6ImQ2ZTk5OWUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2VzIjp7IiQkdHlwZSI6ImNsYXNzZXMiLCJ2YWx1ZSI6WyJlLWQ2ZTk5OWUtNmM3YzZlYiJdfSwidGl0bGUiOnsiJCR0eXBlIjoiaHRtbC12MyIsInZhbHVlIjp7ImNvbnRlbnQiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJKb2luIE91ciBUZWFtIn0sImNoaWxkcmVuIjpbXX19fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZS1oZWFkaW5nIiwic3R5bGVzIjp7ImUtZDZlOTk5ZS02YzdjNmViIjp7ImlkIjoiZS1kNmU5OTllLTZjN2M2ZWIiLCJsYWJlbCI6ImxvY2FsIiwidHlwZSI6ImNsYXNzIiwidmFyaWFudHMiOlt7Im1ldGEiOnsiYnJlYWtwb2ludCI6ImRlc2t0b3AiLCJzdGF0ZSI6bnVsbH0sInByb3BzIjp7ImZvbnQtZmFtaWx5Ijp7IiQkdHlwZSI6InN0cmluZyIsInZhbHVlIjoiQWdiYWx1bW8ifSwiY29sb3IiOnsiJCR0eXBlIjoiY29sb3IiLCJ2YWx1ZSI6IiNjYTJkMmQifX19XX19LCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfV0sImlzSW5uZXIiOmZhbHNlLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\"]<div class=\"elementor-element elementor-element-7c685de e-flex e-con-boxed e-con e-parent\" data-id=\"7c685de\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-538a285 elementor-widget elementor-widget-heading\" data-id=\"538a285\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">u201cBe a part of a passionate and growing learning community at GWS.u201d</h2>tttt</div>ntt[elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6IjkzZWU4NmIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6bnVsbCwiY2hpbGRyZW4iOltdfX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWhlYWRpbmciLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\"]ttt</div>ntttt</div>ntt[elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6ImM5MDI0NWYiLCJlbFR5cGUiOiJlLWRpdi1ibG9jayIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiODJhZTVkOSIsImVsVHlwZSI6ImUtZmxleGJveCIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiZjZhMWM3ZCIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7ImNsYXNzZXMiOnsiJCR0eXBlIjoiY2xhc3NlcyIsInZhbHVlIjpbImUtZjZhMWM3ZC03MWY1YjQwIl19LCJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6IldoeSBXb3JrIFdpdGggVXMgPyJ9LCJjaGlsZHJlbiI6W119fX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImUtaGVhZGluZyIsInN0eWxlcyI6eyJlLWY2YTFjN2QtNzFmNWI0MCI6eyJpZCI6ImUtZjZhMWM3ZC03MWY1YjQwIiwibGFiZWwiOiJsb2NhbCIsInR5cGUiOiJjbGFzcyIsInZhcmlhbnRzIjpbeyJtZXRhIjp7ImJyZWFrcG9pbnQiOiJkZXNrdG9wIiwic3RhdGUiOm51bGx9LCJwcm9wcyI6eyJmb250LWZhbWlseSI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6IkFnYmFsdW1vIn0sImNvbG9yIjp7IiQkdHlwZSI6ImNvbG9yIiwidmFsdWUiOiIjY2EyZDJkIn19fV19fSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX1dLCJpc0lubmVyIjpmYWxzZSwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX1dLCJpc0lubmVyIjpmYWxzZSwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX0=\"][elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6ImEzNzUzZGUiLCJlbFR5cGUiOiJlLWZsZXhib3giLCJzZXR0aW5ncyI6W10sImVsZW1lbnRzIjpbeyJpZCI6IjBhNjk0ODEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJzZXR0aW5ncyI6W10sImVsZW1lbnRzIjpbeyJpZCI6IjBkOTRmZDAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IjxsaSBkYXRhLXNlY3Rpb24taWQ9XCIxbG9ocjlsXCIgZGF0YS1zdGFydD1cIjUwOVwiIGRhdGEtZW5kPVwiNTQwXCI+U3VwcG9ydGl2ZSBXb3JrIEVudmlyb25tZW50PFwvbGk+PGxpIGRhdGEtc2VjdGlvbi1pZD1cIjFwa2kyenhcIiBkYXRhLXN0YXJ0PVwiNTQxXCIgZGF0YS1lbmQ9XCI1NzhcIj5Qcm9mZXNzaW9uYWwgR3Jvd3RoIE9wcG9ydHVuaXRpZXM8XC9saT48bGkgZGF0YS1zZWN0aW9uLWlkPVwiMWx1N3F5N1wiIGRhdGEtc3RhcnQ9XCI1NzlcIiBkYXRhLWVuZD1cIjYwOVwiPk1vZGVybiBUZWFjaGluZyBGYWNpbGl0aWVzXG48XC9saT48bGkgZGF0YS1zZWN0aW9uLWlkPVwidm84cnJ0XCIgZGF0YS1zdGFydD1cIjYxMFwiIGRhdGEtZW5kPVwiNjM1XCI+Q29sbGFib3JhdGl2ZSBDdWx0dXJlPFwvbGk+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik5vdG8gU2FucyBIYW51bm9vIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjksInNpemVzIjpbXX0sInRpdGxlX2NvbG9yIjoiIzEyMTdGQyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImU3OWYzODMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6bnVsbCwiY2hpbGRyZW4iOltdfX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWhlYWRpbmciLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfV0sImlzSW5uZXIiOmZhbHNlfV0sImlzSW5uZXIiOmZhbHNlLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\"][elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6IjhiNGM0ZTYiLCJlbFR5cGUiOiJlLWRpdi1ibG9jayIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiNjFhZjlmNSIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7ImNsYXNzZXMiOnsiJCR0eXBlIjoiY2xhc3NlcyIsInZhbHVlIjpbImUtNjFhZjlmNS0wZTA3ZTYzIl19LCJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6IkNhbGwgdG8gQWN0aW9uIn0sImNoaWxkcmVuIjpbXX19fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZS1oZWFkaW5nIiwic3R5bGVzIjp7ImUtNjFhZjlmNS0wZTA3ZTYzIjp7ImlkIjoiZS02MWFmOWY1LTBlMDdlNjMiLCJsYWJlbCI6ImxvY2FsIiwidHlwZSI6ImNsYXNzIiwidmFyaWFudHMiOlt7Im1ldGEiOnsiYnJlYWtwb2ludCI6ImRlc2t0b3AiLCJzdGF0ZSI6bnVsbH0sInByb3BzIjp7ImZvbnQtZmFtaWx5Ijp7IiQkdHlwZSI6InN0cmluZyIsInZhbHVlIjoiQWdiYWx1bW8ifSwiY29sb3IiOnsiJCR0eXBlIjoiY29sb3IiLCJ2YWx1ZSI6IiNjYTJkMmQifX19XX19LCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfV0sImlzSW5uZXIiOmZhbHNlLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\"][elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6IjRhNDIxMDIiLCJlbFR5cGUiOiJlLWRpdi1ibG9jayIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiYmFkNmNjZCIsImVsVHlwZSI6ImNvbnRhaW5lciIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiNzg5MzIxMSIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7InRpdGxlIjoiSW50ZXJlc3RlZCBjYW5kaWRhdGVzIGNhbiBzZW5kIHRoZWlyIENWIGFuZCBjb3ZlciBsZXR0ZXIgdG8gb3VyIGVtYWlsIG9yIHZpc2l0IHRoZSBzY2hvb2wgb2ZmaWNlLiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJOb3RvIFNhbnMgSGFudW5vbyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI5LCJzaXplcyI6W119LCJ0aXRsZV9jb2xvciI6IiMxMjE3RkMiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2My42OTU5OTk5OTk5OTk5OTh9LCJfZmxleF9zaXplIjoibm9uZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImUyNWNjM2EiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6bnVsbCwiY2hpbGRyZW4iOltdfX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWhlYWRpbmciLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfV0sImlzSW5uZXIiOmZhbHNlfV0sImlzSW5uZXIiOmZhbHNlLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\"][elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6IjNmODUyNTQiLCJlbFR5cGUiOiJlLWRpdi1ibG9jayIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiY2NkNDc2YiIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7InRleHQiOnsiJCR0eXBlIjoiaHRtbC12MyIsInZhbHVlIjp7ImNvbnRlbnQiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJBcHBseSBOb3cifSwiY2hpbGRyZW4iOltdfX0sImxpbmsiOnsiJCR0eXBlIjoibGluayIsInZhbHVlIjp7ImRlc3RpbmF0aW9uIjp7IiQkdHlwZSI6InVybCIsInZhbHVlIjoiaHR0cHM6XC9cL21haWwuZ29vZ2xlLmNvbVwvbWFpbFwvP3ZpZXc9Y20mdG89dW5pLnNjaG9vbDIwMTdAZ21haWwuY29tIn0sImlzVGFyZ2V0QmxhbmsiOm51bGx9fX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImUtYnV0dG9uIiwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX1dLCJpc0lubmVyIjpmYWxzZSwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX0=\"]\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2904,1652,'site-post-title','disabled');
INSERT INTO `wp_postmeta` VALUES (2905,739,'_elementor_css','a:6:{s:4:\"time\";i:1776179526;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:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2906,739,'_elementor_element_cache','{\"timeout\":1776265927,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-6b9075a e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"6b9075a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-b752f07 e-con-full e-flex e-con e-child\\\" data-id=\\\"b752f07\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-14b0c19 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"14b0c19\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-32647f2 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"32647f2\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-076c624 elementor-widget__width-initial elementor-widget elementor-widget-heading\\\" data-id=\\\"076c624\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Our Facilities<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0161e26 elementor-widget elementor-widget-heading\\\" data-id=\\\"0161e26\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching\\u2013learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-5209ed0 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"5209ed0\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-20a2e04 e-con-full e-flex e-con e-child\\\" data-id=\\\"20a2e04\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-7255940 e-con-full e-flex e-con e-child\\\" data-id=\\\"7255940\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-5691f40 e-con-full e-flex e-con e-child\\\" data-id=\\\"5691f40\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-15efda6 elementor-widget elementor-widget-heading\\\" data-id=\\\"15efda6\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Why us?<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-da79888 elementor-widget elementor-widget-heading\\\" data-id=\\\"da79888\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<p class=\\\"elementor-heading-title elementor-size-default\\\"><div class=\\\"elementor-element elementor-element-8cc73b5 elementor-widget elementor-widget-heading\\\" data-id=\\\"8cc73b5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\" style=\\\"--flex-wrap: initial;--justify-content: initial;--align-items: initial;--align-content: initial;--gap: initial;--flex-basis: initial;--flex-grow: initial;--flex-shrink: initial;--order: initial;--align-self: initial;align-self: auto;flex: 0 1 auto;align-items: normal;flex-flow: row;gap: 20px;--widgets-spacing: 20px 20px;--widgets-spacing-row: 20px;--widgets-spacing-column: 20px;--kit-widget-spacing: 0px;max-width: 100%;white-space: normal\\\"><p class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-size: 18px\\\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.<\\/p><\\/div><div class=\\\"elementor-element elementor-element-d2bb82c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"d2bb82c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\" style=\\\"--flex-wrap: initial;--justify-content: initial;--align-items: initial;--align-content: initial;--gap: initial;--flex-basis: initial;--flex-grow: initial;--flex-shrink: initial;--order: initial;--align-self: initial;align-self: auto;flex: 0 1 auto;align-items: normal;flex-flow: row;gap: 20px;--widgets-spacing: 20px 20px;--widgets-spacing-row: 20px;--widgets-spacing-column: 20px;--kit-widget-spacing: 0px;--e-icon-list-icon-size: 14px;--icon-vertical-offset: 0px;max-width: 100%;white-space: normal\\\"><ul class=\\\"elementor-icon-list-items\\\" style=\\\"font-size: 18px\\\"><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"text-align: start\\\"><\\/span><span class=\\\"elementor-icon-list-text\\\">Holistic approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"text-align: start\\\"><\\/span><span class=\\\"elementor-icon-list-text\\\">Progressive &amp; child-centered learning approach<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"text-align: start\\\"><\\/span><span class=\\\"elementor-icon-list-text\\\">Spacious, safe, and student-friendly environment<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"text-align: start\\\"><\\/span><span class=\\\"elementor-icon-list-text\\\">STEAM-based and integrated curriculum<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"text-align: start\\\"><\\/span><span class=\\\"elementor-icon-list-text\\\">Wide range of extra club activities<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"text-align: start\\\"><\\/span><span class=\\\"elementor-icon-list-text\\\">Chinese language classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"text-align: start\\\"><\\/span><span class=\\\"elementor-icon-list-text\\\">ESOL Cambridge courses<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"text-align: start\\\"><\\/span><span class=\\\"elementor-icon-list-text\\\">Hostel facilities available<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"text-align: start\\\"><\\/span><span class=\\\"elementor-icon-list-text\\\">Commitment to quality education<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"text-align: start\\\"><\\/span><span class=\\\"elementor-icon-list-text\\\">UCMAS Abacus classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"text-align: start\\\"><\\/span><span class=\\\"elementor-icon-list-text\\\">Robotics &amp; coding classes<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"text-align: start\\\"><\\/span><span class=\\\"elementor-icon-list-text\\\">Well-equipped labs and library<\\/span><\\/li><li class=\\\"elementor-icon-list-item\\\" style=\\\"align-items: center\\\"><span class=\\\"elementor-icon-list-icon\\\" style=\\\"text-align: start\\\"><\\/span><span class=\\\"elementor-icon-list-text\\\">And many more opportunities for overall student development<\\/span><\\/li><\\/ul><\\/div><\\/p>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-41dd485 e-con-full e-flex e-con e-child\\\" data-id=\\\"41dd485\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-02fcfbe elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"02fcfbe\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-hands\\\" viewBox=\\\"0 0 640 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tHolistic approach\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tOur holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-52925fa elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"52925fa\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-hand-holding-heart\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tPassionate teachers\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tOur passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0f94bb7 elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"0f94bb7\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-eye\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h5 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tSupervision to keep children safe\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h5>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tOur passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-f36d88a e-con-full e-flex e-con e-parent\\\" data-id=\\\"f36d88a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-9369f2f e-con-full e-flex e-con e-child\\\" data-id=\\\"9369f2f\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-ba456db e-con-full e-flex e-con e-child\\\" data-id=\\\"ba456db\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-451354d e-con-full e-flex e-con e-child\\\" data-id=\\\"451354d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7939210 elementor-widget elementor-widget-heading\\\" data-id=\\\"7939210\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">01<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-425340f elementor-widget elementor-widget-heading\\\" data-id=\\\"425340f\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Classrooms<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d21c0dd elementor-widget elementor-widget-heading\\\" data-id=\\\"d21c0dd\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<p class=\\\"elementor-heading-title elementor-size-default\\\"><p data-start=\\\"0\\\" data-end=\\\"332\\\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\\\"55\\\" data-end=\\\"104\\\">spacious, child-friendly, and age-appropriate<\\/strong>, creating a <strong data-start=\\\"117\\\" data-end=\\\"180\\\">comfortable and engaging environment for effective learning<\\/strong>. Each classroom is well-equipped with <strong data-start=\\\"219\\\" data-end=\\\"261\\\">modern teaching and learning materials<\\/strong> that support <strong data-start=\\\"275\\\" data-end=\\\"329\\\">progressive and interactive teaching methodologies<\\/strong>.<\\/p>\\n<p data-start=\\\"334\\\" data-end=\\\"677\\\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\\\"393\\\" data-end=\\\"426\\\">safe, age-appropriate seating<\\/strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\\\"505\\\" data-end=\\\"542\\\">move freely and learn comfortably<\\/strong>. From Grade 3 onwards, students are provided with <strong data-start=\\\"593\\\" data-end=\\\"613\\\">individual desks<\\/strong> that promote <strong data-start=\\\"627\\\" data-end=\\\"674\\\">focus, independence, and organized learning<\\/strong>.<\\/p>\\n<p data-start=\\\"679\\\" data-end=\\\"1011\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">All classrooms are <strong data-start=\\\"698\\\" data-end=\\\"713\\\">ICT-enabled<\\/strong> and feature <strong data-start=\\\"726\\\" data-end=\\\"755\\\">dedicated reading corners<\\/strong> to encourage a <strong data-start=\\\"771\\\" data-end=\\\"819\\\">love for reading and independent exploration<\\/strong>. Ample space is provided to facilitate <strong data-start=\\\"859\\\" data-end=\\\"920\\\">hands-on activities, group work, and interactive learning<\\/strong>, ensuring that students <strong data-start=\\\"945\\\" data-end=\\\"1010\\\">actively participate and fully engage in the learning process<\\/strong>.<\\/p><\\/p>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-17f9f72 e-con-full e-flex e-con e-child\\\" data-id=\\\"17f9f72\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e1661d4 e-con-full e-flex e-con e-parent\\\" data-id=\\\"e1661d4\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-deca35b e-con-full e-flex e-con e-child\\\" data-id=\\\"deca35b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-80d9997 e-con-full e-flex e-con e-child\\\" data-id=\\\"80d9997\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-1257aa9 e-con-full e-flex e-con e-child\\\" data-id=\\\"1257aa9\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-595ce19 e-con-full e-flex e-con e-child\\\" data-id=\\\"595ce19\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a64f27d elementor-widget elementor-widget-heading\\\" data-id=\\\"a64f27d\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">02<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e24cb43 elementor-widget elementor-widget-heading\\\" data-id=\\\"e24cb43\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Library<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8c73559 elementor-widget elementor-widget-heading\\\" data-id=\\\"8c73559\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<p class=\\\"elementor-heading-title elementor-size-default\\\"><p data-start=\\\"0\\\" data-end=\\\"350\\\">The Library at GWS serves as a <strong data-start=\\\"31\\\" data-end=\\\"55\\\">dynamic learning hub<\\/strong> that nurtures a strong culture of <strong data-start=\\\"90\\\" data-end=\\\"134\\\">reading, research, and lifelong learning<\\/strong>. It is well-stocked with a wide range of <strong data-start=\\\"176\\\" data-end=\\\"201\\\">age-appropriate books<\\/strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\\\"299\\\" data-end=\\\"347\\\">curriculum needs and independent exploration<\\/strong>.<\\/p>\\n<p data-start=\\\"352\\\" data-end=\\\"737\\\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\\\"437\\\" data-end=\\\"471\\\">reading habits among educators<\\/strong> as well. A dedicated <strong data-start=\\\"493\\\" data-end=\\\"522\\\">teachers\\u2019 library section<\\/strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\\\"631\\\" data-end=\\\"712\\\">continuously enhance their knowledge, teaching practices, and personal growth<\\/strong> beyond the curriculum.<\\/p>\\n<p data-start=\\\"739\\\" data-end=\\\"1122\\\" data-is-last-node=\\\"\\\" data-is-only-node=\\\"\\\">Designed to be <strong data-start=\\\"754\\\" data-end=\\\"801\\\">peaceful, comfortable, and student-friendly<\\/strong>, the library provides an ideal space for <strong data-start=\\\"843\\\" data-end=\\\"890\\\">focused reading and intellectual engagement<\\/strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\\\"964\\\" data-end=\\\"1026\\\">curiosity, creativity, and a lifelong passion for learning<\\/strong>, making the library a true cornerstone of <strong data-start=\\\"1069\\\" data-end=\\\"1114\\\">academic excellence and continuous growth<\\/strong> at GWS.<\\/p><\\/p>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-9a48cde e-con-full e-flex e-con e-parent\\\" data-id=\\\"9a48cde\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-c1dba9b e-con-full e-flex e-con e-child\\\" data-id=\\\"c1dba9b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-37e3c4d e-flex e-con-boxed e-con e-child\\\" data-id=\\\"37e3c4d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-d0937c4 e-con-full e-flex e-con e-child\\\" data-id=\\\"d0937c4\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-350885a elementor-widget elementor-widget-heading\\\" data-id=\\\"350885a\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">03<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4baa755 elementor-widget elementor-widget-heading\\\" data-id=\\\"4baa755\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Cafeteria<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f10ddf1 elementor-widget elementor-widget-heading\\\" data-id=\\\"f10ddf1\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<p class=\\\"elementor-heading-title elementor-size-default\\\"><p data-start=\\\"70\\\" data-end=\\\"300\\\">GWS cafeteria is committed to providing <strong data-start=\\\"110\\\" data-end=\\\"153\\\">healthy, hygienic, and nutritious meals<\\/strong> to all students. We recognize that a <strong data-start=\\\"191\\\" data-end=\\\"224\\\">well-balanced and varied diet<\\/strong> is essential for both the <strong data-start=\\\"251\\\" data-end=\\\"287\\\">physical and intellectual growth<\\/strong> of children.<\\/p>\\n<p data-start=\\\"302\\\" data-end=\\\"572\\\">Meals are prepared under <strong data-start=\\\"327\\\" data-end=\\\"357\\\">strict hygienic conditions<\\/strong> in a <strong data-start=\\\"363\\\" data-end=\\\"381\\\">modern kitchen<\\/strong> by <strong data-start=\\\"385\\\" data-end=\\\"402\\\">trained staff<\\/strong>, under the guidance of a <strong data-start=\\\"428\\\" data-end=\\\"449\\\">professional chef<\\/strong> and a <strong data-start=\\\"456\\\" data-end=\\\"469\\\">dietitian<\\/strong>. Special care is taken to ensure <strong data-start=\\\"503\\\" data-end=\\\"550\\\">quality, cleanliness, and nutritional value<\\/strong> in every meal served.<\\/p>\\n<p data-start=\\\"574\\\" data-end=\\\"739\\\">The cafeteria offers a <strong data-start=\\\"597\\\" data-end=\\\"648\\\">clean, safe, and comfortable dining environment<\\/strong>, encouraging students to develop <strong data-start=\\\"682\\\" data-end=\\\"707\\\">healthy eating habits<\\/strong> as part of their daily routine.<\\/p><\\/p>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-999c239 e-con-full e-flex e-con e-child\\\" data-id=\\\"999c239\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-eea4cc8 e-con-full e-flex e-con e-parent\\\" data-id=\\\"eea4cc8\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-9e9f20c e-con-full e-flex e-con e-child\\\" data-id=\\\"9e9f20c\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-47f8c15 e-con-full e-flex e-con e-child\\\" data-id=\\\"47f8c15\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-ee7d369 e-con-full e-flex e-con e-child\\\" data-id=\\\"ee7d369\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-ae5d122 e-con-full e-flex e-con e-child\\\" data-id=\\\"ae5d122\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0a4b43b elementor-widget elementor-widget-heading\\\" data-id=\\\"0a4b43b\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">04<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-fe2d50c elementor-widget elementor-widget-heading\\\" data-id=\\\"fe2d50c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Transportation<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ad60007 elementor-widget elementor-widget-heading\\\" data-id=\\\"ad60007\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<p class=\\\"elementor-heading-title elementor-size-default\\\"><p data-start=\\\"85\\\" data-end=\\\"367\\\">At Genius World School, we provide a <strong data-start=\\\"122\\\" data-end=\\\"176\\\">reliable and well-organized transportation service<\\/strong> to ensure the <strong data-start=\\\"191\\\" data-end=\\\"227\\\">safety, comfort, and convenience<\\/strong> of our students. The school offers <strong data-start=\\\"263\\\" data-end=\\\"294\\\">door-to-door transportation<\\/strong>, allowing students to travel securely between home and school with ease.<\\/p>\\n<p data-start=\\\"369\\\" data-end=\\\"675\\\">Each school vehicle is operated by a <strong data-start=\\\"406\\\" data-end=\\\"440\\\">trained and experienced driver<\\/strong>, accompanied by a <strong data-start=\\\"459\\\" data-end=\\\"484\\\">responsible assistant<\\/strong> who provides <strong data-start=\\\"498\\\" data-end=\\\"525\\\">supervision and support<\\/strong> throughout the journey. Together, they ensure that all <strong data-start=\\\"581\\\" data-end=\\\"601\\\">safety protocols<\\/strong> are followed and that students are cared for at all times during transit.<\\/p>\\n<p data-start=\\\"677\\\" data-end=\\\"865\\\">Our transportation system is carefully managed to provide <strong data-start=\\\"735\\\" data-end=\\\"777\\\">punctual, safe, and comfortable travel<\\/strong>, giving parents <strong data-start=\\\"794\\\" data-end=\\\"811\\\">peace of mind<\\/strong> and ensuring a <strong data-start=\\\"827\\\" data-end=\\\"851\\\">smooth daily routine<\\/strong> for students.<\\/p><br><\\/p>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-6e5d220 e-con-full e-flex e-con e-parent\\\" data-id=\\\"6e5d220\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-220b86e e-con-full e-flex e-con e-child\\\" data-id=\\\"220b86e\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-0dbba1d e-con-full e-flex e-con e-child\\\" data-id=\\\"0dbba1d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-a6077d7 e-con-full e-flex e-con e-child\\\" data-id=\\\"a6077d7\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1e39a10 elementor-widget elementor-widget-heading\\\" data-id=\\\"1e39a10\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">05<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-60c38fd elementor-widget elementor-widget-heading\\\" data-id=\\\"60c38fd\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Physical Education<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f41f472 elementor-widget elementor-widget-heading\\\" data-id=\\\"f41f472\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<p class=\\\"elementor-heading-title elementor-size-default\\\"><p data-start=\\\"59\\\" data-end=\\\"312\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"105\\\">Physical Education<\\/strong> is an essential part of <strong data-start=\\\"130\\\" data-end=\\\"154\\\">Holistic Development<\\/strong>. We believe physical activity promotes <strong data-start=\\\"194\\\" data-end=\\\"218\\\">Fitness &amp; Well-being<\\/strong> while building <strong data-start=\\\"234\\\" data-end=\\\"248\\\">Discipline<\\/strong>, <strong data-start=\\\"250\\\" data-end=\\\"262\\\">Teamwork<\\/strong>, <strong data-start=\\\"264\\\" data-end=\\\"278\\\">Leadership<\\/strong>, and <strong data-start=\\\"284\\\" data-end=\\\"311\\\">Personality Development<\\/strong>.<\\/p>\\n<p data-start=\\\"314\\\" data-end=\\\"529\\\">Our program includes <strong data-start=\\\"335\\\" data-end=\\\"365\\\">Age-Appropriate Activities<\\/strong> focused on <strong data-start=\\\"377\\\" data-end=\\\"397\\\">Physical Fitness<\\/strong>, <strong data-start=\\\"399\\\" data-end=\\\"415\\\">Sports Rules<\\/strong>, <strong data-start=\\\"417\\\" data-end=\\\"430\\\">Fair Play<\\/strong>, <strong data-start=\\\"432\\\" data-end=\\\"448\\\">Perseverance<\\/strong>, and <strong data-start=\\\"454\\\" data-end=\\\"471\\\">Sportsmanship<\\/strong>, with continuous opportunities for <strong data-start=\\\"507\\\" data-end=\\\"528\\\">Skill Development<\\/strong>.<\\/p>\\n<p data-start=\\\"531\\\" data-end=\\\"716\\\">Students participate in <strong data-start=\\\"555\\\" data-end=\\\"601\\\">Inter-School &amp; District-Level Competitions<\\/strong>, achieving excellence through regular training in <strong data-start=\\\"652\\\" data-end=\\\"666\\\">Basketball<\\/strong>, <strong data-start=\\\"668\\\" data-end=\\\"678\\\">Futsal<\\/strong>, <strong data-start=\\\"680\\\" data-end=\\\"696\\\">Table Tennis<\\/strong>, and <strong data-start=\\\"702\\\" data-end=\\\"715\\\">Badminton<\\/strong>.<\\/p>\\n<p data-start=\\\"718\\\" data-end=\\\"924\\\">We also offer <strong data-start=\\\"732\\\" data-end=\\\"770\\\">Outdoor &amp; Co-curricular Activities<\\/strong> like <strong data-start=\\\"776\\\" data-end=\\\"796\\\">Swimming Program<\\/strong>, <strong data-start=\\\"798\\\" data-end=\\\"822\\\">Annual Swimming Gala<\\/strong>, <strong data-start=\\\"824\\\" data-end=\\\"834\\\">Hiking<\\/strong>, and <strong data-start=\\\"840\\\" data-end=\\\"853\\\">Taekwondo<\\/strong>, promoting <strong data-start=\\\"865\\\" data-end=\\\"878\\\">Endurance<\\/strong>, <strong data-start=\\\"880\\\" data-end=\\\"894\\\">Confidence<\\/strong>, and <strong data-start=\\\"900\\\" data-end=\\\"923\\\">Self-Defense Skills<\\/strong>.<\\/p>\\n<p data-start=\\\"926\\\" data-end=\\\"1044\\\">Through this dynamic approach, we ensure students grow into <strong data-start=\\\"986\\\" data-end=\\\"997\\\">Healthy<\\/strong>, <strong data-start=\\\"999\\\" data-end=\\\"1009\\\">Active<\\/strong>, and <strong data-start=\\\"1015\\\" data-end=\\\"1043\\\">Well-Rounded Individuals<\\/strong>.<\\/p><\\/p>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-c39a73a e-con-full e-flex e-con e-child\\\" data-id=\\\"c39a73a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-f86315f e-con-full e-flex e-con e-parent\\\" data-id=\\\"f86315f\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-70d0db1 e-con-full e-flex e-con e-child\\\" data-id=\\\"70d0db1\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-84b7362 e-con-full e-flex e-con e-child\\\" data-id=\\\"84b7362\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-6cd1eb5 e-con-full e-flex e-con e-child\\\" data-id=\\\"6cd1eb5\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-967a4cd e-con-full e-flex e-con e-child\\\" data-id=\\\"967a4cd\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-aba7bf0 elementor-widget elementor-widget-heading\\\" data-id=\\\"aba7bf0\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">06<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8e88a8f elementor-widget elementor-widget-heading\\\" data-id=\\\"8e88a8f\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Health Services<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6e5314e elementor-widget elementor-widget-heading\\\" data-id=\\\"6e5314e\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<p class=\\\"elementor-heading-title elementor-size-default\\\"><p data-start=\\\"59\\\" data-end=\\\"332\\\">At Genius World School, <strong data-start=\\\"83\\\" data-end=\\\"102\\\">Health &amp; Safety<\\/strong> are top priorities. The school provides <strong data-start=\\\"143\\\" data-end=\\\"174\\\">Well-Equipped Nursing Rooms<\\/strong> with <strong data-start=\\\"180\\\" data-end=\\\"205\\\">Trained Medical Staff<\\/strong> for immediate care and <strong data-start=\\\"229\\\" data-end=\\\"261\\\">Continuous Health Monitoring<\\/strong>. <strong data-start=\\\"263\\\" data-end=\\\"290\\\">Regular Health Checkups<\\/strong> help ensure students\\u2019 overall well-being.<br><br><span style=\\\"font-style: inherit;font-weight: inherit\\\">Each student\\u2019s <\\/span><strong data-start=\\\"349\\\" data-end=\\\"383\\\" style=\\\"font-style: inherit\\\">Health Records (Online System)<\\/strong><span style=\\\"font-style: inherit;font-weight: inherit\\\"> are securely maintained for quick access when needed. The school also promotes <\\/span><strong data-start=\\\"463\\\" data-end=\\\"496\\\" style=\\\"font-style: inherit\\\">Safe &amp; Supportive Environment<\\/strong><span style=\\\"font-style: inherit;font-weight: inherit\\\">, <\\/span><strong data-start=\\\"498\\\" data-end=\\\"520\\\" style=\\\"font-style: inherit\\\">Proper Supervision<\\/strong><span style=\\\"font-style: inherit;font-weight: inherit\\\">, and <\\/span><strong data-start=\\\"526\\\" data-end=\\\"556\\\" style=\\\"font-style: inherit\\\">Healthy Habits &amp; Nutrition<\\/strong><span style=\\\"font-style: inherit;font-weight: inherit\\\"> along with a <\\/span><strong data-start=\\\"570\\\" data-end=\\\"593\\\" style=\\\"font-style: inherit\\\">Disciplined Routine<\\/strong><span style=\\\"font-style: inherit;font-weight: inherit\\\">.<\\/span><br><br><span style=\\\"font-style: inherit;font-weight: inherit\\\">With <\\/span><strong data-start=\\\"601\\\" data-end=\\\"628\\\" style=\\\"font-style: inherit\\\">Emergency Care Services<\\/strong><span style=\\\"font-style: inherit;font-weight: inherit\\\"> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.<\\/span><\\/p><\\/p>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-0037ccb e-con-full e-flex e-con e-parent\\\" data-id=\\\"0037ccb\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-1fec8a7 e-con-full e-flex e-con e-child\\\" data-id=\\\"1fec8a7\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-b950b6c e-con-full e-flex e-con e-child\\\" data-id=\\\"b950b6c\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-c29ed94 e-con-full e-flex e-con e-child\\\" data-id=\\\"c29ed94\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f52f0f2 elementor-widget elementor-widget-heading\\\" data-id=\\\"f52f0f2\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">07<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-61054bd elementor-widget elementor-widget-heading\\\" data-id=\\\"61054bd\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Outdoor activities &amp; Trips<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1e32b5a elementor-widget elementor-widget-heading\\\" data-id=\\\"1e32b5a\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<p class=\\\"elementor-heading-title elementor-size-default\\\"><p>At&nbsp;<span data-start=\\\"\\\\&quot;57\\\\&quot;\\\" data-end=\\\"\\\\&quot;80\\\\&quot;\\\" style=\\\"font-weight: 700;font-size: 18px\\\">Genius World School<\\/span>, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;<span data-start=\\\"\\\\&quot;186\\\\&quot;\\\" data-end=\\\"\\\\&quot;225\\\\&quot;\\\" style=\\\"font-weight: 700;font-size: 18px\\\">field trips, dayouts, and nightouts<\\/span>&nbsp;play a vital role in enriching students\\u2019 learning experiences. These activities are designed not only to educate students about&nbsp;<span data-start=\\\"\\\\&quot;354\\\\&quot;\\\" data-end=\\\"\\\\&quot;405\\\\&quot;\\\" style=\\\"font-weight: 700;font-size: 18px\\\">culture, tradition, nature, and the environment<\\/span>, but also to help them develop important&nbsp;<span data-start=\\\"\\\\&quot;447\\\\&quot;\\\" data-end=\\\"\\\\&quot;462\\\\&quot;\\\" style=\\\"font-weight: 700;font-size: 18px\\\">life skills<\\/span>&nbsp;such as teamwork, independence, responsibility, and confidence.<\\/p><p><span data-start=\\\"\\\\&quot;528\\\\&quot;\\\" data-end=\\\"\\\\&quot;539\\\\&quot;\\\" style=\\\"font-weight: 700;font-size: 18px\\\">Dayouts<\\/span>&nbsp;are regularly organized for all grades within school hours, based on&nbsp;<span data-start=\\\"\\\\&quot;609\\\\&quot;\\\" data-end=\\\"\\\\&quot;643\\\\&quot;\\\" style=\\\"font-weight: 700;font-size: 18px\\\">thematic learning requirements<\\/span>. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.<\\/p><p><span data-start=\\\"\\\\&quot;898\\\\&quot;\\\" data-end=\\\"\\\\&quot;911\\\\&quot;\\\" style=\\\"font-weight: 700;font-size: 18px\\\">Nightouts<\\/span>&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;<span data-start=\\\"\\\\&quot;1019\\\\&quot;\\\" data-end=\\\"\\\\&quot;1036\\\\&quot;\\\" style=\\\"font-weight: 700;font-size: 18px\\\">Grade 1 and 2<\\/span>, students participate in&nbsp;<span data-start=\\\"\\\\&quot;1062\\\\&quot;\\\" data-end=\\\"\\\\&quot;1109\\\\&quot;\\\" style=\\\"font-weight: 700;font-size: 18px\\\">night camping experiences within the school<\\/span>, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.<\\/p><p>For&nbsp;<span data-start=\\\"\\\\&quot;1281\\\\&quot;\\\" data-end=\\\"\\\\&quot;1297\\\\&quot;\\\" style=\\\"font-weight: 700;font-size: 18px\\\">Grade 3 to 5<\\/span>, students go on&nbsp;<span data-start=\\\"\\\\&quot;1314\\\\&quot;\\\" data-end=\\\"\\\\&quot;1338\\\\&quot;\\\" style=\\\"font-weight: 700;font-size: 18px\\\">1-night, 2-day trips<\\/span>, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.<\\/p><p>Students from&nbsp;<span data-start=\\\"\\\\&quot;1537\\\\&quot;\\\" data-end=\\\"\\\\&quot;1554\\\\&quot;\\\" style=\\\"font-weight: 700;font-size: 18px\\\">Grade 6 to 10<\\/span>&nbsp;participate in&nbsp;<span data-start=\\\"\\\\&quot;1570\\\\&quot;\\\" data-end=\\\"\\\\&quot;1618\\\\&quot;\\\" style=\\\"font-weight: 700;font-size: 18px\\\">longer trips of at least 2 nights and 3 days<\\/span>. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.<\\/p><p>&nbsp;<\\/p><p>Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.<\\/p><\\/p>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-6297014 e-con-full e-flex e-con e-child\\\" data-id=\\\"6297014\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-09e19f4 e-con-full e-flex e-con e-parent\\\" data-id=\\\"09e19f4\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-157184d e-con-full e-flex e-con e-child\\\" data-id=\\\"157184d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-85ac20f e-con-full e-flex e-con e-child\\\" data-id=\\\"85ac20f\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-204ee16 e-con-full e-flex e-con e-child\\\" data-id=\\\"204ee16\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-4efb019 e-con-full e-flex e-con e-child\\\" data-id=\\\"4efb019\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c50521d elementor-widget elementor-widget-heading\\\" data-id=\\\"c50521d\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">08<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-26083fd elementor-widget elementor-widget-heading\\\" data-id=\\\"26083fd\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Parental Guidence &amp; Counselling<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a504689 elementor-widget elementor-widget-heading\\\" data-id=\\\"a504689\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<p class=\\\"elementor-heading-title elementor-size-default\\\">At Genius World School, educational service guidance is an important part of supporting students\\u2019 academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.<\\/p>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-0e0a27d e-con-full e-flex e-con e-parent\\\" data-id=\\\"0e0a27d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-c750d8a e-con-full e-flex e-con e-child\\\" data-id=\\\"c750d8a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-1201dca e-con-full e-flex e-con e-child\\\" data-id=\\\"1201dca\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-55905a1 e-con-full e-flex e-con e-child\\\" data-id=\\\"55905a1\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9212ba9 elementor-widget elementor-widget-heading\\\" data-id=\\\"9212ba9\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">09<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3ced360 elementor-widget elementor-widget-heading\\\" data-id=\\\"3ced360\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">ECA\\/CCA Activities<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f274527 elementor-widget elementor-widget-heading\\\" data-id=\\\"f274527\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<p class=\\\"elementor-heading-title elementor-size-default\\\">At Genius World School, ECA\\/CCA activities are an integral part of our holistic education approach, designed to nurture students\\u2019 talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our \\u201cExtra Club\\u201d offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.<\\/p>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-96f1ce2 e-con-full e-flex e-con e-child\\\" data-id=\\\"96f1ce2\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-0f5468e e-con-full e-flex e-con e-parent\\\" data-id=\\\"0f5468e\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-e9cbca0 e-con-full e-flex e-con e-child\\\" data-id=\\\"e9cbca0\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-db75f9f e-con-full e-flex e-con e-child\\\" data-id=\\\"db75f9f\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-680f1ce e-con-full e-flex e-con e-child\\\" data-id=\\\"680f1ce\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-25fcbae e-con-full e-flex e-con e-child\\\" data-id=\\\"25fcbae\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2ff0e8a elementor-widget elementor-widget-heading\\\" data-id=\\\"2ff0e8a\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">10<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-82faa4c elementor-widget elementor-widget-heading\\\" data-id=\\\"82faa4c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Art &amp; Crafts<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-067d6a8 elementor-widget elementor-widget-heading\\\" data-id=\\\"067d6a8\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<p class=\\\"elementor-heading-title elementor-size-default\\\">At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork\\u2014it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.<\\/p>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2907,1644,'_elementor_css','a:6:{s:4:\"time\";i:1776179535;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2908,1644,'_elementor_element_cache','{\"timeout\":1776265936,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-208a87b e-grid e-con-boxed e-con e-parent\\\" data-id=\\\"208a87b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5ae56f5 elementor-widget elementor-widget-heading\\\" data-id=\\\"5ae56f5\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">SEE Batch 2082<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-4b0bfc5 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"4b0bfc5\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6Ijc4YjAxMTAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2VzIjp7IiQkdHlwZSI6ImNsYXNzZXMiLCJ2YWx1ZSI6WyJlLTc4YjAxMTAtYjdlODU0OCJdfSwiaW1hZ2UiOnsiJCR0eXBlIjoiaW1hZ2UiLCJ2YWx1ZSI6eyJzaXplIjp7IiQkdHlwZSI6InN0cmluZyIsInZhbHVlIjoibGFyZ2UifSwic3JjIjp7IiQkdHlwZSI6ImltYWdlLXNyYyIsInZhbHVlIjp7ImlkIjp7IiQkdHlwZSI6ImltYWdlLWF0dGFjaG1lbnQtaWQiLCJ2YWx1ZSI6MTY0Nn0sInVybCI6bnVsbH19fX0sImxpbmsiOnsiJCR0eXBlIjoibGluayIsInZhbHVlIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWltYWdlIiwic3R5bGVzIjp7ImUtNzhiMDExMC1iN2U4NTQ4Ijp7ImlkIjoiZS03OGIwMTEwLWI3ZTg1NDgiLCJsYWJlbCI6ImxvY2FsIiwidHlwZSI6ImNsYXNzIiwidmFyaWFudHMiOlt7Im1ldGEiOnsiYnJlYWtwb2ludCI6ImRlc2t0b3AiLCJzdGF0ZSI6bnVsbH0sInByb3BzIjp7Im1heC1oZWlnaHQiOnsiJCR0eXBlIjoic2l6ZSIsInZhbHVlIjp7InNpemUiOjQwMCwidW5pdCI6InB4In19LCJvdmVyZmxvdyI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6ImhpZGRlbiJ9LCJhc3BlY3QtcmF0aW8iOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJhdXRvIn0sIm9iamVjdC1maXQiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJjb3ZlciJ9LCJvYmplY3QtcG9zaXRpb24iOnsiJCR0eXBlIjoib2JqZWN0LXBvc2l0aW9uIiwidmFsdWUiOnsieCI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6MCwidW5pdCI6InB4In19LCJ5Ijp7IiQkdHlwZSI6InNpemUiLCJ2YWx1ZSI6eyJzaXplIjowLCJ1bml0IjoicHgifX19fSwicG9zaXRpb24iOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJzdGF0aWMifSwidGV4dC1hbGlnbiI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6ImNlbnRlciJ9LCJtYXJnaW4iOnsiJCR0eXBlIjoiZGltZW5zaW9ucyIsInZhbHVlIjp7ImJsb2NrLXN0YXJ0Ijp7IiQkdHlwZSI6InNpemUiLCJ2YWx1ZSI6eyJzaXplIjowLCJ1bml0IjoicHgifX0sImJsb2NrLWVuZCI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6MCwidW5pdCI6InB4In19LCJpbmxpbmUtc3RhcnQiOnsiJCR0eXBlIjoic2l6ZSIsInZhbHVlIjp7InNpemUiOjAsInVuaXQiOiJweCJ9fSwiaW5saW5lLWVuZCI6eyIkJHR5cGUiOiJzaXplIiwidmFsdWUiOnsic2l6ZSI6MCwidW5pdCI6InB4In19fX0sImRpc3BsYXkiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJibG9jayJ9fX1dfX0sImludGVyYWN0aW9ucyI6W10sImVkaXRvcl9zZXR0aW5ncyI6W119\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2909,1652,'_elementor_css','a:6:{s:4:\"time\";i:1776179539;s:5:\"fonts\";a:1:{i:0;s:17:\"Noto Sans Hanunoo\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2910,1652,'_elementor_element_cache','{\"timeout\":1776265939,\"value\":{\"content\":\"[elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6ImZjMjM5NTYiLCJlbFR5cGUiOiJlLWZsZXhib3giLCJzZXR0aW5ncyI6W10sImVsZW1lbnRzIjpbeyJpZCI6ImQ2ZTk5OWUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjbGFzc2VzIjp7IiQkdHlwZSI6ImNsYXNzZXMiLCJ2YWx1ZSI6WyJlLWQ2ZTk5OWUtNmM3YzZlYiJdfSwidGl0bGUiOnsiJCR0eXBlIjoiaHRtbC12MyIsInZhbHVlIjp7ImNvbnRlbnQiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJKb2luIE91ciBUZWFtIn0sImNoaWxkcmVuIjpbXX19fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZS1oZWFkaW5nIiwic3R5bGVzIjp7ImUtZDZlOTk5ZS02YzdjNmViIjp7ImlkIjoiZS1kNmU5OTllLTZjN2M2ZWIiLCJsYWJlbCI6ImxvY2FsIiwidHlwZSI6ImNsYXNzIiwidmFyaWFudHMiOlt7Im1ldGEiOnsiYnJlYWtwb2ludCI6ImRlc2t0b3AiLCJzdGF0ZSI6bnVsbH0sInByb3BzIjp7ImZvbnQtZmFtaWx5Ijp7IiQkdHlwZSI6InN0cmluZyIsInZhbHVlIjoiQWdiYWx1bW8ifSwiY29sb3IiOnsiJCR0eXBlIjoiY29sb3IiLCJ2YWx1ZSI6IiNjYTJkMmQifX19XX19LCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfV0sImlzSW5uZXIiOmZhbHNlLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\\\"]<div class=\\\"elementor-element elementor-element-7c685de e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"7c685de\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-538a285 elementor-widget elementor-widget-heading\\\" data-id=\\\"538a285\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">\\u201cBe a part of a passionate and growing learning community at GWS.\\u201d<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjkzZWU4NmIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6bnVsbCwiY2hpbGRyZW4iOltdfX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWhlYWRpbmciLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6ImM5MDI0NWYiLCJlbFR5cGUiOiJlLWRpdi1ibG9jayIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiODJhZTVkOSIsImVsVHlwZSI6ImUtZmxleGJveCIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiZjZhMWM3ZCIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7ImNsYXNzZXMiOnsiJCR0eXBlIjoiY2xhc3NlcyIsInZhbHVlIjpbImUtZjZhMWM3ZC03MWY1YjQwIl19LCJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6IldoeSBXb3JrIFdpdGggVXMgPyJ9LCJjaGlsZHJlbiI6W119fX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImUtaGVhZGluZyIsInN0eWxlcyI6eyJlLWY2YTFjN2QtNzFmNWI0MCI6eyJpZCI6ImUtZjZhMWM3ZC03MWY1YjQwIiwibGFiZWwiOiJsb2NhbCIsInR5cGUiOiJjbGFzcyIsInZhcmlhbnRzIjpbeyJtZXRhIjp7ImJyZWFrcG9pbnQiOiJkZXNrdG9wIiwic3RhdGUiOm51bGx9LCJwcm9wcyI6eyJmb250LWZhbWlseSI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6IkFnYmFsdW1vIn0sImNvbG9yIjp7IiQkdHlwZSI6ImNvbG9yIiwidmFsdWUiOiIjY2EyZDJkIn19fV19fSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX1dLCJpc0lubmVyIjpmYWxzZSwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX1dLCJpc0lubmVyIjpmYWxzZSwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX0=\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6ImEzNzUzZGUiLCJlbFR5cGUiOiJlLWZsZXhib3giLCJzZXR0aW5ncyI6W10sImVsZW1lbnRzIjpbeyJpZCI6IjBhNjk0ODEiLCJlbFR5cGUiOiJjb250YWluZXIiLCJzZXR0aW5ncyI6W10sImVsZW1lbnRzIjpbeyJpZCI6IjBkOTRmZDAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IjxsaSBkYXRhLXNlY3Rpb24taWQ9XCIxbG9ocjlsXCIgZGF0YS1zdGFydD1cIjUwOVwiIGRhdGEtZW5kPVwiNTQwXCI+U3VwcG9ydGl2ZSBXb3JrIEVudmlyb25tZW50PFwvbGk+PGxpIGRhdGEtc2VjdGlvbi1pZD1cIjFwa2kyenhcIiBkYXRhLXN0YXJ0PVwiNTQxXCIgZGF0YS1lbmQ9XCI1NzhcIj5Qcm9mZXNzaW9uYWwgR3Jvd3RoIE9wcG9ydHVuaXRpZXM8XC9saT48bGkgZGF0YS1zZWN0aW9uLWlkPVwiMWx1N3F5N1wiIGRhdGEtc3RhcnQ9XCI1NzlcIiBkYXRhLWVuZD1cIjYwOVwiPk1vZGVybiBUZWFjaGluZyBGYWNpbGl0aWVzXG48XC9saT48bGkgZGF0YS1zZWN0aW9uLWlkPVwidm84cnJ0XCIgZGF0YS1zdGFydD1cIjYxMFwiIGRhdGEtZW5kPVwiNjM1XCI+Q29sbGFib3JhdGl2ZSBDdWx0dXJlPFwvbGk+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik5vdG8gU2FucyBIYW51bm9vIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjksInNpemVzIjpbXX0sInRpdGxlX2NvbG9yIjoiIzEyMTdGQyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImU3OWYzODMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6bnVsbCwiY2hpbGRyZW4iOltdfX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWhlYWRpbmciLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfV0sImlzSW5uZXIiOmZhbHNlfV0sImlzSW5uZXIiOmZhbHNlLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjhiNGM0ZTYiLCJlbFR5cGUiOiJlLWRpdi1ibG9jayIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiNjFhZjlmNSIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7ImNsYXNzZXMiOnsiJCR0eXBlIjoiY2xhc3NlcyIsInZhbHVlIjpbImUtNjFhZjlmNS0wZTA3ZTYzIl19LCJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6eyIkJHR5cGUiOiJzdHJpbmciLCJ2YWx1ZSI6IkNhbGwgdG8gQWN0aW9uIn0sImNoaWxkcmVuIjpbXX19fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZS1oZWFkaW5nIiwic3R5bGVzIjp7ImUtNjFhZjlmNS0wZTA3ZTYzIjp7ImlkIjoiZS02MWFmOWY1LTBlMDdlNjMiLCJsYWJlbCI6ImxvY2FsIiwidHlwZSI6ImNsYXNzIiwidmFyaWFudHMiOlt7Im1ldGEiOnsiYnJlYWtwb2ludCI6ImRlc2t0b3AiLCJzdGF0ZSI6bnVsbH0sInByb3BzIjp7ImZvbnQtZmFtaWx5Ijp7IiQkdHlwZSI6InN0cmluZyIsInZhbHVlIjoiQWdiYWx1bW8ifSwiY29sb3IiOnsiJCR0eXBlIjoiY29sb3IiLCJ2YWx1ZSI6IiNjYTJkMmQifX19XX19LCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfV0sImlzSW5uZXIiOmZhbHNlLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjRhNDIxMDIiLCJlbFR5cGUiOiJlLWRpdi1ibG9jayIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiYmFkNmNjZCIsImVsVHlwZSI6ImNvbnRhaW5lciIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiNzg5MzIxMSIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7InRpdGxlIjoiSW50ZXJlc3RlZCBjYW5kaWRhdGVzIGNhbiBzZW5kIHRoZWlyIENWIGFuZCBjb3ZlciBsZXR0ZXIgdG8gb3VyIGVtYWlsIG9yIHZpc2l0IHRoZSBzY2hvb2wgb2ZmaWNlLiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJOb3RvIFNhbnMgSGFudW5vbyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI5LCJzaXplcyI6W119LCJ0aXRsZV9jb2xvciI6IiMxMjE3RkMiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2My42OTU5OTk5OTk5OTk5OTh9LCJfZmxleF9zaXplIjoibm9uZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJoZWFkaW5nIn0seyJpZCI6ImUyNWNjM2EiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6eyIkJHR5cGUiOiJodG1sLXYzIiwidmFsdWUiOnsiY29udGVudCI6bnVsbCwiY2hpbGRyZW4iOltdfX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlLWhlYWRpbmciLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfV0sImlzSW5uZXIiOmZhbHNlfV0sImlzSW5uZXIiOmZhbHNlLCJzdHlsZXMiOltdLCJpbnRlcmFjdGlvbnMiOltdLCJlZGl0b3Jfc2V0dGluZ3MiOltdfQ==\\\"][elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjNmODUyNTQiLCJlbFR5cGUiOiJlLWRpdi1ibG9jayIsInNldHRpbmdzIjpbXSwiZWxlbWVudHMiOlt7ImlkIjoiY2NkNDc2YiIsImVsVHlwZSI6IndpZGdldCIsInNldHRpbmdzIjp7InRleHQiOnsiJCR0eXBlIjoiaHRtbC12MyIsInZhbHVlIjp7ImNvbnRlbnQiOnsiJCR0eXBlIjoic3RyaW5nIiwidmFsdWUiOiJBcHBseSBOb3cifSwiY2hpbGRyZW4iOltdfX0sImxpbmsiOnsiJCR0eXBlIjoibGluayIsInZhbHVlIjp7ImRlc3RpbmF0aW9uIjp7IiQkdHlwZSI6InVybCIsInZhbHVlIjoiaHR0cHM6XC9cL21haWwuZ29vZ2xlLmNvbVwvbWFpbFwvP3ZpZXc9Y20mdG89dW5pLnNjaG9vbDIwMTdAZ21haWwuY29tIn0sImlzVGFyZ2V0QmxhbmsiOm51bGx9fX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImUtYnV0dG9uIiwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX1dLCJpc0lubmVyIjpmYWxzZSwic3R5bGVzIjpbXSwiaW50ZXJhY3Rpb25zIjpbXSwiZWRpdG9yX3NldHRpbmdzIjpbXX0=\\\"]\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2911,1717,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2912,1717,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2913,1717,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2914,1717,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2915,1717,'_elementor_data','[{\"id\":\"df82b27\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"9e9f24c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"9f72f1b\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"9503712\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"5c086aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce48bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"258\\\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.<\\/p>\\n<span style=\\\"font-style: inherit; font-weight: inherit;\\\">The school follows a student-centered approach, promoting creativity, critical thinking, and overall development\\u2014academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.<\\/span>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"216\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_color\":\"#6528F7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a1fa886\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53ff607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51338b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_6138-scaled.jpg\",\"id\":1451,\"alt\":\"img 6138\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"defab1b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"7f53e1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Child-Centered Learning Approach\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"h3\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b501f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child\\u2019s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0659fe1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"fbe4d7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":69.924999999999997},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c45e7a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Genius World School\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d642a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"138\\\" data-end=\\\"429\\\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.<\\/p><p data-start=\\\"431\\\" data-end=\\\"749\\\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.<\\/p><p data-start=\\\"751\\\" data-end=\\\"942\\\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.<\\/p><p data-start=\\\"944\\\" data-end=\\\"1080\\\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.<\\/p><p data-start=\\\"1082\\\" data-end=\\\"1119\\\">Thank you for your trust and support.<\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Hemanta Sunuwar<\\/strong><\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Principal<\\/strong><br data-start=\\\"1134\\\" data-end=\\\"1137\\\" \\/>Genius World School<\\/p>\",\"align\":\"justify\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"617021b\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":27,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"c15a3db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77b0ae7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"20\",\"unit\":\"px\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9113a5\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ed2eda\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Inclusive\",\"description_text\":\"We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c887100\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad32598\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Responsible\",\"description_text\":\"We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c72174c\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba7d4e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Respectful\",\"description_text\":\"We foster a culture of mutual respect, kindness, and understanding, where everyone\\u2019s voice and individuality are honored.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"97b8c80\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"cb1c56e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-people-carry\",\"library\":\"fa-solid\"},\"title_text\":\"Collaborative\",\"description_text\":\"We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.367999999999995},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"50bed54\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"eca48e1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c201d0f\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ead07b8\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a001e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"09412df\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c62303a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cIgniting Curious Minds,\\u201d we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c71a161\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f0b745\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"30da15b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"34b2cc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cf0947\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dd3f5e7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7265b3\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"932c535\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b763fb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-family: &quot;Roboto Slab&quot;, sans-serif;\\\">\\\" Igniting Curious minds \\\"<\\/span><span style=\\\"font-family: &quot;Roboto Slab&quot;, sans-serif;\\\"><\\/span>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"526cb0e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2916,1717,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2917,1717,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2918,1717,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:14:\"widget-heading\";i:1;s:12:\"widget-image\";i:2;s:15:\"widget-icon-box\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}');
INSERT INTO `wp_postmeta` VALUES (2919,1717,'_elementor_css','a:6:{s:4:\"time\";i:1776179220;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2920,1717,'_elementor_element_cache','{\"timeout\":1776265620,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-df82b27 e-flex e-con-boxed e-con e-parent\" data-id=\"df82b27\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9e9f24c e-flex e-con-boxed e-con e-child\" data-id=\"9e9f24c\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9f72f1b e-flex e-con-boxed e-con e-child\" data-id=\"9f72f1b\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9503712 e-flex e-con-boxed e-con e-child\" data-id=\"9503712\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-5c086aa elementor-widget elementor-widget-heading\" data-id=\"5c086aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">About us</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-ce48bc0 elementor-widget elementor-widget-heading\" data-id=\"ce48bc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\"><p data-start=\"0\" data-end=\"258\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.</p>n<span style=\"font-style: inherit;font-weight: inherit\">The school follows a student-centered approach, promoting creativity, critical thinking, and overall developmentu2014academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.</span></h1>tttt</div>nttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-a1fa886 e-con-full e-flex e-con e-child\" data-id=\"a1fa886\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-53ff607 e-con-full e-flex e-con e-child\" data-id=\"53ff607\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-51338b4 elementor-widget elementor-widget-image\" data-id=\"51338b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg\" class=\"attachment-full size-full wp-image-1451\" alt=\"img 6138\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />ttttttttttttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-defab1b e-con-full e-flex e-con e-child\" data-id=\"defab1b\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-7f53e1e elementor-widget elementor-widget-heading\" data-id=\"7f53e1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Child-Centered Learning Approach</h3>tttt</div>ntt[elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6IjJiNTAxZjEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5HZW5pdXMgV29ybGQgU2Nob29sLCBsZWQgYnkgZXhwZXJpZW5jZWQgZWR1Y2F0b3JzLCBmb2xsb3dzIGEgcHJvZ3Jlc3NpdmUgYW5kIGNoaWxkLWNlbnRlcmVkIGFwcHJvYWNoIHRoYXQgbnVydHVyZXMgYWNhZGVtaWMsIHNvY2lhbCwgZW1vdGlvbmFsLCBhbmQgcGh5c2ljYWwgZ3Jvd3RoLiBXZSB2YWx1ZSBlYWNoIGNoaWxkXHUyMDE5cyBpbmRpdmlkdWFsaXR5IGFuZCBwcm9tb3RlIGludGVyYWN0aXZlIGxlYXJuaW5nIHRoYXQgYnVpbGRzIGN1cmlvc2l0eSwgY3JlYXRpdml0eSwgYW5kIGNyaXRpY2FsIHRoaW5raW5nLiBUaHJvdWdoIGhvbGlzdGljIGVkdWNhdGlvbiBhbmQgYSBzdXBwb3J0aXZlIGVudmlyb25tZW50LCB3ZSBkZXZlbG9wIGNvbmZpZGVudCwgaW5kZXBlbmRlbnQgbGVhcm5lcnMgd2l0aCBhIGxpZmVsb25nIGxvdmUgZm9yIGxlYXJuaW5nLjxcL3A+IiwiYWxpZ24iOiJqdXN0aWZ5In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt</div>ntttt</div>nttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-0659fe1 e-flex e-con-boxed e-con e-parent\" data-id=\"0659fe1\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-fbe4d7a e-con-full e-flex e-con e-child\" data-id=\"fbe4d7a\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-c45e7a7 elementor-widget elementor-widget-heading\" data-id=\"c45e7a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Welcome to Genius World School</h2>tttt</div>ntt[elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6IjdkNjQyYTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBkYXRhLXN0YXJ0PVwiMTM4XCIgZGF0YS1lbmQ9XCI0MjlcIj5BdCBHZW5pdXMgV29ybGQgU2Nob29sLCB3ZSBhcmUgY29tbWl0dGVkIHRvIHByb3ZpZGluZyBxdWFsaXR5IGVkdWNhdGlvbiB0aGF0IG51cnR1cmVzIG5vdCBvbmx5IGFjYWRlbWljIGV4Y2VsbGVuY2UgYnV0IGFsc28gdGhlIG92ZXJhbGwgZGV2ZWxvcG1lbnQgb2YgZXZlcnkgY2hpbGQuIE91ciBnb2FsIGlzIHRvIGNyZWF0ZSBhIGxlYXJuaW5nIGVudmlyb25tZW50IHdoZXJlIHN0dWRlbnRzIGZlZWwgc2FmZSwgaW5zcGlyZWQsIGFuZCBtb3RpdmF0ZWQgdG8gZXhwbG9yZSB0aGVpciBmdWxsIHBvdGVudGlhbC48XC9wPjxwIGRhdGEtc3RhcnQ9XCI0MzFcIiBkYXRhLWVuZD1cIjc0OVwiPldlIGJlbGlldmUgZWR1Y2F0aW9uIGdvZXMgYmV5b25kIHRleHRib29rcy4gV2UgZm9jdXMgb24gYnVpbGRpbmcgc3Ryb25nIHZhbHVlcywgY3JpdGljYWwgdGhpbmtpbmcgc2tpbGxzLCBjcmVhdGl2aXR5LCBhbmQgY29uZmlkZW5jZSBpbiBvdXIgc3R1ZGVudHMgc28gdGhleSBjYW4gZmFjZSBmdXR1cmUgY2hhbGxlbmdlcyB3aXRoIGNvdXJhZ2UgYW5kIHJlc3BvbnNpYmlsaXR5LiBUaHJvdWdoIGEgc3R1ZGVudC1jZW50ZXJlZCBhbmQgcHJvZ3Jlc3NpdmUgYXBwcm9hY2gsIHdlIGFpbSB0byBtYWtlIGxlYXJuaW5nIG1lYW5pbmdmdWwgYW5kIGVuZ2FnaW5nLjxcL3A+PHAgZGF0YS1zdGFydD1cIjc1MVwiIGRhdGEtZW5kPVwiOTQyXCI+T3VyIGRlZGljYXRlZCB0ZWFtIG9mIHRlYWNoZXJzIHdvcmtzIHRpcmVsZXNzbHkgdG8gZ3VpZGUsIHN1cHBvcnQsIGFuZCBpbnNwaXJlIGVhY2ggc3R1ZGVudC4gV2UgdmFsdWUgaW5kaXZpZHVhbGl0eSBhbmQgZW5zdXJlIHRoYXQgZXZlcnkgbGVhcm5lciBnZXRzIGVxdWFsIG9wcG9ydHVuaXRpZXMgdG8gZ3JvdyBhbmQgc3VjY2VlZC48XC9wPjxwIGRhdGEtc3RhcnQ9XCI5NDRcIiBkYXRhLWVuZD1cIjEwODBcIj5BdCBHZW5pdXMgV29ybGQgU2Nob29sLCB3ZSBhcmUgc2hhcGluZyByZXNwb25zaWJsZSwgZGlzY2lwbGluZWQsIGFuZCBmdXR1cmUtcmVhZHkgaW5kaXZpZHVhbHMgd2hvIHdpbGwgY29udHJpYnV0ZSBwb3NpdGl2ZWx5IHRvIHNvY2lldHkuPFwvcD48cCBkYXRhLXN0YXJ0PVwiMTA4MlwiIGRhdGEtZW5kPVwiMTExOVwiPlRoYW5rIHlvdSBmb3IgeW91ciB0cnVzdCBhbmQgc3VwcG9ydC48XC9wPjxwIGRhdGEtc3RhcnQ9XCIxMTIxXCIgZGF0YS1lbmQ9XCIxMTU2XCI+PHN0cm9uZyBkYXRhLXN0YXJ0PVwiMTEyMVwiIGRhdGEtZW5kPVwiMTEzNFwiPkhlbWFudGEgU3VudXdhcjxcL3N0cm9uZz48XC9wPjxwIGRhdGEtc3RhcnQ9XCIxMTIxXCIgZGF0YS1lbmQ9XCIxMTU2XCI+PHN0cm9uZyBkYXRhLXN0YXJ0PVwiMTEyMVwiIGRhdGEtZW5kPVwiMTEzNFwiPlByaW5jaXBhbDxcL3N0cm9uZz48YnIgZGF0YS1zdGFydD1cIjExMzRcIiBkYXRhLWVuZD1cIjExMzdcIiBcLz5HZW5pdXMgV29ybGQgU2Nob29sPFwvcD4iLCJhbGlnbiI6Imp1c3RpZnkiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDB9LCJfZmxleF9zaXplIjoibm9uZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-617021b e-con-full e-flex e-con e-child\" data-id=\"617021b\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-c15a3db elementor-widget elementor-widget-image\" data-id=\"c15a3db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" class=\"attachment-full size-full wp-image-1426\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />ttttttttttttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-77b0ae7 e-flex e-con-boxed e-con e-parent\" data-id=\"77b0ae7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-c9113a5 e-con-full e-flex e-con e-child\" data-id=\"c9113a5\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-6ed2eda elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"6ed2eda\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-icons\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h4 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttInclusivetttttt</span>nttttt</h4>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttWe embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-c887100 e-con-full e-flex e-con e-child\" data-id=\"c887100\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-ad32598 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"ad32598\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-hand-holding-heart\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h4 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttResponsibletttttt</span>nttttt</h4>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttWe encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-c72174c e-con-full e-flex e-con e-child\" data-id=\"c72174c\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-bba7d4e elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"bba7d4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-heart\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h4 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttRespectfultttttt</span>nttttt</h4>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttWe foster a culture of mutual respect, kindness, and understanding, where everyoneu2019s voice and individuality are honored.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-97b8c80 e-con-full e-flex e-con e-child\" data-id=\"97b8c80\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-cb1c56e elementor-widget__width-initial elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"cb1c56e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-people-carry\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h4 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttCollaborativetttttt</span>nttttt</h4>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttWe promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-50bed54 e-flex e-con-boxed e-con e-parent\" data-id=\"50bed54\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-eca48e1 e-con-full e-flex e-con e-child\" data-id=\"eca48e1\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-c201d0f e-con-full e-flex e-con e-child\" data-id=\"c201d0f\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-ead07b8 e-con-full e-flex e-con e-child\" data-id=\"ead07b8\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-1a001e6 elementor-widget elementor-widget-heading\" data-id=\"1a001e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Vision</h6>tttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-09412df e-con-full e-flex e-con e-child\" data-id=\"09412df\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-c62303a elementor-widget elementor-widget-heading\" data-id=\"c62303a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<div class=\"elementor-heading-title elementor-size-default\">u201cIgniting Curious Minds,u201d we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.</div>tttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-c71a161 e-con-full e-flex e-con e-child\" data-id=\"c71a161\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-2f0b745 e-con-full e-flex e-con e-child\" data-id=\"2f0b745\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-30da15b elementor-widget elementor-widget-heading\" data-id=\"30da15b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Mission</h6>tttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-34b2cc5 e-con-full e-flex e-con e-child\" data-id=\"34b2cc5\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-3cf0947 elementor-widget elementor-widget-heading\" data-id=\"3cf0947\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<div class=\"elementor-heading-title elementor-size-default\">At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.</div>tttt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-dd3f5e7 e-flex e-con-boxed e-con e-parent\" data-id=\"dd3f5e7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-e7265b3 e-con-full e-flex e-con e-child\" data-id=\"e7265b3\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-932c535 elementor-widget elementor-widget-heading\" data-id=\"932c535\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">More than just a joyful place</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-b763fb8 elementor-widget elementor-widget-heading\" data-id=\"b763fb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><span style=\", sans-serif\">\" Igniting Curious minds \"</span><span style=\", sans-serif\"></span></p>tttt</div>ntttt<div class=\"elementor-element elementor-element-526cb0e elementor-align-center elementor-widget elementor-widget-button\" data-id=\"526cb0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Enroll your kid</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2921,1718,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2922,1718,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2923,1718,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2924,1718,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2925,1718,'_elementor_data','[{\"id\":\"df82b27\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"9e9f24c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"9f72f1b\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"9503712\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"5c086aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce48bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"258\\\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.<\\/p>\\n<span style=\\\"font-style: inherit; font-weight: inherit;\\\">The school follows a student-centered approach, promoting creativity, critical thinking, and overall development\\u2014academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.<\\/span>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"216\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_color\":\"#6528F7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a1fa886\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53ff607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51338b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_6138-scaled.jpg\",\"id\":1451,\"alt\":\"img 6138\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"defab1b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"7f53e1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Child-Centered Learning Approach\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"h3\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b501f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child\\u2019s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0659fe1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"fbe4d7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":69.924999999999997},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c45e7a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Genius World School\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d642a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"138\\\" data-end=\\\"429\\\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.<\\/p><p data-start=\\\"431\\\" data-end=\\\"749\\\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.<\\/p><p data-start=\\\"751\\\" data-end=\\\"942\\\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.<\\/p><p data-start=\\\"944\\\" data-end=\\\"1080\\\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.<\\/p><p data-start=\\\"1082\\\" data-end=\\\"1119\\\">Thank you for your trust and support.<\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Hemanta Sunuwar<\\/strong><\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Principal<\\/strong><br data-start=\\\"1134\\\" data-end=\\\"1137\\\" \\/>Genius World School<\\/p>\",\"align\":\"justify\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"617021b\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":27,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"c15a3db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77b0ae7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"20\",\"unit\":\"px\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9113a5\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ed2eda\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Inclusive\",\"description_text\":\"We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c887100\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad32598\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Responsible\",\"description_text\":\"We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c72174c\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba7d4e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Respectful\",\"description_text\":\"We foster a culture of mutual respect, kindness, and understanding, where everyone\\u2019s voice and individuality are honored.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"97b8c80\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"cb1c56e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-people-carry\",\"library\":\"fa-solid\"},\"title_text\":\"Collaborative\",\"description_text\":\"We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.367999999999995},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"50bed54\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"eca48e1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c201d0f\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ead07b8\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a001e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"09412df\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c62303a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cIgniting Curious Minds,\\u201d we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c71a161\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f0b745\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"30da15b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"34b2cc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cf0947\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dd3f5e7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7265b3\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"932c535\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b763fb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-family: &quot;Roboto Slab&quot;, sans-serif;\\\">\\\" Igniting Curious minds \\\"<\\/span><span style=\\\"font-family: &quot;Roboto Slab&quot;, sans-serif;\\\"><\\/span>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"526cb0e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2926,1718,'_elementor_page_settings','a:50:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2927,1718,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2928,1718,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:14:\"widget-heading\";i:1;s:12:\"widget-image\";i:2;s:15:\"widget-icon-box\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}');
INSERT INTO `wp_postmeta` VALUES (2929,1718,'_elementor_css','a:6:{s:4:\"time\";i:1776179220;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2930,1718,'_elementor_element_cache','{\"timeout\":1776265620,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-df82b27 e-flex e-con-boxed e-con e-parent\" data-id=\"df82b27\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9e9f24c e-flex e-con-boxed e-con e-child\" data-id=\"9e9f24c\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9f72f1b e-flex e-con-boxed e-con e-child\" data-id=\"9f72f1b\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9503712 e-flex e-con-boxed e-con e-child\" data-id=\"9503712\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-5c086aa elementor-widget elementor-widget-heading\" data-id=\"5c086aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">About us</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-ce48bc0 elementor-widget elementor-widget-heading\" data-id=\"ce48bc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\"><p data-start=\"0\" data-end=\"258\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.</p>n<span style=\"font-style: inherit;font-weight: inherit\">The school follows a student-centered approach, promoting creativity, critical thinking, and overall developmentu2014academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.</span></h1>tttt</div>nttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-a1fa886 e-con-full e-flex e-con e-child\" data-id=\"a1fa886\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-53ff607 e-con-full e-flex e-con e-child\" data-id=\"53ff607\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-51338b4 elementor-widget elementor-widget-image\" data-id=\"51338b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg\" class=\"attachment-full size-full wp-image-1451\" alt=\"img 6138\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />ttttttttttttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-defab1b e-con-full e-flex e-con e-child\" data-id=\"defab1b\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-7f53e1e elementor-widget elementor-widget-heading\" data-id=\"7f53e1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Child-Centered Learning Approach</h3>tttt</div>ntt[elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6IjJiNTAxZjEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5HZW5pdXMgV29ybGQgU2Nob29sLCBsZWQgYnkgZXhwZXJpZW5jZWQgZWR1Y2F0b3JzLCBmb2xsb3dzIGEgcHJvZ3Jlc3NpdmUgYW5kIGNoaWxkLWNlbnRlcmVkIGFwcHJvYWNoIHRoYXQgbnVydHVyZXMgYWNhZGVtaWMsIHNvY2lhbCwgZW1vdGlvbmFsLCBhbmQgcGh5c2ljYWwgZ3Jvd3RoLiBXZSB2YWx1ZSBlYWNoIGNoaWxkXHUyMDE5cyBpbmRpdmlkdWFsaXR5IGFuZCBwcm9tb3RlIGludGVyYWN0aXZlIGxlYXJuaW5nIHRoYXQgYnVpbGRzIGN1cmlvc2l0eSwgY3JlYXRpdml0eSwgYW5kIGNyaXRpY2FsIHRoaW5raW5nLiBUaHJvdWdoIGhvbGlzdGljIGVkdWNhdGlvbiBhbmQgYSBzdXBwb3J0aXZlIGVudmlyb25tZW50LCB3ZSBkZXZlbG9wIGNvbmZpZGVudCwgaW5kZXBlbmRlbnQgbGVhcm5lcnMgd2l0aCBhIGxpZmVsb25nIGxvdmUgZm9yIGxlYXJuaW5nLjxcL3A+IiwiYWxpZ24iOiJqdXN0aWZ5In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt</div>ntttt</div>nttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-0659fe1 e-flex e-con-boxed e-con e-parent\" data-id=\"0659fe1\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-fbe4d7a e-con-full e-flex e-con e-child\" data-id=\"fbe4d7a\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-c45e7a7 elementor-widget elementor-widget-heading\" data-id=\"c45e7a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Welcome to Genius World School</h2>tttt</div>ntt[elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6IjdkNjQyYTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBkYXRhLXN0YXJ0PVwiMTM4XCIgZGF0YS1lbmQ9XCI0MjlcIj5BdCBHZW5pdXMgV29ybGQgU2Nob29sLCB3ZSBhcmUgY29tbWl0dGVkIHRvIHByb3ZpZGluZyBxdWFsaXR5IGVkdWNhdGlvbiB0aGF0IG51cnR1cmVzIG5vdCBvbmx5IGFjYWRlbWljIGV4Y2VsbGVuY2UgYnV0IGFsc28gdGhlIG92ZXJhbGwgZGV2ZWxvcG1lbnQgb2YgZXZlcnkgY2hpbGQuIE91ciBnb2FsIGlzIHRvIGNyZWF0ZSBhIGxlYXJuaW5nIGVudmlyb25tZW50IHdoZXJlIHN0dWRlbnRzIGZlZWwgc2FmZSwgaW5zcGlyZWQsIGFuZCBtb3RpdmF0ZWQgdG8gZXhwbG9yZSB0aGVpciBmdWxsIHBvdGVudGlhbC48XC9wPjxwIGRhdGEtc3RhcnQ9XCI0MzFcIiBkYXRhLWVuZD1cIjc0OVwiPldlIGJlbGlldmUgZWR1Y2F0aW9uIGdvZXMgYmV5b25kIHRleHRib29rcy4gV2UgZm9jdXMgb24gYnVpbGRpbmcgc3Ryb25nIHZhbHVlcywgY3JpdGljYWwgdGhpbmtpbmcgc2tpbGxzLCBjcmVhdGl2aXR5LCBhbmQgY29uZmlkZW5jZSBpbiBvdXIgc3R1ZGVudHMgc28gdGhleSBjYW4gZmFjZSBmdXR1cmUgY2hhbGxlbmdlcyB3aXRoIGNvdXJhZ2UgYW5kIHJlc3BvbnNpYmlsaXR5LiBUaHJvdWdoIGEgc3R1ZGVudC1jZW50ZXJlZCBhbmQgcHJvZ3Jlc3NpdmUgYXBwcm9hY2gsIHdlIGFpbSB0byBtYWtlIGxlYXJuaW5nIG1lYW5pbmdmdWwgYW5kIGVuZ2FnaW5nLjxcL3A+PHAgZGF0YS1zdGFydD1cIjc1MVwiIGRhdGEtZW5kPVwiOTQyXCI+T3VyIGRlZGljYXRlZCB0ZWFtIG9mIHRlYWNoZXJzIHdvcmtzIHRpcmVsZXNzbHkgdG8gZ3VpZGUsIHN1cHBvcnQsIGFuZCBpbnNwaXJlIGVhY2ggc3R1ZGVudC4gV2UgdmFsdWUgaW5kaXZpZHVhbGl0eSBhbmQgZW5zdXJlIHRoYXQgZXZlcnkgbGVhcm5lciBnZXRzIGVxdWFsIG9wcG9ydHVuaXRpZXMgdG8gZ3JvdyBhbmQgc3VjY2VlZC48XC9wPjxwIGRhdGEtc3RhcnQ9XCI5NDRcIiBkYXRhLWVuZD1cIjEwODBcIj5BdCBHZW5pdXMgV29ybGQgU2Nob29sLCB3ZSBhcmUgc2hhcGluZyByZXNwb25zaWJsZSwgZGlzY2lwbGluZWQsIGFuZCBmdXR1cmUtcmVhZHkgaW5kaXZpZHVhbHMgd2hvIHdpbGwgY29udHJpYnV0ZSBwb3NpdGl2ZWx5IHRvIHNvY2lldHkuPFwvcD48cCBkYXRhLXN0YXJ0PVwiMTA4MlwiIGRhdGEtZW5kPVwiMTExOVwiPlRoYW5rIHlvdSBmb3IgeW91ciB0cnVzdCBhbmQgc3VwcG9ydC48XC9wPjxwIGRhdGEtc3RhcnQ9XCIxMTIxXCIgZGF0YS1lbmQ9XCIxMTU2XCI+PHN0cm9uZyBkYXRhLXN0YXJ0PVwiMTEyMVwiIGRhdGEtZW5kPVwiMTEzNFwiPkhlbWFudGEgU3VudXdhcjxcL3N0cm9uZz48XC9wPjxwIGRhdGEtc3RhcnQ9XCIxMTIxXCIgZGF0YS1lbmQ9XCIxMTU2XCI+PHN0cm9uZyBkYXRhLXN0YXJ0PVwiMTEyMVwiIGRhdGEtZW5kPVwiMTEzNFwiPlByaW5jaXBhbDxcL3N0cm9uZz48YnIgZGF0YS1zdGFydD1cIjExMzRcIiBkYXRhLWVuZD1cIjExMzdcIiBcLz5HZW5pdXMgV29ybGQgU2Nob29sPFwvcD4iLCJhbGlnbiI6Imp1c3RpZnkiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDB9LCJfZmxleF9zaXplIjoibm9uZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-617021b e-con-full e-flex e-con e-child\" data-id=\"617021b\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-c15a3db elementor-widget elementor-widget-image\" data-id=\"c15a3db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" class=\"attachment-full size-full wp-image-1426\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />ttttttttttttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-77b0ae7 e-flex e-con-boxed e-con e-parent\" data-id=\"77b0ae7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-c9113a5 e-con-full e-flex e-con e-child\" data-id=\"c9113a5\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-6ed2eda elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"6ed2eda\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-icons\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h4 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttInclusivetttttt</span>nttttt</h4>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttWe embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-c887100 e-con-full e-flex e-con e-child\" data-id=\"c887100\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-ad32598 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"ad32598\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-hand-holding-heart\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h4 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttResponsibletttttt</span>nttttt</h4>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttWe encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-c72174c e-con-full e-flex e-con e-child\" data-id=\"c72174c\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-bba7d4e elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"bba7d4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-heart\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h4 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttRespectfultttttt</span>nttttt</h4>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttWe foster a culture of mutual respect, kindness, and understanding, where everyoneu2019s voice and individuality are honored.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-97b8c80 e-con-full e-flex e-con e-child\" data-id=\"97b8c80\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-cb1c56e elementor-widget__width-initial elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"cb1c56e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-people-carry\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h4 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttCollaborativetttttt</span>nttttt</h4>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttWe promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-50bed54 e-flex e-con-boxed e-con e-parent\" data-id=\"50bed54\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-eca48e1 e-con-full e-flex e-con e-child\" data-id=\"eca48e1\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-c201d0f e-con-full e-flex e-con e-child\" data-id=\"c201d0f\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-ead07b8 e-con-full e-flex e-con e-child\" data-id=\"ead07b8\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-1a001e6 elementor-widget elementor-widget-heading\" data-id=\"1a001e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Vision</h6>tttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-09412df e-con-full e-flex e-con e-child\" data-id=\"09412df\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-c62303a elementor-widget elementor-widget-heading\" data-id=\"c62303a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<div class=\"elementor-heading-title elementor-size-default\">u201cIgniting Curious Minds,u201d we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.</div>tttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-c71a161 e-con-full e-flex e-con e-child\" data-id=\"c71a161\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-2f0b745 e-con-full e-flex e-con e-child\" data-id=\"2f0b745\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-30da15b elementor-widget elementor-widget-heading\" data-id=\"30da15b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Mission</h6>tttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-34b2cc5 e-con-full e-flex e-con e-child\" data-id=\"34b2cc5\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-3cf0947 elementor-widget elementor-widget-heading\" data-id=\"3cf0947\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<div class=\"elementor-heading-title elementor-size-default\">At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.</div>tttt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-dd3f5e7 e-flex e-con-boxed e-con e-parent\" data-id=\"dd3f5e7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-e7265b3 e-con-full e-flex e-con e-child\" data-id=\"e7265b3\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-932c535 elementor-widget elementor-widget-heading\" data-id=\"932c535\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">More than just a joyful place</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-b763fb8 elementor-widget elementor-widget-heading\" data-id=\"b763fb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><span style=\", sans-serif\">\" Igniting Curious minds \"</span><span style=\", sans-serif\"></span></p>tttt</div>ntttt<div class=\"elementor-element elementor-element-526cb0e elementor-align-center elementor-widget elementor-widget-button\" data-id=\"526cb0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Enroll your kid</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2931,1719,'_elementor_edit_mode','builder');
INSERT INTO `wp_postmeta` VALUES (2932,1719,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (2933,1719,'_elementor_version','4.0.1');
INSERT INTO `wp_postmeta` VALUES (2934,1719,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (2935,1719,'_elementor_data','[{\"id\":\"df82b27\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_color_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_color_b\":\"#FFFFFF\",\"background_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-page-header-blobs.svg\",\"id\":547,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"top right\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"initial\",\"background_bg_width_tablet\":{\"unit\":\"vw\",\"size\":50,\"sizes\":[]},\"background_bg_width_mobile\":{\"unit\":\"vw\",\"size\":\"\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"160\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"96\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor5\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_direction_tablet\":\"row\"},\"elements\":[{\"id\":\"9e9f24c\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"9f72f1b\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"40\",\"left\":0,\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_align_self_tablet\":\"flex-start\"},\"elements\":[{\"id\":\"9503712\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":800,\"sizes\":[]}},\"elements\":[{\"id\":\"5c086aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ce48bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"<p data-start=\\\"0\\\" data-end=\\\"258\\\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.<\\/p>\\n<span style=\\\"font-style: inherit; font-weight: inherit;\\\">The school follows a student-centered approach, promoting creativity, critical thinking, and overall development\\u2014academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.<\\/span>\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\",\"typography_typography\":\"\"},\"header_size\":\"h1\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"216\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"justify\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"title_color\":\"#6528F7\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"a1fa886\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"53ff607\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_justify_content_tablet\":\"flex-start\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51338b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_6138-scaled.jpg\",\"id\":1451,\"alt\":\"img 6138\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"image_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"defab1b\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"7f53e1e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Child-Centered Learning Approach\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"h3\",\"typography_font_size\":{\"unit\":\"px\",\"size\":29,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b501f1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child\\u2019s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"0659fe1\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"content_position\":\"middle\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"40\",\"bottom\":\"80\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_wrap_tablet\":\"wrap\"},\"elements\":[{\"id\":\"fbe4d7a\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"unit\":\"%\",\"size\":69.924999999999997},\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_align_self\":\"center\",\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c45e7a7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Genius World School\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor0\"},\"align\":\"left\",\"_padding\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d642a8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p data-start=\\\"138\\\" data-end=\\\"429\\\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.<\\/p><p data-start=\\\"431\\\" data-end=\\\"749\\\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.<\\/p><p data-start=\\\"751\\\" data-end=\\\"942\\\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.<\\/p><p data-start=\\\"944\\\" data-end=\\\"1080\\\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.<\\/p><p data-start=\\\"1082\\\" data-end=\\\"1119\\\">Thank you for your trust and support.<\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Hemanta Sunuwar<\\/strong><\\/p><p data-start=\\\"1121\\\" data-end=\\\"1156\\\"><strong data-start=\\\"1121\\\" data-end=\\\"1134\\\">Principal<\\/strong><br data-start=\\\"1134\\\" data-end=\\\"1137\\\" \\/>Genius World School<\\/p>\",\"align\":\"justify\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"617021b\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":27,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10}},\"elements\":[{\"id\":\"c15a3db\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\",\"id\":1426,\"alt\":\"viber image 2026 04 02 20 35 24 922\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align_tablet\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77b0ae7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1220,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"gradient\",\"background_color_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_color_b_stop\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_b\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"20\",\"unit\":\"px\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"flex_wrap_tablet\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c9113a5\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ed2eda\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-icons\",\"library\":\"fa-solid\"},\"title_text\":\"Inclusive\",\"description_text\":\"We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c887100\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"ad32598\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-holding-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Responsible\",\"description_text\":\"We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"c72174c\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"bba7d4e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-heart\",\"library\":\"fa-solid\"},\"title_text\":\"Respectful\",\"description_text\":\"We foster a culture of mutual respect, kindness, and understanding, where everyone\\u2019s voice and individuality are honored.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"97b8c80\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"width_tablet\":{\"size\":50,\"unit\":\"%\"},\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"cb1c56e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-people-carry\",\"library\":\"fa-solid\"},\"title_text\":\"Collaborative\",\"description_text\":\"We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.\",\"title_size\":\"h4\",\"icon_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"12\",\"bottom\":\"12\",\"left\":\"12\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\",\"_border_color\":\"globals\\/colors?id=astglobalcolor1\",\"primary_color\":\"globals\\/colors?id=astglobalcolor0\"},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":87.367999999999995},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"50bed54\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":960,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"eca48e1\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c201d0f\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"64\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"ead07b8\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1a001e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"09412df\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c62303a\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u201cIgniting Curious Minds,\\u201d we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c71a161\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"21\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"64\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f0b745\",\"elType\":\"container\",\"settings\":{\"_column_size\":33,\"width\":{\"size\":25,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"30da15b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mission\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"34b2cc5\",\"elType\":\"container\",\"settings\":{\"_column_size\":66,\"width\":{\"size\":74.665000000000006,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cf0947\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor2\"},\"header_size\":\"div\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"dd3f5e7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":880,\"sizes\":[]},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/websitedemos.net\\/daycare-02\\/wp-content\\/uploads\\/sites\\/1041\\/2022\\/03\\/day-care-final-cta-image-background.jpg\",\"id\":96,\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"40\",\"bottom\":\"104\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"24\",\"bottom\":\"64\",\"left\":\"24\",\"isLinked\":false},\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7265b3\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"932c535\",\"elType\":\"widget\",\"settings\":{\"title\":\"More than just a joyful place\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\"},\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b763fb8\",\"elType\":\"widget\",\"settings\":{\"title\":\"<span style=\\\"font-family: &quot;Roboto Slab&quot;, sans-serif;\\\">\\\" Igniting Curious minds \\\"<\\/span><span style=\\\"font-family: &quot;Roboto Slab&quot;, sans-serif;\\\"><\\/span>\",\"header_size\":\"p\",\"typography_typography\":\"custom\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"526cb0e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Enroll your kid\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_color\":\"globals\\/colors?id=astglobalcolor2\",\"button_text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#fd8549\",\"hover_color\":\"#2f3c4c\",\"button_background_hover_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (2936,1719,'_elementor_page_settings','a:51:{s:22:\"astra_sites_main_color\";s:25:\"var(--ast-global-color-0)\";s:30:\"astra_sites_heading_base_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_link_color\";s:25:\"var(--ast-global-color-0)\";s:28:\"astra_sites_link_hover_color\";s:25:\"var(--ast-global-color-2)\";s:22:\"astra_sites_text_color\";s:25:\"var(--ast-global-color-3)\";s:27:\"astra_sites_body_typography\";s:6:\"custom\";s:26:\"astra_sites_body_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:33:\"astra_sites_body_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_body_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:28:\"astra_sites_body_font_family\";s:11:\"Nunito Sans\";s:28:\"astra_sites_body_font_weight\";s:3:\"400\";s:32:\"astra_sites_heading_1_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_1_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:64;}s:38:\"astra_sites_heading_1_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;}s:38:\"astra_sites_heading_1_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:33:\"astra_sites_heading_1_line_height\";a:2:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;}s:39:\"astra_sites_default_heading_font_family\";s:28:\"\'Be Vietnam Pro\', sans-serif\";s:33:\"astra_sites_heading_1_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_1_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_2_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_2_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:48;}s:38:\"astra_sites_heading_2_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_2_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:33:\"astra_sites_heading_2_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_2_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_3_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_3_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:32;}s:38:\"astra_sites_heading_3_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;}s:38:\"astra_sites_heading_3_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:33:\"astra_sites_heading_3_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_3_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_4_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_4_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;}s:38:\"astra_sites_heading_4_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;}s:38:\"astra_sites_heading_4_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:33:\"astra_sites_heading_4_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_4_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_5_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_5_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;}s:38:\"astra_sites_heading_5_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;}s:38:\"astra_sites_heading_5_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;}s:33:\"astra_sites_heading_5_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_5_font_weight\";s:3:\"600\";s:32:\"astra_sites_heading_6_typography\";s:6:\"custom\";s:31:\"astra_sites_heading_6_font_size\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;}s:38:\"astra_sites_heading_6_font_size_tablet\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:13;}s:38:\"astra_sites_heading_6_font_size_mobile\";a:2:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;}s:33:\"astra_sites_heading_6_font_family\";s:16:\"\'Be Vietnam Pro\'\";s:33:\"astra_sites_heading_6_font_weight\";s:3:\"600\";s:31:\"astra_sites_page_setting_enable\";s:0:\"\";s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (2937,1719,'_elementor_migrations_state_d2a1','4.0.1:9267163a0037ca073f680d6fb269369d');
INSERT INTO `wp_postmeta` VALUES (2938,1719,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:14:\"widget-heading\";i:1;s:12:\"widget-image\";i:2;s:15:\"widget-icon-box\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}');
INSERT INTO `wp_postmeta` VALUES (2939,1719,'_elementor_css','a:6:{s:4:\"time\";i:1776179220;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2940,1719,'_elementor_element_cache','{\"timeout\":1776265620,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-df82b27 e-flex e-con-boxed e-con e-parent\" data-id=\"df82b27\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9e9f24c e-flex e-con-boxed e-con e-child\" data-id=\"9e9f24c\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9f72f1b e-flex e-con-boxed e-con e-child\" data-id=\"9f72f1b\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9503712 e-flex e-con-boxed e-con e-child\" data-id=\"9503712\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-5c086aa elementor-widget elementor-widget-heading\" data-id=\"5c086aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">About us</h6>tttt</div>ntttt<div class=\"elementor-element elementor-element-ce48bc0 elementor-widget elementor-widget-heading\" data-id=\"ce48bc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\"><p data-start=\"0\" data-end=\"258\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.</p>n<span style=\"font-style: inherit;font-weight: inherit\">The school follows a student-centered approach, promoting creativity, critical thinking, and overall developmentu2014academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.</span></h1>tttt</div>nttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-a1fa886 e-con-full e-flex e-con e-child\" data-id=\"a1fa886\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-53ff607 e-con-full e-flex e-con e-child\" data-id=\"53ff607\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-51338b4 elementor-widget elementor-widget-image\" data-id=\"51338b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg\" class=\"attachment-full size-full wp-image-1451\" alt=\"img 6138\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />ttttttttttttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-defab1b e-con-full e-flex e-con e-child\" data-id=\"defab1b\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-7f53e1e elementor-widget elementor-widget-heading\" data-id=\"7f53e1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Child-Centered Learning Approach</h3>tttt</div>ntt[elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6IjJiNTAxZjEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5HZW5pdXMgV29ybGQgU2Nob29sLCBsZWQgYnkgZXhwZXJpZW5jZWQgZWR1Y2F0b3JzLCBmb2xsb3dzIGEgcHJvZ3Jlc3NpdmUgYW5kIGNoaWxkLWNlbnRlcmVkIGFwcHJvYWNoIHRoYXQgbnVydHVyZXMgYWNhZGVtaWMsIHNvY2lhbCwgZW1vdGlvbmFsLCBhbmQgcGh5c2ljYWwgZ3Jvd3RoLiBXZSB2YWx1ZSBlYWNoIGNoaWxkXHUyMDE5cyBpbmRpdmlkdWFsaXR5IGFuZCBwcm9tb3RlIGludGVyYWN0aXZlIGxlYXJuaW5nIHRoYXQgYnVpbGRzIGN1cmlvc2l0eSwgY3JlYXRpdml0eSwgYW5kIGNyaXRpY2FsIHRoaW5raW5nLiBUaHJvdWdoIGhvbGlzdGljIGVkdWNhdGlvbiBhbmQgYSBzdXBwb3J0aXZlIGVudmlyb25tZW50LCB3ZSBkZXZlbG9wIGNvbmZpZGVudCwgaW5kZXBlbmRlbnQgbGVhcm5lcnMgd2l0aCBhIGxpZmVsb25nIGxvdmUgZm9yIGxlYXJuaW5nLjxcL3A+IiwiYWxpZ24iOiJqdXN0aWZ5In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"]tt</div>ntttt</div>nttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-0659fe1 e-flex e-con-boxed e-con e-parent\" data-id=\"0659fe1\" data-element_type=\"container\" data-e-type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-fbe4d7a e-con-full e-flex e-con e-child\" data-id=\"fbe4d7a\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-c45e7a7 elementor-widget elementor-widget-heading\" data-id=\"c45e7a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h2 class=\"elementor-heading-title elementor-size-default\">Welcome to Genius World School</h2>tttt</div>ntt[elementor-element k=\"59d6c3f30aedd9984894d23618f9aae7\" data=\"eyJpZCI6IjdkNjQyYTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBkYXRhLXN0YXJ0PVwiMTM4XCIgZGF0YS1lbmQ9XCI0MjlcIj5BdCBHZW5pdXMgV29ybGQgU2Nob29sLCB3ZSBhcmUgY29tbWl0dGVkIHRvIHByb3ZpZGluZyBxdWFsaXR5IGVkdWNhdGlvbiB0aGF0IG51cnR1cmVzIG5vdCBvbmx5IGFjYWRlbWljIGV4Y2VsbGVuY2UgYnV0IGFsc28gdGhlIG92ZXJhbGwgZGV2ZWxvcG1lbnQgb2YgZXZlcnkgY2hpbGQuIE91ciBnb2FsIGlzIHRvIGNyZWF0ZSBhIGxlYXJuaW5nIGVudmlyb25tZW50IHdoZXJlIHN0dWRlbnRzIGZlZWwgc2FmZSwgaW5zcGlyZWQsIGFuZCBtb3RpdmF0ZWQgdG8gZXhwbG9yZSB0aGVpciBmdWxsIHBvdGVudGlhbC48XC9wPjxwIGRhdGEtc3RhcnQ9XCI0MzFcIiBkYXRhLWVuZD1cIjc0OVwiPldlIGJlbGlldmUgZWR1Y2F0aW9uIGdvZXMgYmV5b25kIHRleHRib29rcy4gV2UgZm9jdXMgb24gYnVpbGRpbmcgc3Ryb25nIHZhbHVlcywgY3JpdGljYWwgdGhpbmtpbmcgc2tpbGxzLCBjcmVhdGl2aXR5LCBhbmQgY29uZmlkZW5jZSBpbiBvdXIgc3R1ZGVudHMgc28gdGhleSBjYW4gZmFjZSBmdXR1cmUgY2hhbGxlbmdlcyB3aXRoIGNvdXJhZ2UgYW5kIHJlc3BvbnNpYmlsaXR5LiBUaHJvdWdoIGEgc3R1ZGVudC1jZW50ZXJlZCBhbmQgcHJvZ3Jlc3NpdmUgYXBwcm9hY2gsIHdlIGFpbSB0byBtYWtlIGxlYXJuaW5nIG1lYW5pbmdmdWwgYW5kIGVuZ2FnaW5nLjxcL3A+PHAgZGF0YS1zdGFydD1cIjc1MVwiIGRhdGEtZW5kPVwiOTQyXCI+T3VyIGRlZGljYXRlZCB0ZWFtIG9mIHRlYWNoZXJzIHdvcmtzIHRpcmVsZXNzbHkgdG8gZ3VpZGUsIHN1cHBvcnQsIGFuZCBpbnNwaXJlIGVhY2ggc3R1ZGVudC4gV2UgdmFsdWUgaW5kaXZpZHVhbGl0eSBhbmQgZW5zdXJlIHRoYXQgZXZlcnkgbGVhcm5lciBnZXRzIGVxdWFsIG9wcG9ydHVuaXRpZXMgdG8gZ3JvdyBhbmQgc3VjY2VlZC48XC9wPjxwIGRhdGEtc3RhcnQ9XCI5NDRcIiBkYXRhLWVuZD1cIjEwODBcIj5BdCBHZW5pdXMgV29ybGQgU2Nob29sLCB3ZSBhcmUgc2hhcGluZyByZXNwb25zaWJsZSwgZGlzY2lwbGluZWQsIGFuZCBmdXR1cmUtcmVhZHkgaW5kaXZpZHVhbHMgd2hvIHdpbGwgY29udHJpYnV0ZSBwb3NpdGl2ZWx5IHRvIHNvY2lldHkuPFwvcD48cCBkYXRhLXN0YXJ0PVwiMTA4MlwiIGRhdGEtZW5kPVwiMTExOVwiPlRoYW5rIHlvdSBmb3IgeW91ciB0cnVzdCBhbmQgc3VwcG9ydC48XC9wPjxwIGRhdGEtc3RhcnQ9XCIxMTIxXCIgZGF0YS1lbmQ9XCIxMTU2XCI+PHN0cm9uZyBkYXRhLXN0YXJ0PVwiMTEyMVwiIGRhdGEtZW5kPVwiMTEzNFwiPkhlbWFudGEgU3VudXdhcjxcL3N0cm9uZz48XC9wPjxwIGRhdGEtc3RhcnQ9XCIxMTIxXCIgZGF0YS1lbmQ9XCIxMTU2XCI+PHN0cm9uZyBkYXRhLXN0YXJ0PVwiMTEyMVwiIGRhdGEtZW5kPVwiMTEzNFwiPlByaW5jaXBhbDxcL3N0cm9uZz48YnIgZGF0YS1zdGFydD1cIjExMzRcIiBkYXRhLWVuZD1cIjExMzdcIiBcLz5HZW5pdXMgV29ybGQgU2Nob29sPFwvcD4iLCJhbGlnbiI6Imp1c3RpZnkiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDB9LCJfZmxleF9zaXplIjoibm9uZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-617021b e-con-full e-flex e-con e-child\" data-id=\"617021b\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-c15a3db elementor-widget elementor-widget-image\" data-id=\"c15a3db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" class=\"attachment-full size-full wp-image-1426\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />ttttttttttttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-77b0ae7 e-flex e-con-boxed e-con e-parent\" data-id=\"77b0ae7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-c9113a5 e-con-full e-flex e-con e-child\" data-id=\"c9113a5\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-6ed2eda elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"6ed2eda\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-icons\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h4 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttInclusivetttttt</span>nttttt</h4>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttWe embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-c887100 e-con-full e-flex e-con e-child\" data-id=\"c887100\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-ad32598 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"ad32598\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-hand-holding-heart\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h4 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttResponsibletttttt</span>nttttt</h4>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttWe encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-c72174c e-con-full e-flex e-con e-child\" data-id=\"c72174c\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-bba7d4e elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"bba7d4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-heart\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h4 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttRespectfultttttt</span>nttttt</h4>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttWe foster a culture of mutual respect, kindness, and understanding, where everyoneu2019s voice and individuality are honored.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-97b8c80 e-con-full e-flex e-con e-child\" data-id=\"97b8c80\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-cb1c56e elementor-widget__width-initial elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"cb1c56e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">nttttttt<div class=\"elementor-icon-box-wrapper\">nntttttt<div class=\"elementor-icon-box-icon\">ntttt<span  class=\"elementor-icon\">ntttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-people-carry\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"></path></svg>tttt</span>nttt</div>ntttntttttt<div class=\"elementor-icon-box-content\">nnttttttttt<h4 class=\"elementor-icon-box-title\">ntttttt<span  >ntttttttCollaborativetttttt</span>nttttt</h4>nttttnttttttttt<p class=\"elementor-icon-box-description\">nttttttWe promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.ttttt</p>nttttnttt</div>ntttntt</div>ntttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-50bed54 e-flex e-con-boxed e-con e-parent\" data-id=\"50bed54\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-eca48e1 e-con-full e-flex e-con e-child\" data-id=\"eca48e1\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-c201d0f e-con-full e-flex e-con e-child\" data-id=\"c201d0f\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-ead07b8 e-con-full e-flex e-con e-child\" data-id=\"ead07b8\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-1a001e6 elementor-widget elementor-widget-heading\" data-id=\"1a001e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Vision</h6>tttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-09412df e-con-full e-flex e-con e-child\" data-id=\"09412df\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-c62303a elementor-widget elementor-widget-heading\" data-id=\"c62303a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<div class=\"elementor-heading-title elementor-size-default\">u201cIgniting Curious Minds,u201d we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.</div>tttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-c71a161 e-con-full e-flex e-con e-child\" data-id=\"c71a161\" data-element_type=\"container\" data-e-type=\"container\">ntt<div class=\"elementor-element elementor-element-2f0b745 e-con-full e-flex e-con e-child\" data-id=\"2f0b745\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-30da15b elementor-widget elementor-widget-heading\" data-id=\"30da15b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h6 class=\"elementor-heading-title elementor-size-default\">Mission</h6>tttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-34b2cc5 e-con-full e-flex e-con e-child\" data-id=\"34b2cc5\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-3cf0947 elementor-widget elementor-widget-heading\" data-id=\"3cf0947\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<div class=\"elementor-heading-title elementor-size-default\">At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.</div>tttt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-dd3f5e7 e-flex e-con-boxed e-con e-parent\" data-id=\"dd3f5e7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-e7265b3 e-con-full e-flex e-con e-child\" data-id=\"e7265b3\" data-element_type=\"container\" data-e-type=\"container\">ntttt<div class=\"elementor-element elementor-element-932c535 elementor-widget elementor-widget-heading\" data-id=\"932c535\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">More than just a joyful place</h1>tttt</div>ntttt<div class=\"elementor-element elementor-element-b763fb8 elementor-widget elementor-widget-heading\" data-id=\"b763fb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">nttttt<p class=\"elementor-heading-title elementor-size-default\"><span style=\", sans-serif\">\" Igniting Curious minds \"</span><span style=\", sans-serif\"></span></p>tttt</div>ntttt<div class=\"elementor-element elementor-element-526cb0e elementor-align-center elementor-widget elementor-widget-button\" data-id=\"526cb0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">ntttttttttt<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">ntttttt<span class=\"elementor-button-content-wrapper\">nttttttttt<span class=\"elementor-button-text\">Enroll your kid</span>nttttt</span>nttttt</a>ntttttttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` VALUES (2941,452,'site-post-title','disabled');
INSERT INTO `wp_postmeta` VALUES (2942,452,'_elementor_css','a:6:{s:4:\"time\";i:1776227015;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (2943,452,'_elementor_element_cache','{\"timeout\":1776313416,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-df82b27 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"df82b27\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-9e9f24c e-flex e-con-boxed e-con e-child\\\" data-id=\\\"9e9f24c\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-9f72f1b e-flex e-con-boxed e-con e-child\\\" data-id=\\\"9f72f1b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-9503712 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"9503712\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5c086aa elementor-widget elementor-widget-heading\\\" data-id=\\\"5c086aa\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">About us<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ce48bc0 elementor-widget elementor-widget-heading\\\" data-id=\\\"ce48bc0\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\"><p data-start=\\\"0\\\" data-end=\\\"258\\\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.<\\/p>\\n<span style=\\\"font-style: inherit;font-weight: inherit\\\">The school follows a student-centered approach, promoting creativity, critical thinking, and overall development\\u2014academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.<\\/span><\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-a1fa886 e-con-full e-flex e-con e-child\\\" data-id=\\\"a1fa886\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-53ff607 e-con-full e-flex e-con e-child\\\" data-id=\\\"53ff607\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-51338b4 elementor-widget elementor-widget-image\\\" data-id=\\\"51338b4\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"2560\\\" height=\\\"1707\\\" src=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_6138-scaled.jpg\\\" class=\\\"attachment-full size-full wp-image-1451\\\" alt=\\\"img 6138\\\" srcset=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_6138-scaled.jpg 2560w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_6138-300x200.jpg 300w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_6138-1024x683.jpg 1024w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_6138-768x512.jpg 768w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_6138-1536x1024.jpg 1536w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/IMG_6138-2048x1365.jpg 2048w\\\" sizes=\\\"(max-width: 2560px) 100vw, 2560px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-defab1b e-con-full e-flex e-con e-child\\\" data-id=\\\"defab1b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7f53e1e elementor-widget elementor-widget-heading\\\" data-id=\\\"7f53e1e\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Child-Centered Learning Approach<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjJiNTAxZjEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5HZW5pdXMgV29ybGQgU2Nob29sLCBsZWQgYnkgZXhwZXJpZW5jZWQgZWR1Y2F0b3JzLCBmb2xsb3dzIGEgcHJvZ3Jlc3NpdmUgYW5kIGNoaWxkLWNlbnRlcmVkIGFwcHJvYWNoIHRoYXQgbnVydHVyZXMgYWNhZGVtaWMsIHNvY2lhbCwgZW1vdGlvbmFsLCBhbmQgcGh5c2ljYWwgZ3Jvd3RoLiBXZSB2YWx1ZSBlYWNoIGNoaWxkXHUyMDE5cyBpbmRpdmlkdWFsaXR5IGFuZCBwcm9tb3RlIGludGVyYWN0aXZlIGxlYXJuaW5nIHRoYXQgYnVpbGRzIGN1cmlvc2l0eSwgY3JlYXRpdml0eSwgYW5kIGNyaXRpY2FsIHRoaW5raW5nLiBUaHJvdWdoIGhvbGlzdGljIGVkdWNhdGlvbiBhbmQgYSBzdXBwb3J0aXZlIGVudmlyb25tZW50LCB3ZSBkZXZlbG9wIGNvbmZpZGVudCwgaW5kZXBlbmRlbnQgbGVhcm5lcnMgd2l0aCBhIGxpZmVsb25nIGxvdmUgZm9yIGxlYXJuaW5nLjxcL3A+IiwiYWxpZ24iOiJqdXN0aWZ5In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-0659fe1 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"0659fe1\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-fbe4d7a e-con-full e-flex e-con e-child\\\" data-id=\\\"fbe4d7a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c45e7a7 elementor-widget elementor-widget-heading\\\" data-id=\\\"c45e7a7\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Welcome to Genius World School<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"59d6c3f30aedd9984894d23618f9aae7\\\" data=\\\"eyJpZCI6IjdkNjQyYTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBkYXRhLXN0YXJ0PVwiMTM4XCIgZGF0YS1lbmQ9XCI0MjlcIj5BdCBHZW5pdXMgV29ybGQgU2Nob29sLCB3ZSBhcmUgY29tbWl0dGVkIHRvIHByb3ZpZGluZyBxdWFsaXR5IGVkdWNhdGlvbiB0aGF0IG51cnR1cmVzIG5vdCBvbmx5IGFjYWRlbWljIGV4Y2VsbGVuY2UgYnV0IGFsc28gdGhlIG92ZXJhbGwgZGV2ZWxvcG1lbnQgb2YgZXZlcnkgY2hpbGQuIE91ciBnb2FsIGlzIHRvIGNyZWF0ZSBhIGxlYXJuaW5nIGVudmlyb25tZW50IHdoZXJlIHN0dWRlbnRzIGZlZWwgc2FmZSwgaW5zcGlyZWQsIGFuZCBtb3RpdmF0ZWQgdG8gZXhwbG9yZSB0aGVpciBmdWxsIHBvdGVudGlhbC48XC9wPjxwIGRhdGEtc3RhcnQ9XCI0MzFcIiBkYXRhLWVuZD1cIjc0OVwiPldlIGJlbGlldmUgZWR1Y2F0aW9uIGdvZXMgYmV5b25kIHRleHRib29rcy4gV2UgZm9jdXMgb24gYnVpbGRpbmcgc3Ryb25nIHZhbHVlcywgY3JpdGljYWwgdGhpbmtpbmcgc2tpbGxzLCBjcmVhdGl2aXR5LCBhbmQgY29uZmlkZW5jZSBpbiBvdXIgc3R1ZGVudHMgc28gdGhleSBjYW4gZmFjZSBmdXR1cmUgY2hhbGxlbmdlcyB3aXRoIGNvdXJhZ2UgYW5kIHJlc3BvbnNpYmlsaXR5LiBUaHJvdWdoIGEgc3R1ZGVudC1jZW50ZXJlZCBhbmQgcHJvZ3Jlc3NpdmUgYXBwcm9hY2gsIHdlIGFpbSB0byBtYWtlIGxlYXJuaW5nIG1lYW5pbmdmdWwgYW5kIGVuZ2FnaW5nLjxcL3A+PHAgZGF0YS1zdGFydD1cIjc1MVwiIGRhdGEtZW5kPVwiOTQyXCI+T3VyIGRlZGljYXRlZCB0ZWFtIG9mIHRlYWNoZXJzIHdvcmtzIHRpcmVsZXNzbHkgdG8gZ3VpZGUsIHN1cHBvcnQsIGFuZCBpbnNwaXJlIGVhY2ggc3R1ZGVudC4gV2UgdmFsdWUgaW5kaXZpZHVhbGl0eSBhbmQgZW5zdXJlIHRoYXQgZXZlcnkgbGVhcm5lciBnZXRzIGVxdWFsIG9wcG9ydHVuaXRpZXMgdG8gZ3JvdyBhbmQgc3VjY2VlZC48XC9wPjxwIGRhdGEtc3RhcnQ9XCI5NDRcIiBkYXRhLWVuZD1cIjEwODBcIj5BdCBHZW5pdXMgV29ybGQgU2Nob29sLCB3ZSBhcmUgc2hhcGluZyByZXNwb25zaWJsZSwgZGlzY2lwbGluZWQsIGFuZCBmdXR1cmUtcmVhZHkgaW5kaXZpZHVhbHMgd2hvIHdpbGwgY29udHJpYnV0ZSBwb3NpdGl2ZWx5IHRvIHNvY2lldHkuPFwvcD48cCBkYXRhLXN0YXJ0PVwiMTA4MlwiIGRhdGEtZW5kPVwiMTExOVwiPlRoYW5rIHlvdSBmb3IgeW91ciB0cnVzdCBhbmQgc3VwcG9ydC48XC9wPjxwIGRhdGEtc3RhcnQ9XCIxMTIxXCIgZGF0YS1lbmQ9XCIxMTU2XCI+PHN0cm9uZyBkYXRhLXN0YXJ0PVwiMTEyMVwiIGRhdGEtZW5kPVwiMTEzNFwiPkhlbWFudGEgU3VudXdhcjxcL3N0cm9uZz48XC9wPjxwIGRhdGEtc3RhcnQ9XCIxMTIxXCIgZGF0YS1lbmQ9XCIxMTU2XCI+PHN0cm9uZyBkYXRhLXN0YXJ0PVwiMTEyMVwiIGRhdGEtZW5kPVwiMTEzNFwiPlByaW5jaXBhbDxcL3N0cm9uZz48YnIgZGF0YS1zdGFydD1cIjExMzRcIiBkYXRhLWVuZD1cIjExMzdcIiBcLz5HZW5pdXMgV29ybGQgU2Nob29sPFwvcD4iLCJhbGlnbiI6Imp1c3RpZnkiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDB9LCJfZmxleF9zaXplIjoibm9uZSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-617021b e-con-full e-flex e-con e-child\\\" data-id=\\\"617021b\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c15a3db elementor-widget elementor-widget-image\\\" data-id=\\\"c15a3db\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"928\\\" height=\\\"1120\\\" src=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg\\\" class=\\\"attachment-full size-full wp-image-1426\\\" alt=\\\"viber image 2026 04 02 20 35 24 922\\\" srcset=\\\"http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922.jpg 928w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http:\\/\\/genius-world-school.local\\/wp-content\\/uploads\\/2026\\/04\\/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\\\" sizes=\\\"(max-width: 928px) 100vw, 928px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-77b0ae7 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"77b0ae7\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-c9113a5 e-con-full e-flex e-con e-child\\\" data-id=\\\"c9113a5\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6ed2eda elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"6ed2eda\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-icons\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h4 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tInclusive\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h4>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tWe embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-c887100 e-con-full e-flex e-con e-child\\\" data-id=\\\"c887100\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ad32598 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"ad32598\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-hand-holding-heart\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h4 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tResponsible\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h4>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tWe encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-c72174c e-con-full e-flex e-con e-child\\\" data-id=\\\"c72174c\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-bba7d4e elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"bba7d4e\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-heart\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h4 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tRespectful\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h4>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tWe foster a culture of mutual respect, kindness, and understanding, where everyone\\u2019s voice and individuality are honored.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-97b8c80 e-con-full e-flex e-con e-child\\\" data-id=\\\"97b8c80\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cb1c56e elementor-widget__width-initial elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"cb1c56e\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-people-carry\\\" viewBox=\\\"0 0 640 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h4 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tCollaborative\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h4>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tWe promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-50bed54 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"50bed54\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-eca48e1 e-con-full e-flex e-con e-child\\\" data-id=\\\"eca48e1\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-c201d0f e-con-full e-flex e-con e-child\\\" data-id=\\\"c201d0f\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-ead07b8 e-con-full e-flex e-con e-child\\\" data-id=\\\"ead07b8\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1a001e6 elementor-widget elementor-widget-heading\\\" data-id=\\\"1a001e6\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Vision<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-09412df e-con-full e-flex e-con e-child\\\" data-id=\\\"09412df\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c62303a elementor-widget elementor-widget-heading\\\" data-id=\\\"c62303a\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-heading-title elementor-size-default\\\">\\u201cIgniting Curious Minds,\\u201d we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.<\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-c71a161 e-con-full e-flex e-con e-child\\\" data-id=\\\"c71a161\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-2f0b745 e-con-full e-flex e-con e-child\\\" data-id=\\\"2f0b745\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-30da15b elementor-widget elementor-widget-heading\\\" data-id=\\\"30da15b\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h6 class=\\\"elementor-heading-title elementor-size-default\\\">Mission<\\/h6>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-34b2cc5 e-con-full e-flex e-con e-child\\\" data-id=\\\"34b2cc5\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3cf0947 elementor-widget elementor-widget-heading\\\" data-id=\\\"3cf0947\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-heading-title elementor-size-default\\\">At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.<\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-dd3f5e7 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"dd3f5e7\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-e7265b3 e-con-full e-flex e-con e-child\\\" data-id=\\\"e7265b3\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-932c535 elementor-widget elementor-widget-heading\\\" data-id=\\\"932c535\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">More than just a joyful place<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b763fb8 elementor-widget elementor-widget-heading\\\" data-id=\\\"b763fb8\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<p class=\\\"elementor-heading-title elementor-size-default\\\"><span style=\\\", sans-serif\\\">\\\" Igniting Curious minds \\\"<\\/span><span style=\\\", sans-serif\\\"><\\/span><\\/p>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-526cb0e elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"526cb0e\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Enroll your kid<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_posts` (
  `ID` bigint unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int NOT NULL DEFAULT '0',
  `post_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint 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`),
  KEY `type_status_author` (`post_type`,`post_status`,`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=1720 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2026-04-13 05:37:16','2026-04-13 05:37:16','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','trash','open','open','','hello-world__trashed','','','2026-04-13 05:40:28','2026-04-13 05:40:28','',0,'http://genius-world-school.local/?p=1',0,'post','',1);
INSERT INTO `wp_posts` VALUES (2,1,'2026-04-13 05:37:16','2026-04-13 05:37:16','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://genius-world-school.local/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','trash','closed','open','','sample-page__trashed','','','2026-04-13 05:40:36','2026-04-13 05:40:36','',0,'http://genius-world-school.local/?page_id=2',0,'page','',0);
INSERT INTO `wp_posts` VALUES (3,1,'2026-04-13 05:37:16','2026-04-13 05:37:16','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://genius-world-school.local.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n','Privacy Policy','','trash','closed','open','','privacy-policy__trashed','','','2026-04-14 08:14:30','2026-04-14 08:14:30','',0,'http://genius-world-school.local/?page_id=3',0,'page','',0);
INSERT INTO `wp_posts` VALUES (4,0,'2026-04-13 05:37:37','2026-04-13 05:37:37','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2026-04-13 05:37:37','2026-04-13 05:37:37','',0,'http://genius-world-school.local/navigation/',0,'wp_navigation','',0);
INSERT INTO `wp_posts` VALUES (5,1,'2026-04-13 05:39:21','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2026-04-13 05:39:21','0000-00-00 00:00:00','',0,'http://genius-world-school.local/?p=5',0,'post','',0);
INSERT INTO `wp_posts` VALUES (6,1,'2026-04-13 05:40:28','2026-04-13 05:40:28','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2026-04-13 05:40:28','2026-04-13 05:40:28','',1,'http://genius-world-school.local/?p=6',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (7,1,'2026-04-13 05:40:36','2026-04-13 05:40:36','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://genius-world-school.local/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2026-04-13 05:40:36','2026-04-13 05:40:36','',2,'http://genius-world-school.local/?p=7',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (8,1,'2026-04-13 05:51:50','2026-04-13 05:51:50','','genius w','','inherit','open','closed','','genius-w','','','2026-04-13 05:51:50','2026-04-13 05:51:50','',0,'http://genius-world-school.local/wp-content/uploads/2026/04/genius-w.png',0,'attachment','image/png',0);
INSERT INTO `wp_posts` VALUES (9,1,'2026-04-13 05:53:23','2026-04-13 05:53:23','','Default Kit','','publish','closed','closed','','default-kit','','','2026-04-13 05:53:23','2026-04-13 05:53:23','',0,'http://genius-world-school.local/?p=9',0,'elementor_library','',0);
INSERT INTO `wp_posts` VALUES (10,1,'2026-04-13 05:54:13','2026-04-13 05:54:13','{\"fields\":{\"0\":{\"id\":\"0\",\"type\":\"name\",\"label\":\"Parent\'s Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"1\":{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"radio\",\"label\":\"I have a question about:\",\"choices\":{\"1\":{\"label\":\"Preschool\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Primary & Secondary\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Hostel\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"other_size\":\"medium\",\"other_placeholder\":\"\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#0399ed\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"input_columns\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Questions or message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"10\",\"field_id\":4,\"settings\":{\"themes\":{\"wpformsTheme\":\"default\",\"isCustomTheme\":\"\",\"themeName\":\"\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"\\\",\\\"isCustomTheme\\\":\\\"\\\",\\\"wpformsTheme\\\":\\\"default\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Simple Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"Day Care Services\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"2\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam\":\"1\",\"anti_spam\":{\"time_limit\":{\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"4dbf022985a4fe4bda4a80365011a3a0\"}}','Simple Contact Form','','publish','closed','closed','','simple-contact-form','','','2026-04-14 13:57:30','2026-04-14 13:57:30','',0,'http://genius-world-school.local/?post_type=wpforms&#038;p=10',0,'wpforms','',0);
INSERT INTO `wp_posts` VALUES (11,1,'2026-04-13 05:54:13','2026-04-13 05:54:13','{\"fields\":{\"0\":{\"id\":\"0\",\"type\":\"name\",\"label\":\"Parent\'s Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"1\":{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"radio\",\"label\":\"I have a question about:\",\"choices\":{\"1\":{\"label\":\"Infant\",\"value\":\"\",\"image\":\"\"},\"2\":{\"label\":\"Toddler\",\"value\":\"\",\"image\":\"\"},\"3\":{\"label\":\"Preschool\",\"value\":\"\",\"image\":\"\"}},\"description\":\"\",\"choices_images_style\":\"modern\",\"input_columns\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Questions or message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":10,\"field_id\":4,\"settings\":{\"form_title\":\"Simple Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"antispam\":\"1\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"Day Care Services\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"2\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"4dbf022985a4fe4bda4a80365011a3a0\"}}','Simple Contact Form','','inherit','closed','closed','','10-revision-v1','','','2026-04-13 05:54:13','2026-04-13 05:54:13','',10,'http://genius-world-school.local/?p=11',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (12,1,'2026-04-13 05:54:14','2026-04-13 05:54:14','','astra','','publish','closed','closed','','astra','','','2026-04-13 05:54:14','2026-04-13 05:54:14','',0,'http://genius-world-school.local/astra/',0,'custom_css','',0);
INSERT INTO `wp_posts` VALUES (13,1,'2026-04-13 05:54:14','2026-04-13 05:54:14','','astra','','inherit','closed','closed','','12-revision-v1','','','2026-04-13 05:54:14','2026-04-13 05:54:14','',12,'http://genius-world-school.local/?p=13',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (15,1,'2026-04-13 05:54:20','2026-04-13 05:54:20','','day care logo','','inherit','open','closed','','day-care-logo','','','2026-04-13 05:54:21','2026-04-13 05:54:21','',0,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-logo.svg',0,'attachment','image/svg+xml',0);
INSERT INTO `wp_posts` VALUES (69,1,'2026-04-13 05:54:21','2026-04-13 05:54:21','','day-care-hero-blobs-background','','inherit','open','closed','','day-care-hero-blobs-background','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-hero-blobs-background.svg',0,'attachment','image/svg+xml',0);
INSERT INTO `wp_posts` VALUES (79,1,'2026-04-13 05:54:21','2026-04-13 05:54:21','','day-care-hero-image-1','','inherit','open','closed','','day-care-hero-image-1','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-hero-image-1.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (80,1,'2026-04-13 05:54:22','2026-04-13 05:54:22','','day-care-hero-image-2','','inherit','open','closed','','day-care-hero-image-2','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-hero-image-2.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (81,1,'2026-04-13 05:54:23','2026-04-13 05:54:23','','day-care-home-about-image','','inherit','open','closed','','day-care-home-about-image','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-about-image.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (82,1,'2026-04-13 05:54:23','2026-04-13 05:54:23','','day-care-home-gallery-image-1','','inherit','open','closed','','day-care-home-gallery-image-1','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (83,1,'2026-04-13 05:54:24','2026-04-13 05:54:24','','day-care-home-gallery-image-2','','inherit','open','closed','','day-care-home-gallery-image-2','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (84,1,'2026-04-13 05:54:24','2026-04-13 05:54:24','','day-care-home-gallery-image-3','','inherit','open','closed','','day-care-home-gallery-image-3','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (85,1,'2026-04-13 05:54:25','2026-04-13 05:54:25','','day-care-home-gallery-image-4','','inherit','open','closed','','day-care-home-gallery-image-4','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (86,1,'2026-04-13 05:54:25','2026-04-13 05:54:25','','day-care-home-gallery-image-5','','inherit','open','closed','','day-care-home-gallery-image-5','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (87,1,'2026-04-13 05:54:26','2026-04-13 05:54:26','','day-care-home-gallery-image-6','','inherit','open','closed','','day-care-home-gallery-image-6','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (88,1,'2026-04-13 05:54:26','2026-04-13 05:54:26','','day-care-home-program-image-1','','inherit','open','closed','','day-care-home-program-image-1','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-1.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (89,1,'2026-04-13 05:54:27','2026-04-13 05:54:27','','day-care-home-program-image-2','','inherit','open','closed','','day-care-home-program-image-2','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (90,1,'2026-04-13 05:54:27','2026-04-13 05:54:27','','day-care-home-program-image-3','','inherit','open','closed','','day-care-home-program-image-3','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (91,1,'2026-04-13 05:54:28','2026-04-13 05:54:28','','day-care-home-teacher-image-1','','inherit','open','closed','','day-care-home-teacher-image-1','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (92,1,'2026-04-13 05:54:28','2026-04-13 05:54:28','','day-care-home-teacher-image-2','','inherit','open','closed','','day-care-home-teacher-image-2','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (93,1,'2026-04-13 05:54:29','2026-04-13 05:54:29','','day-care-home-teacher-image-3','','inherit','open','closed','','day-care-home-teacher-image-3','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (94,1,'2026-04-13 05:54:29','2026-04-13 05:54:29','','day-care-home-testimonial-image','','inherit','open','closed','','day-care-home-testimonial-image','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (95,1,'2026-04-13 05:54:30','2026-04-13 05:54:30','','day-care-home-video-image-thumbnail','','inherit','open','closed','','day-care-home-video-image-thumbnail','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-video-image-thumbnail.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (96,1,'2026-04-13 05:54:30','2026-04-13 05:54:30','','day-care-final-cta-image-background','','inherit','open','closed','','day-care-final-cta-image-background','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-final-cta-image-background.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (97,1,'2026-04-13 05:54:31','2026-04-13 05:54:31','','Default Kit','','publish','closed','closed','','default-kit-2','','','2026-04-13 05:54:31','2026-04-13 05:54:31','',0,'http://genius-world-school.local/?elementor_library=default-kit-2',0,'elementor_library','',0);
INSERT INTO `wp_posts` VALUES (185,1,'2026-04-13 05:54:31','2026-04-13 05:54:31','','day-care-blobs-2','','inherit','open','closed','','day-care-blobs-2','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-blobs-2.svg',0,'attachment','image/svg+xml',0);
INSERT INTO `wp_posts` VALUES (186,1,'2026-04-13 05:54:31','2026-04-13 05:54:31','','day-care-blobs-1','','inherit','open','closed','','day-care-blobs-1','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-blobs-1.svg',0,'attachment','image/svg+xml',0);
INSERT INTO `wp_posts` VALUES (246,1,'2026-04-13 05:54:32','2026-04-13 05:54:32','','day-care-quote-icon','','inherit','open','closed','','day-care-quote-icon','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-quote-icon.svg',0,'attachment','image/svg+xml',0);
INSERT INTO `wp_posts` VALUES (284,1,'2026-04-13 05:54:33','2026-04-13 05:54:33','','day-care-hero-image-back','','inherit','open','closed','','day-care-hero-image-back','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',1412,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-hero-image-back.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (432,1,'2026-04-13 05:54:33','2026-04-13 05:54:33',' ','','','publish','closed','closed','','432','','','2026-04-13 05:54:33','2026-04-13 05:54:33','',0,'http://genius-world-school.local/432/',1,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (433,1,'2026-04-14 14:29:16','2026-04-13 05:54:33','','About Us','','publish','closed','closed','','about-us','','','2026-04-14 14:29:16','2026-04-14 14:29:16','',0,'http://genius-world-school.local/about-us/',2,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (434,1,'2026-04-14 14:29:16','2026-04-13 05:54:33','','Admission','','publish','closed','closed','','admission','','','2026-04-14 14:29:17','2026-04-14 14:29:17','',0,'http://genius-world-school.local/admission/',3,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (435,1,'2026-04-14 14:29:17','2026-04-13 05:54:33','','Contact','','publish','closed','closed','','contact','','','2026-04-14 14:29:17','2026-04-14 14:29:17','',0,'http://genius-world-school.local/contact/',4,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (452,1,'2026-04-13 05:54:42','2026-04-13 05:54:42','<h6>About us</h6>					<h1><p data-start=\"0\" data-end=\"258\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.</p>\nThe school follows a student-centered approach, promoting creativity, critical thinking, and overall development—academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.</h1>															<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg\" alt=\"img 6138\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																<h3>Child-Centered Learning Approach</h3>		<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child’s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.</p>			<h2>Welcome to Genius World School</h2>		<p data-start=\"138\" data-end=\"429\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.</p><p data-start=\"431\" data-end=\"749\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.</p><p data-start=\"751\" data-end=\"942\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.</p><p data-start=\"944\" data-end=\"1080\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.</p><p data-start=\"1082\" data-end=\"1119\">Thank you for your trust and support.</p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Hemanta Sunuwar</strong></p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Principal</strong><br data-start=\"1134\" data-end=\"1137\" />Genius World School</p>													<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h4>\n							Inclusive						\n					</h4>\n									<p>\n						We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h4>\n							Responsible						\n					</h4>\n									<p>\n						We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h4>\n							Respectful						\n					</h4>\n									<p>\n						We foster a culture of mutual respect, kindness, and understanding, where everyone’s voice and individuality are honored.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"></path></svg>				\n									<h4>\n							Collaborative						\n					</h4>\n									<p>\n						We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.					</p>\n							<h6>Vision</h6>					“Igniting Curious Minds,” we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.					<h6>Mission</h6>					At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.					<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','About','','publish','closed','closed','','about','','','2026-04-14 15:13:29','2026-04-14 15:13:29','',0,'http://genius-world-school.local/about/',0,'page','',0);
INSERT INTO `wp_posts` VALUES (547,1,'2026-04-13 05:54:33','2026-04-13 05:54:33','','day-care-page-header-blobs','','inherit','open','closed','','day-care-page-header-blobs','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',452,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-page-header-blobs.svg',0,'attachment','image/svg+xml',0);
INSERT INTO `wp_posts` VALUES (623,1,'2026-04-13 05:54:34','2026-04-13 05:54:34','','day-care-head-of-school','','inherit','open','closed','','day-care-head-of-school','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',452,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (624,1,'2026-04-13 05:54:34','2026-04-13 05:54:34','','day-care-head-of-school-signature','','inherit','open','closed','','day-care-head-of-school-signature','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',452,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-signature.png',0,'attachment','image/png',0);
INSERT INTO `wp_posts` VALUES (739,1,'2026-04-13 05:54:42','2026-04-13 05:54:42','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>\n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>\n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>					<h6>02</h6>					<h2>Library</h2>					<p><p data-start=\"0\" data-end=\"350\">The Library at GWS serves as a <strong data-start=\"31\" data-end=\"55\">dynamic learning hub</strong> that nurtures a strong culture of <strong data-start=\"90\" data-end=\"134\">reading, research, and lifelong learning</strong>. It is well-stocked with a wide range of <strong data-start=\"176\" data-end=\"201\">age-appropriate books</strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\"299\" data-end=\"347\">curriculum needs and independent exploration</strong>.</p>\n<p data-start=\"352\" data-end=\"737\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\"437\" data-end=\"471\">reading habits among educators</strong> as well. A dedicated <strong data-start=\"493\" data-end=\"522\">teachers’ library section</strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\"631\" data-end=\"712\">continuously enhance their knowledge, teaching practices, and personal growth</strong> beyond the curriculum.</p>\n<p data-start=\"739\" data-end=\"1122\" data-is-last-node=\"\" data-is-only-node=\"\">Designed to be <strong data-start=\"754\" data-end=\"801\">peaceful, comfortable, and student-friendly</strong>, the library provides an ideal space for <strong data-start=\"843\" data-end=\"890\">focused reading and intellectual engagement</strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\"964\" data-end=\"1026\">curiosity, creativity, and a lifelong passion for learning</strong>, making the library a true cornerstone of <strong data-start=\"1069\" data-end=\"1114\">academic excellence and continuous growth</strong> at GWS.</p></p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>07</h6>					<h2>Outdoor activities &amp; Trips</h2>					<p><p>At&nbsp;Genius World School, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;field trips, dayouts, and nightouts&nbsp;play a vital role in enriching students’ learning experiences. These activities are designed not only to educate students about&nbsp;culture, tradition, nature, and the environment, but also to help them develop important&nbsp;life skills&nbsp;such as teamwork, independence, responsibility, and confidence.</p><p>Dayouts&nbsp;are regularly organized for all grades within school hours, based on&nbsp;thematic learning requirements. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.</p><p>Nightouts&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;Grade 1 and 2, students participate in&nbsp;night camping experiences within the school, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.</p><p>For&nbsp;Grade 3 to 5, students go on&nbsp;1-night, 2-day trips, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.</p><p>Students from&nbsp;Grade 6 to 10&nbsp;participate in&nbsp;longer trips of at least 2 nights and 3 days. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.</p><p>&nbsp;</p><p>Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.</p></p>					<h6>08</h6>					<h2>Parental Guidence &amp; Counselling</h2>					<p>At Genius World School, educational service guidance is an important part of supporting students’ academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.</p>					<h6>09</h6>					<h2>ECA/CCA Activities</h2>					<p>At Genius World School, ECA/CCA activities are an integral part of our holistic education approach, designed to nurture students’ talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our “Extra Club” offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.</p>					<h6>10</h6>					<h2>Art &amp; Crafts</h2>					<p>At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork—it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.</p>','Program','','publish','closed','closed','','program','','','2026-04-14 15:10:07','2026-04-14 15:10:07','',0,'http://genius-world-school.local/program/',0,'page','',0);
INSERT INTO `wp_posts` VALUES (802,1,'2026-04-13 05:54:35','2026-04-13 05:54:35','','day-care-program-image-fixed-background-3','','inherit','open','closed','','day-care-program-image-fixed-background-3','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',739,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-program-image-fixed-background-3.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (803,1,'2026-04-13 05:54:36','2026-04-13 05:54:36','','day-care-program-image-fixed-background-1','','inherit','open','closed','','day-care-program-image-fixed-background-1','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',739,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-program-image-fixed-background-1.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (804,1,'2026-04-13 05:54:37','2026-04-13 05:54:37','','day-care-program-image-fixed-background-2','','inherit','open','closed','','day-care-program-image-fixed-background-2','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',739,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-program-image-fixed-background-2.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (938,1,'2026-04-13 05:54:42','2026-04-13 05:54:42','<h6>Admission</h6>					<h1>Ready to enroll?<br>We hope to meet you soon</h1>		<p>Join the GWS family and give your child the gift of quality education in a nurturing environment. We’re here to guide you every step of the way.</p>			<h6>The process</h6>					<h2>01</h2>							\n									<h5>\n							Take a tour						\n					</h5>\n									<p>\n						Visit our school to explore the learning environment, facilities, and classrooms. Meet our team and get a feel of the nurturing atmosphere we provide for every child.					</p>\n							<h2>02</h2>							\n									<h5>\n							Submit application						\n					</h5>\n									<p>\n						Complete and submit the admission form with the required documents. Our team will guide you through the process to ensure everything is smooth and hassle-free.					</p>\n							<h2>03</h2>							\n									<h5>\n							Meet and greet						\n					</h5>\n									<p>\n						Attend an interaction session with the school team. This helps us understand your child better and gives you an opportunity to ask questions and learn more about our approach.					</p>\n							<h2>04</h2>							\n									<h5>\n							Secure a spot						\n					</h5>\n									<p>\n						Once selected, confirm admission by completing the enrollment process. Welcome to the GWS family, where your child’s learning journey begins!					</p>\n																	<img width=\"620\" height=\"456\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2.jpg\" alt=\"daycare admission image 2\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2.jpg 620w, http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2-300x221.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />																										<img width=\"620\" height=\"456\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1.jpg\" alt=\"daycare admission image 1\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1.jpg 620w, http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1-300x221.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />																<h2>Required enrollment documents</h2>		<p data-start=\"122\" data-end=\"207\">To complete the admission process, please prepare and submit the following documents:</p>					\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Completed Admission Form\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Copy of Birth Certificate\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Recent Passport-Sized Photographs (student)\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Previous School Reports / Transcripts\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Transfer Certificate (TC) (if applicable)\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										IEMIS transfer\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Medical Records / Immunization Report (if required)\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>','Admission','','publish','closed','closed','','admission','','','2026-04-14 14:10:02','2026-04-14 14:10:02','',0,'http://genius-world-school.local/admission/',0,'page','',0);
INSERT INTO `wp_posts` VALUES (939,1,'2026-04-13 05:54:43','2026-04-13 05:54:43','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-astra','','','2026-04-13 05:54:47','2026-04-13 05:54:47','',0,'http://genius-world-school.local/wp-global-styles-astra/',0,'wp_global_styles','',0);
INSERT INTO `wp_posts` VALUES (1037,1,'2026-04-13 05:54:38','2026-04-13 05:54:38','','daycare-admission-image-1','','inherit','open','closed','','daycare-admission-image-1','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',938,'http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1038,1,'2026-04-13 05:54:38','2026-04-13 05:54:38','','daycare-admission-image-2','','inherit','open','closed','','daycare-admission-image-2','','','2026-04-13 05:54:43','2026-04-13 05:54:43','',938,'http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1059,1,'2026-04-13 05:54:42','2026-04-13 05:54:42','<h6>Contact</h6>					<h1>Have questions about our school &amp; program?</h1>		<p>Get in touch with us today—we’ll be happy to answer all your questions.</p>			<h4>General </h4>										<a href=\"#\">\n									info@geniusworld.edu.np\n					</a>\n														<a href=\"#\">\n									uni.school2017@gmail.com\n					</a>\n														<a href=\"#\">\n									geniusworldschoolmj@gmail.com\n					</a>\n							<h6>Keep in touch</h6>							\n					<a href=\"https://www.facebook.com/geniusworldschool\" target=\"_blank\">\n						Facebook\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.tiktok.com/@geniusworldschool\" target=\"_blank\">\n						Tiktok\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@geniusworldschool\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<form id=\"wpforms-form-10\" data-formid=\"10\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"6067dfbcc8427cffca56c812adbd2e7e\" data-token-time=\"1776175180\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-10-field_0\">Parent&#039;s Name *</label><input type=\"text\" id=\"wpforms-10-field_0\" name=\"wpforms[fields][0]\" required><label for=\"wpforms-10-field_1\">Email *</label><input type=\"email\" id=\"wpforms-10-field_1\" name=\"wpforms[fields][1]\" spellcheck=\"false\" required><label>I have a question about:</label><ul id=\"wpforms-10-field_3\"><li><input type=\"radio\" id=\"wpforms-10-field_3_1\" name=\"wpforms[fields][3]\" value=\"Preschool\"  ><label for=\"wpforms-10-field_3_1\">Preschool</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_2\" name=\"wpforms[fields][3]\" value=\"Primary &amp; Secondary\"  ><label for=\"wpforms-10-field_3_2\">Primary &amp; Secondary</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_3\" name=\"wpforms[fields][3]\" value=\"Hostel\"  ><label for=\"wpforms-10-field_3_3\">Hostel</label></li></ul><label for=\"wpforms-10-field_2\">Questions or message *</label><textarea id=\"wpforms-10-field_2\" name=\"wpforms[fields][2]\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"10\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"27e885e0f1\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"{page_title}\"><input type=\"hidden\" name=\"page_url\" value=\"http://page_url\"><input type=\"hidden\" name=\"url_referer\" value=\"http://url_referer\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-10\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"http://genius-world-school.local/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->			<h6>Address</h6><p>Basundhara, Tokha 5, Kathmandu</p>										<a href=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"></path></svg>			\n									Get directions\n					</a>\n									<h6>Work hours</h6><p>Sun-Fri: 8:30 am-5:00 pm</p>					<h6>Phone</h6><p>+977-01-4981877 / 4989177<br>+977-9851201398</p>','Contact','','publish','closed','closed','','contact','','','2026-04-14 13:59:40','2026-04-14 13:59:40','',0,'http://genius-world-school.local/contact/',0,'page','',0);
INSERT INTO `wp_posts` VALUES (1125,1,'2026-04-14 13:48:21','2026-04-13 05:54:42',' ','','','publish','closed','closed','','1125','','','2026-04-14 13:48:21','2026-04-14 13:48:21','',0,'http://genius-world-school.local/1125/',1,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (1126,1,'2026-04-14 13:48:21','2026-04-13 05:54:43',' ','','','publish','closed','closed','','1126','','','2026-04-14 13:48:21','2026-04-14 13:48:21','',0,'http://genius-world-school.local/1126/',2,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (1266,1,'2026-04-14 14:31:09','2026-04-13 05:54:43','','Mission','','publish','closed','closed','','our-story','','','2026-04-14 14:31:09','2026-04-14 14:31:09','',0,'http://genius-world-school.local/our-story/',1,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (1267,1,'2026-04-14 14:31:09','2026-04-13 05:54:43','','Programs','','publish','closed','closed','','programs','','','2026-04-14 14:31:09','2026-04-14 14:31:09','',0,'http://genius-world-school.local/programs/',2,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (1268,1,'2026-04-14 14:31:09','2026-04-13 05:54:43','','Our Team','','publish','closed','closed','','our-approach','','','2026-04-14 14:31:09','2026-04-14 14:31:09','',0,'http://genius-world-school.local/our-approach/',4,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (1273,1,'2026-04-13 05:54:39','2026-04-13 05:54:39','','day care favicon','','inherit','open','closed','','day-care-favicon','','','2026-04-13 05:54:40','2026-04-13 05:54:40','',0,'http://genius-world-school.local/wp-content/uploads/2022/03/day-care-favicon.png',0,'attachment','image/png',0);
INSERT INTO `wp_posts` VALUES (1274,1,'2026-04-13 05:54:40','2026-04-13 05:54:40','https://websitedemos.net/daycare/wp-content/uploads/sites/1041/2022/03/cropped-day-care-favicon.png','cropped day care favicon.png','','inherit','open','closed','','cropped-day-care-favicon-png','','','2026-04-13 05:54:41','2026-04-13 05:54:41','',0,'http://genius-world-school.local/wp-content/uploads/2022/03/cropped-day-care-favicon.png',0,'attachment','image/png',0);
INSERT INTO `wp_posts` VALUES (1411,1,'2026-04-13 05:54:41','2026-04-13 05:54:41','','demo screenshot','','inherit','open','closed','','demo-screenshot','','','2026-04-13 05:54:42','2026-04-13 05:54:42','',0,'http://genius-world-school.local/wp-content/uploads/2023/02/demo-screenshot.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1412,1,'2026-04-13 05:54:42','2026-04-13 05:54:42','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n		<img \n					data-interaction-id=\"f326291\" \n									id=\"1450\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg\"\n												width=\"768\"\n												height=\"1024\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-1152x1536.jpg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg 1200w\"\n												alt=\"1774848959808467\"\n						/>\n		<img \n					data-interaction-id=\"dc6b923\" \n									id=\"1452\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg\"\n												width=\"768\"\n												height=\"1365\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-169x300.jpeg 169w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-576x1024.jpeg 576w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-864x1536.jpeg 864w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-1152x2048.jpeg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg 1440w\"\n												alt=\"screenshot 20260220 182447 gallery.jpg\"\n						/>\n		<img \n					data-interaction-id=\"e1114b4\" \n									id=\"1447\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n.jpg 1410w\"\n												alt=\"620079813 1407362524735424 8015166270290393200 n\"\n						/>\n		<img \n					data-interaction-id=\"098f79d\" \n									id=\"1444\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg\"\n												width=\"1293\"\n												height=\"1084\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w\"\n												alt=\"585042675 1352876270184050 2671447973923849114 n\"\n						/>\n		<img \n					data-interaction-id=\"65ec28e\" \n									id=\"1441\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg\"\n												width=\"1175\"\n												height=\"985\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg 1175w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-768x644.jpg 768w\"\n												alt=\"518277012 1243817234423288 1239197453492961140 n\"\n						/>\n		<img \n					data-interaction-id=\"42a4af1\" \n									id=\"1442\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg\"\n												width=\"240\"\n												height=\"300\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg 240w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-819x1024.jpg 819w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-768x960.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-1228x1536.jpg 1228w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n.jpg 1350w\"\n												alt=\"555039518 1304302111708133 8991491846799047697 n\"\n						/>\n		<img \n					data-interaction-id=\"47fd7a9\" \n									id=\"1445\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg\"\n												width=\"768\"\n												height=\"1011\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-228x300.jpg 228w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-778x1024.jpg 778w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-1166x1536.jpg 1166w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n.jpg 1555w\"\n												alt=\"blue and white simple congratulations poster (double sided a3 portrait) 4\"\n						/>\n		<img \n					data-interaction-id=\"362ee98\" \n									id=\"1443\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n.jpg 1293w\"\n												alt=\"584158584 1352876273517383 1198125718532913883 n\"\n						/>\n		<img \n					data-interaction-id=\"4d204d9\" \n									id=\"1449\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\"\n												alt=\"650770640 1451850190286657 4719770776745907851 n\"\n						/>\n		<img \n					data-interaction-id=\"121de77\" \n									id=\"1572\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/12-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/12-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/12-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/12-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/12-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/12.jpg 2048w\"\n												alt=\"12\"\n						/>\n		<img \n					data-interaction-id=\"7f1b95f\" \n									id=\"1571\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/8-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/8-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/8-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/8-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/8-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/8.jpg 2048w\"\n												alt=\"8\"\n						/>\n		<img \n					data-interaction-id=\"b4ac241\" \n									id=\"1570\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/7-300x200.jpg\"\n												width=\"300\"\n												height=\"200\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/7-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/7-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/7-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/7-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/7.jpg 2048w\"\n												alt=\"7\"\n						/>\n		<img \n					data-interaction-id=\"27a2059\" \n									id=\"1568\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/5-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/5-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/5-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/5-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/5-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/5.jpg 2048w\"\n												alt=\"5\"\n						/>\n		<img \n					data-interaction-id=\"cb5b91b\" \n									id=\"1569\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/6-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/6-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/6-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/6-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/6-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/6.jpg 2048w\"\n												alt=\"6\"\n						/>\n		<img \n					data-interaction-id=\"255afa8\" \n									id=\"1566\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/3-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/3-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/3-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/3-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/3-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/3.jpg 2048w\"\n												alt=\"3\"\n						/>\n						<h6>Activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n							\" हामी विद्यालयप्रति हार्दिक आभार व्यक्त गर्दछौं। तपाईंहरूको मिहिनेत, मार्गदर्शन र स्नेहले हाम्रो बालबालिकाको उज्ज्वल भविष्य निर्माणमा ठूलो योगदान पुर्‍याएको छ। <br><br>धन्यवाद।\n														Sneha Sharma\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>','Home','','publish','closed','closed','','home','','','2026-04-14 08:13:05','2026-04-14 08:13:05','',0,'http://genius-world-school.local/home/',0,'page','',0);
INSERT INTO `wp_posts` VALUES (1413,1,'2026-04-13 05:54:47','2026-04-13 05:54:47','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','inherit','closed','closed','','939-revision-v1','','','2026-04-13 05:54:47','2026-04-13 05:54:47','',939,'http://genius-world-school.local/?p=1413',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1414,1,'2026-04-13 06:18:23','2026-04-13 06:18:23','','img 1651','','inherit','open','closed','','img_1651','','','2026-04-13 06:18:23','2026-04-13 06:18:23','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1415,1,'2026-04-13 06:18:46','2026-04-13 06:18:46','','chatgpt image mar 12, 2026, 10 29 57 pm','','inherit','open','closed','','chatgpt-image-mar-12-2026-10_29_57-pm','','','2026-04-13 06:18:46','2026-04-13 06:18:46','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png',0,'attachment','image/png',0);
INSERT INTO `wp_posts` VALUES (1416,1,'2026-04-13 06:20:58','2026-04-13 06:20:58','<h6>Play. explore.  learn.</h6>		\n			<h1>A safe and joyful place for your lovely children</h1>		\n		<p>Donec scelerisque neque integer nulla habitant nec sem nam bibendum arcu rhoncus in consequat.</p>		\n			<a href=\\\"#\\\">\n									Enroll your kid\n					</a>\n						<i>&#xE933;</i><i>&#xE933;</i><i>&#xE933;</i><i>&#xE933;</i><i>&#xE933;</i> 4.8/5		\n			4.8 rating on Google		\n									<h5>\n							(123) 456-7890						\n					</h5>\n													<img width=\\\"400\\\" height=\\\"480\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-hero-image-back.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-hero-image-back.jpg 400w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-hero-image-back-250x300.jpg 250w\\\" sizes=\\\"(max-width: 400px) 100vw, 400px\\\" />													\n													<img width=\\\"300\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-hero-image-2.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-hero-image-2.jpg 300w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-hero-image-2-225x300.jpg 225w\\\" sizes=\\\"(max-width: 300px) 100vw, 300px\\\" />													\n													<img width=\\\"600\\\" height=\\\"600\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image.jpg 600w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image-300x300.jpg 300w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image-150x150.jpg 150w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image-400x400.jpg 400w\\\" sizes=\\\"(max-width: 600px) 100vw, 600px\\\" />													\n			<h6>About us</h6>		\n			<h2>We are here to help parents raise happy and healthy children</h2>		\n		<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.</p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.</p>		\n			<a href=\\\"#\\\">\n									Know more about us\n					</a>\n													<img width=\\\"320\\\" height=\\\"440\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-head-of-school.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-head-of-school.jpg 320w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-head-of-school-218x300.jpg 218w\\\" sizes=\\\"(max-width: 320px) 100vw, 320px\\\" />													\n			<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"28\\\" height=\\\"24\\\" viewBox=\\\"0 0 28 24\\\" fill=\\\"none\\\"><path d=\\\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\\\" fill=\\\"#FD8549\\\"></path></svg>			\n		<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.</p>		\n			<figure><img width=\\\"129\\\" height=\\\"64\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-head-of-school-signature.png\\\" alt=\\\"\\\" /></figure>Yolanda Jenkins<p>Founder & Head of School</p>		\n			<h6>Day care Options</h6>		\n			<h2>Age-specific support for every stage</h2>		\n													<img width=\\\"352\\\" height=\\\"240\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-program-image-3.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-program-image-3.jpg 352w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-program-image-3-300x205.jpg 300w\\\" sizes=\\\"(max-width: 352px) 100vw, 352px\\\" />													\n			<h4>Infant</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>		\n			<a href=\\\"#\\\">\n									Learn more\n					</a>\n													<img width=\\\"352\\\" height=\\\"240\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-program-image-2.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-program-image-2.jpg 352w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-program-image-2-300x205.jpg 300w\\\" sizes=\\\"(max-width: 352px) 100vw, 352px\\\" />													\n			<h4>Toddlers</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>		\n			<a href=\\\"#\\\">\n									Learn more\n					</a>\n													<img width=\\\"352\\\" height=\\\"240\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-program-image-1.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-program-image-1.jpg 352w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-program-image-1-300x205.jpg 300w\\\" sizes=\\\"(max-width: 352px) 100vw, 352px\\\" />													\n			<h4>Preschool</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>		\n			<a href=\\\"#\\\">\n									Learn more\n					</a>\n			<h6>Day care</h6>		\n			<h2>Schedule and tuition</h2>		\n			<h6>01</h6>		\n			<h3>Half Days</h3>		\n			<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>		\n					<ul>\n							<li>\n										8:30 - 12:00\n									</li>\n								<li>\n										$1,800/mo\n									</li>\n						</ul>\n			<h6>02</h6>		\n			<h3>Full Days</h3>		\n			<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>		\n					<ul>\n							<li>\n										8:30 - 3:30\n									</li>\n								<li>\n										$2,300/mo\n									</li>\n						</ul>\n			<h6>03</h6>		\n			<h3>Extended Day</h3>		\n			<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>		\n					<ul>\n							<li>\n										8:30 - 5:30\n									</li>\n								<li>\n										$2,600/mo\n									</li>\n						</ul>\n			<p>We welcome kids into our 2-4’s program based on their birth year.</p>		\n			<a href=\\\"#\\\">\n									Enroll your kid\n					</a>\n			<h6>Why us</h6>		\n			<h2>The best early learning experience</h2>		\n			<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>		\n					<ul>\n							<li>\n										Holistic approach\n									</li>\n								<li>\n										Passionate teachers\n									</li>\n								<li>\n										Supervision to keep children\n									</li>\n						</ul>\n			<a href=\\\"#\\\">\n									Know more\n					</a>\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n									<h5>\n							Emotional						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n													<img width=\\\"620\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6.jpg 620w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6-300x194.jpg 300w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6-600x387.jpg 600w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6-400x258.jpg 400w\\\" sizes=\\\"(max-width: 620px) 100vw, 620px\\\" />													\n													<img width=\\\"290\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-5.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-5.jpg 290w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-5-218x300.jpg 218w\\\" sizes=\\\"(max-width: 290px) 100vw, 290px\\\" />													\n													<img width=\\\"290\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-4.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-4.jpg 290w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-4-218x300.jpg 218w\\\" sizes=\\\"(max-width: 290px) 100vw, 290px\\\" />													\n													<img width=\\\"290\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-2.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-2.jpg 290w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-2-218x300.jpg 218w\\\" sizes=\\\"(max-width: 290px) 100vw, 290px\\\" />													\n													<img width=\\\"290\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-1.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-1.jpg 290w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-1-218x300.jpg 218w\\\" sizes=\\\"(max-width: 290px) 100vw, 290px\\\" />													\n													<img width=\\\"620\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3.jpg 620w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3-300x194.jpg 300w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3-600x387.jpg 600w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3-400x258.jpg 400w\\\" sizes=\\\"(max-width: 620px) 100vw, 620px\\\" />													\n			<h6>Daily activities</h6>		\n			<h2>Designed to help children realize their potential</h2>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E		\n			<h4>Morning Huddles</h4><p>Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque</p>		\n			<h4>The Basics</h4><p>Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum </p>		\n			<h4>Play Stations</h4><p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>		\n			<h4>Learning Lab</h4><p>Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices</p>		\n			<h4>Superfoods</h4><p>Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum</p>		\n			<h4>Outdoor Play</h4><p>Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst</p>		\n			<h6>Meet the teachers</h6>		\n			<h2>Experts in giving your children best start</h2>		\n			<figure><img width=\\\"288\\\" height=\\\"412\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-teacher-image-3.jpg\\\" alt=\\\"\\\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>		\n			<figure><img width=\\\"288\\\" height=\\\"412\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-teacher-image-2.jpg\\\" alt=\\\"\\\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>		\n			<figure><img width=\\\"288\\\" height=\\\"412\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-teacher-image-1.jpg\\\" alt=\\\"\\\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>		\n			<h6>What parent say</h6>		\n													<img width=\\\"320\\\" height=\\\"480\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-testimonial-image.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-testimonial-image.jpg 320w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\\\" sizes=\\\"(max-width: 320px) 100vw, 320px\\\" />													\n			<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"28\\\" height=\\\"24\\\" viewBox=\\\"0 0 28 24\\\" fill=\\\"none\\\"><path d=\\\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\\\" fill=\\\"#FD8549\\\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n			<h1>More than just a joyful place</h1>		\n			<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>		\n			<a href=\\\"#\\\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 06:20:58','2026-04-13 06:20:58','',1412,'http://genius-world-school.local/?p=1416',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1417,1,'2026-04-13 06:20:59','2026-04-13 06:20:59','<h6>Play. explore.  learn.</h6>		\n			<h1>A safe and joyful place for your lovely children</h1>		\n		<p>Donec scelerisque neque integer nulla habitant nec sem nam bibendum arcu rhoncus in consequat.</p>		\n			<a href=\\\"#\\\">\n									Enroll your kid\n					</a>\n						<i>&#xE933;</i><i>&#xE933;</i><i>&#xE933;</i><i>&#xE933;</i><i>&#xE933;</i> 4.8/5		\n			4.8 rating on Google		\n									<h5>\n							(123) 456-7890						\n					</h5>\n													<img width=\\\"400\\\" height=\\\"480\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-hero-image-back.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-hero-image-back.jpg 400w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-hero-image-back-250x300.jpg 250w\\\" sizes=\\\"(max-width: 400px) 100vw, 400px\\\" />													\n													<img width=\\\"300\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-hero-image-2.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-hero-image-2.jpg 300w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-hero-image-2-225x300.jpg 225w\\\" sizes=\\\"(max-width: 300px) 100vw, 300px\\\" />													\n													<img width=\\\"600\\\" height=\\\"600\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image.jpg 600w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image-300x300.jpg 300w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image-150x150.jpg 150w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image-400x400.jpg 400w\\\" sizes=\\\"(max-width: 600px) 100vw, 600px\\\" />													\n			<h6>About us</h6>		\n			<h2>We are here to help parents raise happy and healthy children</h2>		\n		<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.</p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.</p>		\n			<a href=\\\"#\\\">\n									Know more about us\n					</a>\n													<img width=\\\"320\\\" height=\\\"440\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-head-of-school.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-head-of-school.jpg 320w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-head-of-school-218x300.jpg 218w\\\" sizes=\\\"(max-width: 320px) 100vw, 320px\\\" />													\n			<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"28\\\" height=\\\"24\\\" viewBox=\\\"0 0 28 24\\\" fill=\\\"none\\\"><path d=\\\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\\\" fill=\\\"#FD8549\\\"></path></svg>			\n		<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.</p>		\n			<figure><img width=\\\"129\\\" height=\\\"64\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-head-of-school-signature.png\\\" alt=\\\"\\\" /></figure>Yolanda Jenkins<p>Founder & Head of School</p>		\n			<h6>Day care Options</h6>		\n			<h2>Age-specific support for every stage</h2>		\n													<img width=\\\"352\\\" height=\\\"240\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-program-image-3.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-program-image-3.jpg 352w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-program-image-3-300x205.jpg 300w\\\" sizes=\\\"(max-width: 352px) 100vw, 352px\\\" />													\n			<h4>Infant</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>		\n			<a href=\\\"#\\\">\n									Learn more\n					</a>\n													<img width=\\\"352\\\" height=\\\"240\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-program-image-2.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-program-image-2.jpg 352w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-program-image-2-300x205.jpg 300w\\\" sizes=\\\"(max-width: 352px) 100vw, 352px\\\" />													\n			<h4>Toddlers</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>		\n			<a href=\\\"#\\\">\n									Learn more\n					</a>\n													<img width=\\\"352\\\" height=\\\"240\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-program-image-1.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-program-image-1.jpg 352w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-program-image-1-300x205.jpg 300w\\\" sizes=\\\"(max-width: 352px) 100vw, 352px\\\" />													\n			<h4>Preschool</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>		\n			<a href=\\\"#\\\">\n									Learn more\n					</a>\n			<h6>Day care</h6>		\n			<h2>Schedule and tuition</h2>		\n			<h6>01</h6>		\n			<h3>Half Days</h3>		\n			<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>		\n					<ul>\n							<li>\n										8:30 - 12:00\n									</li>\n								<li>\n										$1,800/mo\n									</li>\n						</ul>\n			<h6>02</h6>		\n			<h3>Full Days</h3>		\n			<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>		\n					<ul>\n							<li>\n										8:30 - 3:30\n									</li>\n								<li>\n										$2,300/mo\n									</li>\n						</ul>\n			<h6>03</h6>		\n			<h3>Extended Day</h3>		\n			<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>		\n					<ul>\n							<li>\n										8:30 - 5:30\n									</li>\n								<li>\n										$2,600/mo\n									</li>\n						</ul>\n			<p>We welcome kids into our 2-4’s program based on their birth year.</p>		\n			<a href=\\\"#\\\">\n									Enroll your kid\n					</a>\n			<h6>Why us</h6>		\n			<h2>The best early learning experience</h2>		\n			<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>		\n					<ul>\n							<li>\n										Holistic approach\n									</li>\n								<li>\n										Passionate teachers\n									</li>\n								<li>\n										Supervision to keep children\n									</li>\n						</ul>\n			<a href=\\\"#\\\">\n									Know more\n					</a>\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n									<h5>\n							Emotional						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n													<img width=\\\"620\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6.jpg 620w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6-300x194.jpg 300w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6-600x387.jpg 600w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6-400x258.jpg 400w\\\" sizes=\\\"(max-width: 620px) 100vw, 620px\\\" />													\n													<img width=\\\"290\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-5.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-5.jpg 290w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-5-218x300.jpg 218w\\\" sizes=\\\"(max-width: 290px) 100vw, 290px\\\" />													\n													<img width=\\\"290\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-4.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-4.jpg 290w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-4-218x300.jpg 218w\\\" sizes=\\\"(max-width: 290px) 100vw, 290px\\\" />													\n													<img width=\\\"290\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-2.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-2.jpg 290w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-2-218x300.jpg 218w\\\" sizes=\\\"(max-width: 290px) 100vw, 290px\\\" />													\n													<img width=\\\"290\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-1.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-1.jpg 290w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-1-218x300.jpg 218w\\\" sizes=\\\"(max-width: 290px) 100vw, 290px\\\" />													\n													<img width=\\\"620\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3.jpg 620w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3-300x194.jpg 300w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3-600x387.jpg 600w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3-400x258.jpg 400w\\\" sizes=\\\"(max-width: 620px) 100vw, 620px\\\" />													\n			<h6>Daily activities</h6>		\n			<h2>Designed to help children realize their potential</h2>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E		\n			<h4>Morning Huddles</h4><p>Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque</p>		\n			<h4>The Basics</h4><p>Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum </p>		\n			<h4>Play Stations</h4><p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>		\n			<h4>Learning Lab</h4><p>Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices</p>		\n			<h4>Superfoods</h4><p>Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum</p>		\n			<h4>Outdoor Play</h4><p>Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst</p>		\n			<h6>Meet the teachers</h6>		\n			<h2>Experts in giving your children best start</h2>		\n			<figure><img width=\\\"288\\\" height=\\\"412\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-teacher-image-3.jpg\\\" alt=\\\"\\\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>		\n			<figure><img width=\\\"288\\\" height=\\\"412\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-teacher-image-2.jpg\\\" alt=\\\"\\\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>		\n			<figure><img width=\\\"288\\\" height=\\\"412\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-teacher-image-1.jpg\\\" alt=\\\"\\\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>		\n			<h6>What parent say</h6>		\n													<img width=\\\"320\\\" height=\\\"480\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-testimonial-image.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-testimonial-image.jpg 320w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\\\" sizes=\\\"(max-width: 320px) 100vw, 320px\\\" />													\n			<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"28\\\" height=\\\"24\\\" viewBox=\\\"0 0 28 24\\\" fill=\\\"none\\\"><path d=\\\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\\\" fill=\\\"#FD8549\\\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n			<h1>More than just a joyful place</h1>		\n			<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>		\n			<a href=\\\"#\\\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 06:20:59','2026-04-13 06:20:59','',1412,'http://genius-world-school.local/?p=1417',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1418,1,'2026-04-13 06:20:59','2026-04-13 06:20:59','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"#\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"600\" height=\"600\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-about-image.jpg\" alt=\"day care home about image\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>		<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.</p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.</p>								<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"320\" height=\"440\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg\" alt=\"day care head of school\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-218x300.jpg 218w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.</p>			<figure><img width=\"129\" height=\"64\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-signature.png\" alt=\"day care head of school signature\" /></figure>Yolanda Jenkins<p>Founder &amp; Head of School</p>					<h6>Day care Options</h6>					<h2>Age-specific support for every stage</h2>															<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg\" alt=\"day care home program image 3\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg 352w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3-300x205.jpg 300w\" sizes=\"(max-width: 352px) 100vw, 352px\" />																<h4>Infant</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg\" alt=\"day care home program image 2\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg 352w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2-300x205.jpg 300w\" sizes=\"(max-width: 352px) 100vw, 352px\" />																<h4>Toddlers</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-1.jpg\" alt=\"day care home program image 1\" />																<h4>Preschool</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h6>Day care</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us</h6>					<h2>The best early learning experience</h2>					<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Passionate teachers\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supervision to keep children\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n																	<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg\" alt=\"day care home gallery image 6\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg\" alt=\"day care home gallery image 5\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h4>Morning Huddles</h4><p>Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque</p>							\n							<h4>The Basics</h4><p>Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum </p>							\n							<h4>Play Stations</h4><p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>					<h4>Learning Lab</h4><p>Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices</p>							\n							<h4>Superfoods</h4><p>Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum</p>							\n							<h4>Outdoor Play</h4><p>Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst</p>					<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 06:20:59','2026-04-13 06:20:59','',1412,'http://genius-world-school.local/?p=1418',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1419,1,'2026-04-13 06:23:39','2026-04-13 06:23:39','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"#\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"600\" height=\"600\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-about-image.jpg\" alt=\"day care home about image\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>		<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.</p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.</p>								<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"320\" height=\"440\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg\" alt=\"day care head of school\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-218x300.jpg 218w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.</p>			<figure><img width=\"129\" height=\"64\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-signature.png\" alt=\"day care head of school signature\" /></figure>Yolanda Jenkins<p>Founder &amp; Head of School</p>					<h6>Day care Options</h6>					<h2>Age-specific support for every stage</h2>															<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg\" alt=\"day care home program image 3\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg 352w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3-300x205.jpg 300w\" sizes=\"(max-width: 352px) 100vw, 352px\" />																<h4>Infant</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg\" alt=\"day care home program image 2\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg 352w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2-300x205.jpg 300w\" sizes=\"(max-width: 352px) 100vw, 352px\" />																<h4>Toddlers</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-1.jpg\" alt=\"day care home program image 1\" />																<h4>Preschool</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h6>Day care</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us</h6>					<h2>The best early learning experience</h2>					<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Passionate teachers\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supervision to keep children\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n																	<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg\" alt=\"day care home gallery image 6\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg\" alt=\"day care home gallery image 5\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h4>Morning Huddles</h4><p>Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque</p>							\n							<h4>The Basics</h4><p>Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum </p>							\n							<h4>Play Stations</h4><p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>					<h4>Learning Lab</h4><p>Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices</p>							\n							<h4>Superfoods</h4><p>Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum</p>							\n							<h4>Outdoor Play</h4><p>Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst</p>					<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 06:23:39','2026-04-13 06:23:39','',1412,'http://genius-world-school.local/?p=1419',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1420,1,'2026-04-13 06:23:39','2026-04-13 06:23:39','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"#\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"600\" height=\"600\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-about-image.jpg\" alt=\"day care home about image\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>		<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.</p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.</p>								<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"320\" height=\"440\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg\" alt=\"day care head of school\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-218x300.jpg 218w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.</p>			<figure><img width=\"129\" height=\"64\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-signature.png\" alt=\"day care head of school signature\" /></figure>Yolanda Jenkins<p>Founder &amp; Head of School</p>					<h6>Day care Options</h6>					<h2>Age-specific support for every stage</h2>															<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg\" alt=\"day care home program image 3\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg 352w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3-300x205.jpg 300w\" sizes=\"(max-width: 352px) 100vw, 352px\" />																<h4>Infant</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg\" alt=\"day care home program image 2\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg 352w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2-300x205.jpg 300w\" sizes=\"(max-width: 352px) 100vw, 352px\" />																<h4>Toddlers</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-1.jpg\" alt=\"day care home program image 1\" />																<h4>Preschool</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h6>Day care</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us</h6>					<h2>The best early learning experience</h2>					<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Passionate teachers\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supervision to keep children\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n																	<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg\" alt=\"day care home gallery image 6\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg\" alt=\"day care home gallery image 5\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h4>Morning Huddles</h4><p>Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque</p>							\n							<h4>The Basics</h4><p>Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum </p>							\n							<h4>Play Stations</h4><p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>					<h4>Learning Lab</h4><p>Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices</p>							\n							<h4>Superfoods</h4><p>Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum</p>							\n							<h4>Outdoor Play</h4><p>Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst</p>					<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 06:23:39','2026-04-13 06:23:39','',1412,'http://genius-world-school.local/?p=1420',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1421,1,'2026-04-13 06:23:40','2026-04-13 06:23:40','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"600\" height=\"600\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-about-image.jpg\" alt=\"day care home about image\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>		<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.</p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.</p>								<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"320\" height=\"440\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg\" alt=\"day care head of school\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-218x300.jpg 218w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.</p>			<figure><img width=\"129\" height=\"64\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-signature.png\" alt=\"day care head of school signature\" /></figure>Yolanda Jenkins<p>Founder &amp; Head of School</p>					<h6>Day care Options</h6>					<h2>Age-specific support for every stage</h2>															<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg\" alt=\"day care home program image 3\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg 352w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3-300x205.jpg 300w\" sizes=\"(max-width: 352px) 100vw, 352px\" />																<h4>Infant</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg\" alt=\"day care home program image 2\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg 352w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2-300x205.jpg 300w\" sizes=\"(max-width: 352px) 100vw, 352px\" />																<h4>Toddlers</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-1.jpg\" alt=\"day care home program image 1\" />																<h4>Preschool</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h6>Day care</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us</h6>					<h2>The best early learning experience</h2>					<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Passionate teachers\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supervision to keep children\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n																	<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg\" alt=\"day care home gallery image 6\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg\" alt=\"day care home gallery image 5\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h4>Morning Huddles</h4><p>Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque</p>							\n							<h4>The Basics</h4><p>Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum </p>							\n							<h4>Play Stations</h4><p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>					<h4>Learning Lab</h4><p>Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices</p>							\n							<h4>Superfoods</h4><p>Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum</p>							\n							<h4>Outdoor Play</h4><p>Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst</p>					<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 06:23:40','2026-04-13 06:23:40','',1412,'http://genius-world-school.local/?p=1421',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1422,1,'2026-04-13 06:23:52','2026-04-13 06:23:52','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"600\" height=\"600\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-about-image.jpg\" alt=\"day care home about image\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>		<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.</p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.</p>								<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"320\" height=\"440\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg\" alt=\"day care head of school\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-218x300.jpg 218w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.</p>			<figure><img width=\"129\" height=\"64\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-signature.png\" alt=\"day care head of school signature\" /></figure>Yolanda Jenkins<p>Founder &amp; Head of School</p>					<h6>Day care Options</h6>					<h2>Age-specific support for every stage</h2>															<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg\" alt=\"day care home program image 3\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg 352w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3-300x205.jpg 300w\" sizes=\"(max-width: 352px) 100vw, 352px\" />																<h4>Infant</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg\" alt=\"day care home program image 2\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg 352w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2-300x205.jpg 300w\" sizes=\"(max-width: 352px) 100vw, 352px\" />																<h4>Toddlers</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-1.jpg\" alt=\"day care home program image 1\" />																<h4>Preschool</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h6>Day care</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us</h6>					<h2>The best early learning experience</h2>					<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Passionate teachers\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supervision to keep children\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n																	<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg\" alt=\"day care home gallery image 6\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg\" alt=\"day care home gallery image 5\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h4>Morning Huddles</h4><p>Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque</p>							\n							<h4>The Basics</h4><p>Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum </p>							\n							<h4>Play Stations</h4><p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>					<h4>Learning Lab</h4><p>Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices</p>							\n							<h4>Superfoods</h4><p>Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum</p>							\n							<h4>Outdoor Play</h4><p>Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst</p>					<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 06:23:52','2026-04-13 06:23:52','',1412,'http://genius-world-school.local/?p=1422',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1423,1,'2026-04-13 06:23:52','2026-04-13 06:23:52','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"600\" height=\"600\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-about-image.jpg\" alt=\"day care home about image\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>		<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.</p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.</p>								<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"320\" height=\"440\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg\" alt=\"day care head of school\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-218x300.jpg 218w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.</p>			<figure><img width=\"129\" height=\"64\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-signature.png\" alt=\"day care head of school signature\" /></figure>Yolanda Jenkins<p>Founder &amp; Head of School</p>					<h6>Day care Options</h6>					<h2>Age-specific support for every stage</h2>															<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg\" alt=\"day care home program image 3\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg 352w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3-300x205.jpg 300w\" sizes=\"(max-width: 352px) 100vw, 352px\" />																<h4>Infant</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg\" alt=\"day care home program image 2\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg 352w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2-300x205.jpg 300w\" sizes=\"(max-width: 352px) 100vw, 352px\" />																<h4>Toddlers</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-1.jpg\" alt=\"day care home program image 1\" />																<h4>Preschool</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h6>Day care</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us</h6>					<h2>The best early learning experience</h2>					<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Passionate teachers\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supervision to keep children\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n																	<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg\" alt=\"day care home gallery image 6\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg\" alt=\"day care home gallery image 5\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h4>Morning Huddles</h4><p>Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque</p>							\n							<h4>The Basics</h4><p>Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum </p>							\n							<h4>Play Stations</h4><p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>					<h4>Learning Lab</h4><p>Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices</p>							\n							<h4>Superfoods</h4><p>Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum</p>							\n							<h4>Outdoor Play</h4><p>Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst</p>					<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 06:23:52','2026-04-13 06:23:52','',1412,'http://genius-world-school.local/?p=1423',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1424,1,'2026-04-13 06:23:52','2026-04-13 06:23:52','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"600\" height=\"600\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-about-image.jpg\" alt=\"day care home about image\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>		<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.</p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.</p>								<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"320\" height=\"440\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg\" alt=\"day care head of school\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-218x300.jpg 218w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.</p>			<figure><img width=\"129\" height=\"64\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-signature.png\" alt=\"day care head of school signature\" /></figure>Yolanda Jenkins<p>Founder &amp; Head of School</p>					<h6>Day care Options</h6>					<h2>Age-specific support for every stage</h2>															<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg\" alt=\"day care home program image 3\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg 352w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3-300x205.jpg 300w\" sizes=\"(max-width: 352px) 100vw, 352px\" />																<h4>Infant</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg\" alt=\"day care home program image 2\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg 352w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2-300x205.jpg 300w\" sizes=\"(max-width: 352px) 100vw, 352px\" />																<h4>Toddlers</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-1.jpg\" alt=\"day care home program image 1\" />																<h4>Preschool</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h6>Day care</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us</h6>					<h2>The best early learning experience</h2>					<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Passionate teachers\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supervision to keep children\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n																	<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg\" alt=\"day care home gallery image 6\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg\" alt=\"day care home gallery image 5\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h4>Morning Huddles</h4><p>Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque</p>							\n							<h4>The Basics</h4><p>Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum </p>							\n							<h4>Play Stations</h4><p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>					<h4>Learning Lab</h4><p>Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices</p>							\n							<h4>Superfoods</h4><p>Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum</p>							\n							<h4>Outdoor Play</h4><p>Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst</p>					<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 06:23:52','2026-04-13 06:23:52','',1412,'http://genius-world-school.local/?p=1424',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1426,1,'2026-04-13 06:28:56','2026-04-13 06:28:56','','viber image 2026 04 02 20 35 24 922','','inherit','open','closed','','viber_image_2026-04-02_20-35-24-922','','','2026-04-13 06:28:56','2026-04-13 06:28:56','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1427,1,'2026-04-13 06:31:47','2026-04-13 06:31:47','','whatsapp image 2025 06 04 at 20.15.14 f6641f14','','inherit','open','closed','','whatsapp-image-2025-06-04-at-20-15-14_f6641f14','','','2026-04-13 06:31:47','2026-04-13 06:31:47','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1428,1,'2026-04-13 06:32:04','2026-04-13 06:32:04','','viber image 2026 03 14 20 13 31 192','','inherit','open','closed','','viber_image_2026-03-14_20-13-31-192','','','2026-04-13 06:32:04','2026-04-13 06:32:04','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1429,1,'2026-04-13 06:32:54','2026-04-13 06:32:54','','532113452 1269760261828985 4476903052176115497 n','','inherit','open','closed','','532113452_1269760261828985_4476903052176115497_n','','','2026-04-13 06:32:54','2026-04-13 06:32:54','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1430,1,'2026-04-13 06:49:01','2026-04-13 06:49:01','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"600\" height=\"600\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-about-image.jpg\" alt=\"day care home about image\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>		<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.</p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.</p>								<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"320\" height=\"440\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg\" alt=\"day care head of school\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-218x300.jpg 218w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.</p>			<figure><img width=\"129\" height=\"64\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-signature.png\" alt=\"day care head of school signature\" /></figure>Yolanda Jenkins<p>Founder &amp; Head of School</p>					<h6>Day care Options</h6>					<h2>Age-specific support for every stage</h2>															<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg\" alt=\"day care home program image 3\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg 352w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3-300x205.jpg 300w\" sizes=\"(max-width: 352px) 100vw, 352px\" />																<h4>Infant</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg\" alt=\"day care home program image 2\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg 352w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2-300x205.jpg 300w\" sizes=\"(max-width: 352px) 100vw, 352px\" />																<h4>Toddlers</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-1.jpg\" alt=\"day care home program image 1\" />																<h4>Preschool</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h6>Day care</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us</h6>					<h2>The best early learning experience</h2>					<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Passionate teachers\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supervision to keep children\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n																	<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg\" alt=\"day care home gallery image 6\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg\" alt=\"day care home gallery image 5\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h4>Morning Huddles</h4><p>Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque</p>							\n							<h4>The Basics</h4><p>Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum </p>							\n							<h4>Play Stations</h4><p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>					<h4>Learning Lab</h4><p>Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices</p>							\n							<h4>Superfoods</h4><p>Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum</p>							\n							<h4>Outdoor Play</h4><p>Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst</p>					<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 06:49:01','2026-04-13 06:49:01','',1412,'http://genius-world-school.local/?p=1430',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1431,1,'2026-04-13 06:49:01','2026-04-13 06:49:01','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"600\" height=\"600\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-about-image.jpg\" alt=\"day care home about image\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>		<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.</p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.</p>								<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"320\" height=\"440\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg\" alt=\"day care head of school\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-218x300.jpg 218w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.</p>			<figure><img width=\"129\" height=\"64\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-head-of-school-signature.png\" alt=\"day care head of school signature\" /></figure>Yolanda Jenkins<p>Founder &amp; Head of School</p>					<h6>Day care Options</h6>					<h2>Age-specific support for every stage</h2>															<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg\" alt=\"day care home program image 3\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3.jpg 352w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-3-300x205.jpg 300w\" sizes=\"(max-width: 352px) 100vw, 352px\" />																<h4>Infant</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg\" alt=\"day care home program image 2\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2.jpg 352w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-2-300x205.jpg 300w\" sizes=\"(max-width: 352px) 100vw, 352px\" />																<h4>Toddlers</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"352\" height=\"240\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-program-image-1.jpg\" alt=\"day care home program image 1\" />																<h4>Preschool</h4><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae in sem</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h6>Day care</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us</h6>					<h2>The best early learning experience</h2>					<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Passionate teachers\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Supervision to keep children\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n																	<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg\" alt=\"day care home gallery image 6\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg\" alt=\"day care home gallery image 5\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h4>Morning Huddles</h4><p>Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque</p>							\n							<h4>The Basics</h4><p>Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum </p>							\n							<h4>Play Stations</h4><p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>					<h4>Learning Lab</h4><p>Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices</p>							\n							<h4>Superfoods</h4><p>Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum</p>							\n							<h4>Outdoor Play</h4><p>Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst</p>					<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 06:49:01','2026-04-13 06:49:01','',1412,'http://genius-world-school.local/?p=1431',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1432,1,'2026-04-13 06:49:02','2026-04-13 06:49:02','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"644\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg\" alt=\"532113452 1269760261828985 4476903052176115497 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg 1410w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n																	<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg\" alt=\"day care home gallery image 6\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg\" alt=\"day care home gallery image 5\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h4>Morning Huddles</h4><p>Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque</p>							\n							<h4>The Basics</h4><p>Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum </p>							\n							<h4>Play Stations</h4><p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>					<h4>Learning Lab</h4><p>Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices</p>							\n							<h4>Superfoods</h4><p>Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum</p>							\n							<h4>Outdoor Play</h4><p>Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst</p>					<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 06:49:02','2026-04-13 06:49:02','',1412,'http://genius-world-school.local/?p=1432',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1433,1,'2026-04-13 06:51:56','2026-04-13 06:51:56','','20260220 172606.jpg','','inherit','open','closed','','20260220_172606-jpg','','','2026-04-13 06:51:56','2026-04-13 06:51:56','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/20260220_172606.jpg.jpeg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1434,1,'2026-04-13 06:52:01','2026-04-13 06:52:01','','20260220 172740.jpg (1)','','inherit','open','closed','','20260220_172740-jpg-1','','','2026-04-13 06:52:01','2026-04-13 06:52:01','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/20260220_172740.jpg-1.jpeg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1436,1,'2026-04-13 06:52:06','2026-04-13 06:52:06','','20260220 173537.jpg','','inherit','open','closed','','20260220_173537-jpg','','','2026-04-13 06:52:06','2026-04-13 06:52:06','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/20260220_173537.jpg.jpeg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1437,1,'2026-04-13 06:52:11','2026-04-13 06:52:11','','507583280 1220296936775318 6212774148539043964 n (1)','','inherit','open','closed','','507583280_1220296936775318_6212774148539043964_n-1','','','2026-04-13 06:52:11','2026-04-13 06:52:11','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/507583280_1220296936775318_6212774148539043964_n-1.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1438,1,'2026-04-13 06:52:12','2026-04-13 06:52:12','','507583280 1220296936775318 6212774148539043964 n','','inherit','open','closed','','507583280_1220296936775318_6212774148539043964_n','','','2026-04-13 06:52:12','2026-04-13 06:52:12','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/507583280_1220296936775318_6212774148539043964_n.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1439,1,'2026-04-13 06:52:13','2026-04-13 06:52:13','','508608145 1224367419701603 4803426824789911866 n','','inherit','open','closed','','508608145_1224367419701603_4803426824789911866_n','','','2026-04-13 06:52:13','2026-04-13 06:52:13','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/508608145_1224367419701603_4803426824789911866_n.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1440,1,'2026-04-13 06:52:14','2026-04-13 06:52:14','','515435933 1233595425445469 7108811653983255169 n','','inherit','open','closed','','515435933_1233595425445469_7108811653983255169_n','','','2026-04-13 06:52:14','2026-04-13 06:52:14','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/515435933_1233595425445469_7108811653983255169_n.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1441,1,'2026-04-13 06:52:15','2026-04-13 06:52:15','','518277012 1243817234423288 1239197453492961140 n','','inherit','open','closed','','518277012_1243817234423288_1239197453492961140_n','','','2026-04-13 06:52:15','2026-04-13 06:52:15','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1442,1,'2026-04-13 06:52:16','2026-04-13 06:52:16','','555039518 1304302111708133 8991491846799047697 n','','inherit','open','closed','','555039518_1304302111708133_8991491846799047697_n','','','2026-04-13 06:52:16','2026-04-13 06:52:16','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1443,1,'2026-04-13 06:52:17','2026-04-13 06:52:17','','584158584 1352876273517383 1198125718532913883 n','','inherit','open','closed','','584158584_1352876273517383_1198125718532913883_n','','','2026-04-13 06:52:17','2026-04-13 06:52:17','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1444,1,'2026-04-13 06:52:18','2026-04-13 06:52:18','','585042675 1352876270184050 2671447973923849114 n','','inherit','open','closed','','585042675_1352876270184050_2671447973923849114_n','','','2026-04-13 06:52:18','2026-04-13 06:52:18','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1445,1,'2026-04-13 06:52:19','2026-04-13 06:52:19','','blue and white simple congratulations poster (double sided a3 portrait) 4','Blue and White Simple Congratulations Poster (Double-Sided - A3 Portrait) - 4','inherit','open','closed','','blue-and-white-simple-congratulations-poster-double-sided-a3-portrait-4','','','2026-04-13 06:52:19','2026-04-13 06:52:19','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1446,1,'2026-04-13 06:52:21','2026-04-13 06:52:21','','618041066 1407365021401841 8807083552437287544 n','','inherit','open','closed','','618041066_1407365021401841_8807083552437287544_n','','','2026-04-13 06:52:21','2026-04-13 06:52:21','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/618041066_1407365021401841_8807083552437287544_n.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1447,1,'2026-04-13 06:52:21','2026-04-13 06:52:21','','620079813 1407362524735424 8015166270290393200 n','','inherit','open','closed','','620079813_1407362524735424_8015166270290393200_n','','','2026-04-13 06:52:21','2026-04-13 06:52:21','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1448,1,'2026-04-13 06:52:22','2026-04-13 06:52:22','','650252794 1449099750561701 6776450286856226043 n','','inherit','open','closed','','650252794_1449099750561701_6776450286856226043_n','','','2026-04-13 06:52:22','2026-04-13 06:52:22','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1449,1,'2026-04-13 06:52:24','2026-04-13 06:52:24','','650770640 1451850190286657 4719770776745907851 n','','inherit','open','closed','','650770640_1451850190286657_4719770776745907851_n','','','2026-04-13 06:52:24','2026-04-13 06:52:24','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1450,1,'2026-04-13 06:52:25','2026-04-13 06:52:25','','1774848959808467','','inherit','open','closed','','1774848959808467','','','2026-04-13 06:52:25','2026-04-13 06:52:25','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1451,1,'2026-04-13 06:52:27','2026-04-13 06:52:27','','img 6138','','inherit','open','closed','','img_6138','','','2026-04-13 06:52:27','2026-04-13 06:52:27','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1452,1,'2026-04-13 06:52:32','2026-04-13 06:52:32','','screenshot 20260220 182447 gallery.jpg','','inherit','open','closed','','screenshot_20260220_182447_gallery-jpg','','','2026-04-13 06:52:32','2026-04-13 06:52:32','',1412,'http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1453,1,'2026-04-13 06:58:13','2026-04-13 06:58:13','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"644\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg\" alt=\"532113452 1269760261828985 4476903052176115497 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg 1410w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n																	<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg\" alt=\"day care home gallery image 6\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg\" alt=\"day care home gallery image 5\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h4>Morning Huddles</h4><p>Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque</p>							\n							<h4>The Basics</h4><p>Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum </p>							\n							<h4>Play Stations</h4><p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>					<h4>Learning Lab</h4><p>Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices</p>							\n							<h4>Superfoods</h4><p>Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum</p>							\n							<h4>Outdoor Play</h4><p>Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst</p>					<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 06:58:13','2026-04-13 06:58:13','',1412,'http://genius-world-school.local/?p=1453',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1454,1,'2026-04-13 06:58:13','2026-04-13 06:58:13','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"644\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg\" alt=\"532113452 1269760261828985 4476903052176115497 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg 1410w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n																	<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg\" alt=\"day care home gallery image 6\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg\" alt=\"day care home gallery image 5\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h4>Morning Huddles</h4><p>Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque</p>							\n							<h4>The Basics</h4><p>Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum </p>							\n							<h4>Play Stations</h4><p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>					<h4>Learning Lab</h4><p>Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices</p>							\n							<h4>Superfoods</h4><p>Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum</p>							\n							<h4>Outdoor Play</h4><p>Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst</p>					<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 06:58:13','2026-04-13 06:58:13','',1412,'http://genius-world-school.local/?p=1454',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1455,1,'2026-04-13 06:58:14','2026-04-13 06:58:14','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"644\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg\" alt=\"532113452 1269760261828985 4476903052176115497 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg 1410w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1293\" height=\"1084\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w\" sizes=\"(max-width: 1293px) 100vw, 1293px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h4>Morning Huddles</h4><p>Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque</p>							\n							<h4>The Basics</h4><p>Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum </p>							\n							<h4>Play Stations</h4><p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>					<h4>Learning Lab</h4><p>Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices</p>							\n							<h4>Superfoods</h4><p>Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum</p>							\n							<h4>Outdoor Play</h4><p>Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst</p>					<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 06:58:14','2026-04-13 06:58:14','',1412,'http://genius-world-school.local/?p=1455',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1457,1,'2026-04-13 07:04:13','2026-04-13 07:04:13','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"644\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg\" alt=\"532113452 1269760261828985 4476903052176115497 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg 1410w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1293\" height=\"1084\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w\" sizes=\"(max-width: 1293px) 100vw, 1293px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h4>Morning Huddles</h4><p>Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque</p>							\n							<h4>The Basics</h4><p>Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum </p>							\n							<h4>Play Stations</h4><p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>					<h4>Learning Lab</h4><p>Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices</p>							\n							<h4>Superfoods</h4><p>Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum</p>							\n							<h4>Outdoor Play</h4><p>Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst</p>					<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 07:04:13','2026-04-13 07:04:13','',1412,'http://genius-world-school.local/?p=1457',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1458,1,'2026-04-13 07:04:13','2026-04-13 07:04:13','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"644\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg\" alt=\"532113452 1269760261828985 4476903052176115497 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg 1410w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1293\" height=\"1084\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w\" sizes=\"(max-width: 1293px) 100vw, 1293px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h4>Morning Huddles</h4><p>Urna cursus pretium nisi, ullamcorper enim morbi volutpat feugiat mauris congue integer in velit nunc ac iaculis cursus facilisis tincidunt justo, fringilla scelerisque</p>							\n							<h4>The Basics</h4><p>Neque in nulla aliquam viverra phasellus ipsum sed pretium imperdiet sit purus at lacus, varius interdum vestibulum fermentum faucibus nulla odio cum </p>							\n							<h4>Play Stations</h4><p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>					<h4>Learning Lab</h4><p>Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla pretium hac bibendum commodo proin quam posuere consequat ultrices</p>							\n							<h4>Superfoods</h4><p>Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet maecenas lorem cras aliquet arcu, pharetra quis quam ipsum</p>							\n							<h4>Outdoor Play</h4><p>Vel urna cursus nunc sem bibendum adipiscing nibh metus viverra ultricies pellentesque faucibus non ullamcorper aliquet sed imperdiet faucibus dictumst</p>					<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 07:04:13','2026-04-13 07:04:13','',1412,'http://genius-world-school.local/?p=1458',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1459,1,'2026-04-13 07:04:13','2026-04-13 07:04:13','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"644\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg\" alt=\"532113452 1269760261828985 4476903052176115497 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg 1410w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Igniting Curious minds</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n									<!--more Continue reading-->','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 07:04:13','2026-04-13 07:04:13','',1412,'http://genius-world-school.local/?p=1459',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1461,1,'2026-04-13 07:12:28','2026-04-13 07:12:28','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"644\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg\" alt=\"532113452 1269760261828985 4476903052176115497 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg 1410w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Igniting Curious minds</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n									<!--more Continue reading-->','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 07:12:28','2026-04-13 07:12:28','',1412,'http://genius-world-school.local/?p=1461',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1462,1,'2026-04-13 07:12:28','2026-04-13 07:12:28','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"644\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg\" alt=\"532113452 1269760261828985 4476903052176115497 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg 1410w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Igniting Curious minds</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n									<!--more Continue reading-->','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 07:12:28','2026-04-13 07:12:28','',1412,'http://genius-world-school.local/?p=1462',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1463,1,'2026-04-13 07:12:29','2026-04-13 07:12:29','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"644\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg\" alt=\"532113452 1269760261828985 4476903052176115497 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg 1410w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Igniting Curious minds</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n									<!--more Continue reading-->								<p data-interaction-id=\"f8debac\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-13 07:12:29','2026-04-13 07:12:29','',1412,'http://genius-world-school.local/?p=1463',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1464,1,'2026-04-13 07:17:32','2026-04-13 07:17:32','{\n    \"astra-settings[footer-html-1]\": {\n        \"value\": \"Genius World School\\n\\n&nbsp;\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-13 07:17:32\"\n    }\n}','','','trash','closed','closed','','aee4f64a-94e6-4f1b-a7d1-fb736be35b63','','','2026-04-13 07:17:32','2026-04-13 07:17:32','',0,'http://genius-world-school.local/aee4f64a-94e6-4f1b-a7d1-fb736be35b63/',0,'customize_changeset','',0);
INSERT INTO `wp_posts` VALUES (1465,1,'2026-04-13 07:20:10','2026-04-13 07:20:10','{\n    \"astra-settings[font-size-section-fb-html-1]\": {\n        \"value\": {\n            \"desktop\": 24,\n            \"tablet\": \"\",\n            \"mobile\": \"\",\n            \"desktop-unit\": \"px\",\n            \"tablet-unit\": \"px\",\n            \"mobile-unit\": \"px\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-13 07:19:08\"\n    },\n    \"astra-settings[footer-html-1]\": {\n        \"value\": \"<strong>Genius World School</strong>\\n\\n&nbsp;\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-13 07:19:08\"\n    },\n    \"widget_block[8]\": {\n        \"value\": {\n            \"raw_instance\": {\n                \"content\": \"<!-- wp:heading {\\\"level\\\":5} -->\\n<h5 class=\\\"wp-block-heading\\\">Why US?</h5>\\n<!-- /wp:heading -->\"\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-13 07:20:10\"\n    }\n}','','','trash','closed','closed','','dda86ca1-bef6-4e3b-8072-8cc2fa2097de','','','2026-04-13 07:20:10','2026-04-13 07:20:10','',0,'http://genius-world-school.local/?p=1465',0,'customize_changeset','',0);
INSERT INTO `wp_posts` VALUES (1466,1,'2026-04-13 07:23:29','2026-04-13 07:23:29','{\n    \"widget_block[10]\": {\n        \"value\": {\n            \"raw_instance\": {\n                \"content\": \"<!-- wp:paragraph -->\\n<p>info@geniusworld.edu.np</p>\\n<!-- /wp:paragraph -->\"\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-13 07:23:29\"\n    },\n    \"sidebars_widgets[footer-widget-3]\": {\n        \"value\": [\n            \"block-9\",\n            \"block-10\",\n            \"block-10\",\n            \"block-12\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-13 07:23:29\"\n    },\n    \"widget_block[12]\": {\n        \"value\": {\n            \"raw_instance\": {\n                \"content\": \"<!-- wp:paragraph -->\\n<p></p>\\n<!-- /wp:paragraph -->\"\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-13 07:22:08\"\n    },\n    \"widget_block[13]\": {\n        \"value\": {\n            \"raw_instance\": {\n                \"content\": \"<!-- wp:paragraph -->\\n<p>geniusworldschoolmj@gmail.com</p>\\n<!-- /wp:paragraph -->\"\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-13 07:22:08\"\n    },\n    \"widget_block[14]\": {\n        \"value\": {\n            \"raw_instance\": {\n                \"content\": \"<!-- wp:paragraph -->\\n<p>info@geniuswo</p>\\n<!-- /wp:paragraph -->\"\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-13 07:22:08\"\n    }\n}','','','trash','closed','closed','','e1eee97e-7ff2-4366-87a9-57bef9e7f4bc','','','2026-04-13 07:23:29','2026-04-13 07:23:29','',0,'http://genius-world-school.local/?p=1466',0,'customize_changeset','',0);
INSERT INTO `wp_posts` VALUES (1467,1,'2026-04-13 07:24:23','2026-04-13 07:24:23','{\n    \"widget_block[10]\": {\n        \"value\": {\n            \"raw_instance\": {\n                \"content\": \"<!-- wp:paragraph -->\\n<p>Basundhara, Tokha 5,<br>Tokha Municipality, Kathmandu<br>+977-01-4981877/4989177<br>uni.school2017@gmail.com info@geniusworld.edu.np</p>\\n<!-- /wp:paragraph -->\"\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-13 07:24:07\"\n    },\n    \"sidebars_widgets[footer-widget-3]\": {\n        \"value\": [\n            \"block-9\",\n            \"block-10\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-13 07:24:23\"\n    }\n}','','','trash','closed','closed','','d4dcea78-4cc4-4c38-8583-b88210cc4599','','','2026-04-13 07:24:23','2026-04-13 07:24:23','',0,'http://genius-world-school.local/?p=1467',0,'customize_changeset','',0);
INSERT INTO `wp_posts` VALUES (1468,1,'2026-04-14 03:07:04','2026-04-14 03:07:04','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"644\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg\" alt=\"532113452 1269760261828985 4476903052176115497 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg 1410w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Igniting Curious minds</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n									<!--more Continue reading-->								<p data-interaction-id=\"f8debac\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 03:07:04','2026-04-14 03:07:04','',1412,'http://genius-world-school.local/?p=1468',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1469,1,'2026-04-14 03:07:04','2026-04-14 03:07:04','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"644\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg\" alt=\"532113452 1269760261828985 4476903052176115497 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/532113452_1269760261828985_4476903052176115497_n.jpg 1410w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Igniting Curious minds</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n									<!--more Continue reading-->								<p data-interaction-id=\"f8debac\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 03:07:04','2026-04-14 03:07:04','',1412,'http://genius-world-school.local/?p=1469',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1470,1,'2026-04-14 03:07:04','2026-04-14 03:07:04','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Igniting Curious minds</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 03:07:04','2026-04-14 03:07:04','',1412,'http://genius-world-school.local/?p=1470',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1472,1,'2026-04-14 03:27:12','2026-04-14 03:27:12','<h6>About us</h6>		\n			<h1>We are here to help parents raise happy and healthy children</h1>		\n													<img width=\\\"600\\\" height=\\\"600\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image.jpg 600w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image-300x300.jpg 300w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image-150x150.jpg 150w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image-400x400.jpg 400w\\\" sizes=\\\"(max-width: 600px) 100vw, 600px\\\" />													\n			<h3>We all need support through the most important period of our children: the early years</h3>		\n		<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.</p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.</p><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae.</p>		\n			<h2>Founder & Head of School</h2>		\n		<p>Magna et nibh quam eu at viverra ut hac faucibus sed cras.</p><p>Felis mauris quisque scelerisque ac et, porta sit placerat pharetra, ac sodales vel vitae tincidunt mauris arcu placerat mi quis lorem orci, parturient rutrum.</p>		\n													<img width=\\\"320\\\" height=\\\"440\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-head-of-school.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-head-of-school.jpg 320w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-head-of-school-218x300.jpg 218w\\\" sizes=\\\"(max-width: 320px) 100vw, 320px\\\" />													\n			<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"28\\\" height=\\\"24\\\" viewBox=\\\"0 0 28 24\\\" fill=\\\"none\\\"><path d=\\\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\\\" fill=\\\"#FD8549\\\"></path></svg>			\n		<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.</p>		\n			<figure><img width=\\\"129\\\" height=\\\"64\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-head-of-school-signature.png\\\" alt=\\\"\\\" /></figure>Yolanda Jenkins		\n									<h4>\n							Inclusive						\n					</h4>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n									<h4>\n							Responsible						\n					</h4>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n									<h4>\n							Respectful						\n					</h4>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n									<h4>\n							Collaborative						\n					</h4>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n			<h6>Vision</h6>		\n			We want to inspire the next integer nulla habitant nec sem nam bibendum arcu rhoncus in consequat.		\n			<h6>Mission</h6>		\n			We are here to help parents sed nulla gravida ipsum aliquam consectetur neque odio turpis fringilla pretium bibendum commodo.		\n			<h6>Meet the teachers</h6>		\n			<h2>Experts in giving your children best start</h2>		\n			<figure><img width=\\\"288\\\" height=\\\"412\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-teacher-image-3.jpg\\\" alt=\\\"\\\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>		\n			<figure><img width=\\\"288\\\" height=\\\"412\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-teacher-image-2.jpg\\\" alt=\\\"\\\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>		\n			<figure><img width=\\\"288\\\" height=\\\"412\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-teacher-image-1.jpg\\\" alt=\\\"\\\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>		\n			<h6>What parent say</h6>		\n													<img width=\\\"320\\\" height=\\\"480\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-testimonial-image.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-testimonial-image.jpg 320w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\\\" sizes=\\\"(max-width: 320px) 100vw, 320px\\\" />													\n			<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"28\\\" height=\\\"24\\\" viewBox=\\\"0 0 28 24\\\" fill=\\\"none\\\"><path d=\\\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\\\" fill=\\\"#FD8549\\\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n			<h1>More than just a joyful place</h1>		\n			<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>		\n			<a href=\\\"#\\\">\n									Enroll your kid\n					</a>','About','','inherit','closed','closed','','452-revision-v1','','','2026-04-14 03:27:12','2026-04-14 03:27:12','',452,'http://genius-world-school.local/?p=1472',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1473,1,'2026-04-14 03:27:12','2026-04-14 03:27:12','<h6>About us</h6>		\n			<h1>We are here to help parents raise happy and healthy children</h1>		\n													<img width=\\\"600\\\" height=\\\"600\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image.jpg 600w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image-300x300.jpg 300w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image-150x150.jpg 150w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-about-image-400x400.jpg 400w\\\" sizes=\\\"(max-width: 600px) 100vw, 600px\\\" />													\n			<h3>We all need support through the most important period of our children: the early years</h3>		\n		<p>Aliquam rhoncus mauris, convallis volutpat velit bibendum dui duis ut vulputate amet, ac ipsum nisl convallis ut.</p><p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.</p><p>Blandit auctor felis habitasse aliquet est potenti ut urna eget orci pellentesque commodo vitae.</p>		\n			<h2>Founder & Head of School</h2>		\n		<p>Magna et nibh quam eu at viverra ut hac faucibus sed cras.</p><p>Felis mauris quisque scelerisque ac et, porta sit placerat pharetra, ac sodales vel vitae tincidunt mauris arcu placerat mi quis lorem orci, parturient rutrum.</p>		\n													<img width=\\\"320\\\" height=\\\"440\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-head-of-school.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-head-of-school.jpg 320w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-head-of-school-218x300.jpg 218w\\\" sizes=\\\"(max-width: 320px) 100vw, 320px\\\" />													\n			<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"28\\\" height=\\\"24\\\" viewBox=\\\"0 0 28 24\\\" fill=\\\"none\\\"><path d=\\\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\\\" fill=\\\"#FD8549\\\"></path></svg>			\n		<p>Tortor platea nunc lorem morbi pellentesque sed enim viverra venenatis, sem pellentesque massa nunc quis lectus.</p>		\n			<figure><img width=\\\"129\\\" height=\\\"64\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-head-of-school-signature.png\\\" alt=\\\"\\\" /></figure>Yolanda Jenkins		\n									<h4>\n							Inclusive						\n					</h4>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n									<h4>\n							Responsible						\n					</h4>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n									<h4>\n							Respectful						\n					</h4>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n									<h4>\n							Collaborative						\n					</h4>\n									<p>\n						Nibh in sed venenatis, senectus fermentum nullam donec nulla quis ut facilisis					</p>\n			<h6>Vision</h6>		\n			We want to inspire the next integer nulla habitant nec sem nam bibendum arcu rhoncus in consequat.		\n			<h6>Mission</h6>		\n			We are here to help parents sed nulla gravida ipsum aliquam consectetur neque odio turpis fringilla pretium bibendum commodo.		\n			<h6>Meet the teachers</h6>		\n			<h2>Experts in giving your children best start</h2>		\n			<figure><img width=\\\"288\\\" height=\\\"412\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-teacher-image-3.jpg\\\" alt=\\\"\\\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>		\n			<figure><img width=\\\"288\\\" height=\\\"412\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-teacher-image-2.jpg\\\" alt=\\\"\\\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>		\n			<figure><img width=\\\"288\\\" height=\\\"412\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-teacher-image-1.jpg\\\" alt=\\\"\\\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>		\n			<h6>What parent say</h6>		\n													<img width=\\\"320\\\" height=\\\"480\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-testimonial-image.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-testimonial-image.jpg 320w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\\\" sizes=\\\"(max-width: 320px) 100vw, 320px\\\" />													\n			<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"28\\\" height=\\\"24\\\" viewBox=\\\"0 0 28 24\\\" fill=\\\"none\\\"><path d=\\\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\\\" fill=\\\"#FD8549\\\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n			<h1>More than just a joyful place</h1>		\n			<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>		\n			<a href=\\\"#\\\">\n									Enroll your kid\n					</a>','About','','inherit','closed','closed','','452-revision-v1','','','2026-04-14 03:27:12','2026-04-14 03:27:12','',452,'http://genius-world-school.local/?p=1473',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1474,1,'2026-04-14 03:27:12','2026-04-14 03:27:12','<h6>About us</h6>					<h1><p data-start=\"0\" data-end=\"258\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.</p>\nThe school follows a student-centered approach, promoting creativity, critical thinking, and overall development—academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.</h1>															<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg\" alt=\"img 6138\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																<h3>Child-Centered Learning Approach</h3>		<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child’s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.</p>			<h2>Welcome to Genius World School</h2>		<p data-start=\"138\" data-end=\"429\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.</p><p data-start=\"431\" data-end=\"749\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.</p><p data-start=\"751\" data-end=\"942\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.</p><p data-start=\"944\" data-end=\"1080\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.</p><p data-start=\"1082\" data-end=\"1119\">Thank you for your trust and support.</p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Hemanta Sunuwar</strong></p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Principal</strong><br data-start=\"1134\" data-end=\"1137\" />Genius World School</p>													<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h4>\n							Inclusive						\n					</h4>\n									<p>\n						We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h4>\n							Responsible						\n					</h4>\n									<p>\n						We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h4>\n							Respectful						\n					</h4>\n									<p>\n						We foster a culture of mutual respect, kindness, and understanding, where everyone’s voice and individuality are honored.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"></path></svg>				\n									<h4>\n							Collaborative						\n					</h4>\n									<p>\n						We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.					</p>\n							<h6>Vision</h6>					“Igniting Curious Minds,” we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.					<h6>Mission</h6>					At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.					<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','About','','inherit','closed','closed','','452-revision-v1','','','2026-04-14 03:27:12','2026-04-14 03:27:12','',452,'http://genius-world-school.local/?p=1474',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1475,1,'2026-04-14 03:28:00','2026-04-14 03:28:00','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Igniting Curious minds</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 03:28:00','2026-04-14 03:28:00','',1412,'http://genius-world-school.local/?p=1475',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1476,1,'2026-04-14 03:28:00','2026-04-14 03:28:00','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Igniting Curious minds</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 03:28:00','2026-04-14 03:28:00','',1412,'http://genius-world-school.local/?p=1476',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1477,1,'2026-04-14 03:28:01','2026-04-14 03:28:01','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 03:28:01','2026-04-14 03:28:01','',1412,'http://genius-world-school.local/?p=1477',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1478,1,'2026-04-14 03:29:27','2026-04-14 03:29:27','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 03:29:27','2026-04-14 03:29:27','',1412,'http://genius-world-school.local/?p=1478',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1479,1,'2026-04-14 03:29:27','2026-04-14 03:29:27','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 03:29:27','2026-04-14 03:29:27','',1412,'http://genius-world-school.local/?p=1479',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1480,1,'2026-04-14 03:29:28','2026-04-14 03:29:28','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 03:29:28','2026-04-14 03:29:28','',1412,'http://genius-world-school.local/?p=1480',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1481,1,'2026-04-14 03:31:41','2026-04-14 03:31:41','<h6>About us</h6>					<h1><p data-start=\"0\" data-end=\"258\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.</p>\nThe school follows a student-centered approach, promoting creativity, critical thinking, and overall development—academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.</h1>															<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg\" alt=\"img 6138\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																<h3>Child-Centered Learning Approach</h3>		<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child’s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.</p>			<h2>Welcome to Genius World School</h2>		<p data-start=\"138\" data-end=\"429\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.</p><p data-start=\"431\" data-end=\"749\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.</p><p data-start=\"751\" data-end=\"942\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.</p><p data-start=\"944\" data-end=\"1080\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.</p><p data-start=\"1082\" data-end=\"1119\">Thank you for your trust and support.</p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Hemanta Sunuwar</strong></p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Principal</strong><br data-start=\"1134\" data-end=\"1137\" />Genius World School</p>													<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h4>\n							Inclusive						\n					</h4>\n									<p>\n						We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h4>\n							Responsible						\n					</h4>\n									<p>\n						We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h4>\n							Respectful						\n					</h4>\n									<p>\n						We foster a culture of mutual respect, kindness, and understanding, where everyone’s voice and individuality are honored.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"></path></svg>				\n									<h4>\n							Collaborative						\n					</h4>\n									<p>\n						We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.					</p>\n							<h6>Vision</h6>					“Igniting Curious Minds,” we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.					<h6>Mission</h6>					At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.					<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','About','','inherit','closed','closed','','452-revision-v1','','','2026-04-14 03:31:41','2026-04-14 03:31:41','',452,'http://genius-world-school.local/?p=1481',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1482,1,'2026-04-14 03:31:41','2026-04-14 03:31:41','<h6>About us</h6>					<h1><p data-start=\"0\" data-end=\"258\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.</p>\nThe school follows a student-centered approach, promoting creativity, critical thinking, and overall development—academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.</h1>															<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg\" alt=\"img 6138\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																<h3>Child-Centered Learning Approach</h3>		<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child’s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.</p>			<h2>Welcome to Genius World School</h2>		<p data-start=\"138\" data-end=\"429\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.</p><p data-start=\"431\" data-end=\"749\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.</p><p data-start=\"751\" data-end=\"942\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.</p><p data-start=\"944\" data-end=\"1080\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.</p><p data-start=\"1082\" data-end=\"1119\">Thank you for your trust and support.</p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Hemanta Sunuwar</strong></p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Principal</strong><br data-start=\"1134\" data-end=\"1137\" />Genius World School</p>													<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h4>\n							Inclusive						\n					</h4>\n									<p>\n						We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h4>\n							Responsible						\n					</h4>\n									<p>\n						We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h4>\n							Respectful						\n					</h4>\n									<p>\n						We foster a culture of mutual respect, kindness, and understanding, where everyone’s voice and individuality are honored.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"></path></svg>				\n									<h4>\n							Collaborative						\n					</h4>\n									<p>\n						We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.					</p>\n							<h6>Vision</h6>					“Igniting Curious Minds,” we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.					<h6>Mission</h6>					At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.					<h6>Meet the teachers</h6>					<h2>Experts in giving your children best start</h2>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-3.jpg\" alt=\"day care home teacher image 3\" /></figure>Ella Stark<p>Lead teacher and 1-2 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-2.jpg\" alt=\"day care home teacher image 2\" /></figure>Harriet Bailey<p>Teacher: 2-3 year olds</p>					<figure><img width=\"288\" height=\"412\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-teacher-image-1.jpg\" alt=\"day care home teacher image 1\" /></figure>Melinda Schiller<p>Teacher: 3-4 year olds</p>					<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','About','','inherit','closed','closed','','452-revision-v1','','','2026-04-14 03:31:41','2026-04-14 03:31:41','',452,'http://genius-world-school.local/?p=1482',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1483,1,'2026-04-14 03:31:41','2026-04-14 03:31:41','<h6>About us</h6>					<h1><p data-start=\"0\" data-end=\"258\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.</p>\nThe school follows a student-centered approach, promoting creativity, critical thinking, and overall development—academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.</h1>															<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg\" alt=\"img 6138\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																<h3>Child-Centered Learning Approach</h3>		<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child’s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.</p>			<h2>Welcome to Genius World School</h2>		<p data-start=\"138\" data-end=\"429\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.</p><p data-start=\"431\" data-end=\"749\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.</p><p data-start=\"751\" data-end=\"942\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.</p><p data-start=\"944\" data-end=\"1080\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.</p><p data-start=\"1082\" data-end=\"1119\">Thank you for your trust and support.</p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Hemanta Sunuwar</strong></p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Principal</strong><br data-start=\"1134\" data-end=\"1137\" />Genius World School</p>													<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h4>\n							Inclusive						\n					</h4>\n									<p>\n						We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h4>\n							Responsible						\n					</h4>\n									<p>\n						We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h4>\n							Respectful						\n					</h4>\n									<p>\n						We foster a culture of mutual respect, kindness, and understanding, where everyone’s voice and individuality are honored.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"></path></svg>				\n									<h4>\n							Collaborative						\n					</h4>\n									<p>\n						We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.					</p>\n							<h6>Vision</h6>					“Igniting Curious Minds,” we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.					<h6>Mission</h6>					At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.					<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','About','','inherit','closed','closed','','452-revision-v1','','','2026-04-14 03:31:41','2026-04-14 03:31:41','',452,'http://genius-world-school.local/?p=1483',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1484,1,'2026-04-14 08:13:56','2026-04-14 08:13:56','','Elementor Page #1484','','trash','closed','closed','','__trashed','','','2026-04-14 08:13:56','2026-04-14 08:13:56','',0,'http://genius-world-school.local/?page_id=1484',0,'page','',0);
INSERT INTO `wp_posts` VALUES (1485,1,'2026-04-14 03:32:15','2026-04-14 03:32:15','','Elementor Page #1484','','inherit','closed','closed','','1484-revision-v1','','','2026-04-14 03:32:15','2026-04-14 03:32:15','',1484,'http://genius-world-school.local/?p=1485',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1486,1,'2026-04-14 03:32:18','2026-04-14 03:32:18','<h6>About us</h6>					<h1><p data-start=\"0\" data-end=\"258\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.</p>\nThe school follows a student-centered approach, promoting creativity, critical thinking, and overall development—academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.</h1>															<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg\" alt=\"img 6138\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																<h3>Child-Centered Learning Approach</h3>		<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child’s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.</p>			<h2>Welcome to Genius World School</h2>		<p data-start=\"138\" data-end=\"429\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.</p><p data-start=\"431\" data-end=\"749\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.</p><p data-start=\"751\" data-end=\"942\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.</p><p data-start=\"944\" data-end=\"1080\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.</p><p data-start=\"1082\" data-end=\"1119\">Thank you for your trust and support.</p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Hemanta Sunuwar</strong></p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Principal</strong><br data-start=\"1134\" data-end=\"1137\" />Genius World School</p>													<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h4>\n							Inclusive						\n					</h4>\n									<p>\n						We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h4>\n							Responsible						\n					</h4>\n									<p>\n						We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h4>\n							Respectful						\n					</h4>\n									<p>\n						We foster a culture of mutual respect, kindness, and understanding, where everyone’s voice and individuality are honored.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"></path></svg>				\n									<h4>\n							Collaborative						\n					</h4>\n									<p>\n						We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.					</p>\n							<h6>Vision</h6>					“Igniting Curious Minds,” we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.					<h6>Mission</h6>					At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.					<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','About','','inherit','closed','closed','','452-revision-v1','','','2026-04-14 03:32:18','2026-04-14 03:32:18','',452,'http://genius-world-school.local/?p=1486',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1487,1,'2026-04-14 03:32:18','2026-04-14 03:32:18','<h6>About us</h6>					<h1><p data-start=\"0\" data-end=\"258\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.</p>\nThe school follows a student-centered approach, promoting creativity, critical thinking, and overall development—academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.</h1>															<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg\" alt=\"img 6138\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																<h3>Child-Centered Learning Approach</h3>		<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child’s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.</p>			<h2>Welcome to Genius World School</h2>		<p data-start=\"138\" data-end=\"429\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.</p><p data-start=\"431\" data-end=\"749\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.</p><p data-start=\"751\" data-end=\"942\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.</p><p data-start=\"944\" data-end=\"1080\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.</p><p data-start=\"1082\" data-end=\"1119\">Thank you for your trust and support.</p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Hemanta Sunuwar</strong></p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Principal</strong><br data-start=\"1134\" data-end=\"1137\" />Genius World School</p>													<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h4>\n							Inclusive						\n					</h4>\n									<p>\n						We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h4>\n							Responsible						\n					</h4>\n									<p>\n						We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h4>\n							Respectful						\n					</h4>\n									<p>\n						We foster a culture of mutual respect, kindness, and understanding, where everyone’s voice and individuality are honored.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"></path></svg>				\n									<h4>\n							Collaborative						\n					</h4>\n									<p>\n						We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.					</p>\n							<h6>Vision</h6>					“Igniting Curious Minds,” we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.					<h6>Mission</h6>					At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.					<h1>More than just a joyful place</h1>					<p>Egestas pulvinar phasellus id odio viverra pharetra congue est eleifend aenean cras</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','About','','inherit','closed','closed','','452-revision-v1','','','2026-04-14 03:32:18','2026-04-14 03:32:18','',452,'http://genius-world-school.local/?p=1487',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1488,1,'2026-04-14 03:32:18','2026-04-14 03:32:18','<h6>About us</h6>					<h1><p data-start=\"0\" data-end=\"258\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.</p>\nThe school follows a student-centered approach, promoting creativity, critical thinking, and overall development—academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.</h1>															<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg\" alt=\"img 6138\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																<h3>Child-Centered Learning Approach</h3>		<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child’s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.</p>			<h2>Welcome to Genius World School</h2>		<p data-start=\"138\" data-end=\"429\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.</p><p data-start=\"431\" data-end=\"749\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.</p><p data-start=\"751\" data-end=\"942\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.</p><p data-start=\"944\" data-end=\"1080\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.</p><p data-start=\"1082\" data-end=\"1119\">Thank you for your trust and support.</p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Hemanta Sunuwar</strong></p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Principal</strong><br data-start=\"1134\" data-end=\"1137\" />Genius World School</p>													<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h4>\n							Inclusive						\n					</h4>\n									<p>\n						We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h4>\n							Responsible						\n					</h4>\n									<p>\n						We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h4>\n							Respectful						\n					</h4>\n									<p>\n						We foster a culture of mutual respect, kindness, and understanding, where everyone’s voice and individuality are honored.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"></path></svg>				\n									<h4>\n							Collaborative						\n					</h4>\n									<p>\n						We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.					</p>\n							<h6>Vision</h6>					“Igniting Curious Minds,” we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.					<h6>Mission</h6>					At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.					<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','About','','inherit','closed','closed','','452-revision-v1','','','2026-04-14 03:32:18','2026-04-14 03:32:18','',452,'http://genius-world-school.local/?p=1488',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1489,1,'2026-04-14 03:32:44','2026-04-14 03:32:44','','Elementor Page #1489','','trash','closed','closed','','elementor-page-1489__trashed','','','2026-04-14 08:14:00','2026-04-14 08:14:00','',0,'http://genius-world-school.local/?page_id=1489',0,'page','',0);
INSERT INTO `wp_posts` VALUES (1490,1,'2026-04-14 03:32:44','2026-04-14 03:32:44','','Elementor Page #1489','','inherit','closed','closed','','1489-revision-v1','','','2026-04-14 03:32:44','2026-04-14 03:32:44','',1489,'http://genius-world-school.local/?p=1490',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1491,1,'2026-04-14 03:35:36','2026-04-14 03:35:36','<h2>Our Team</h2>							\n		<img \n					data-interaction-id=\"458d59c\" \n									id=\"1508\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg 1024w\"\n												alt=\"team\"\n						/>','Our Team','','trash','closed','closed','','elementor-page-1491__trashed','','','2026-04-14 08:13:45','2026-04-14 08:13:45','',0,'http://genius-world-school.local/?page_id=1491',3,'page','',0);
INSERT INTO `wp_posts` VALUES (1492,1,'2026-04-14 03:33:58','2026-04-14 03:33:58','','Elementor Page #1491','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:33:58','2026-04-14 03:33:58','',1491,'http://genius-world-school.local/?p=1492',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1493,1,'2026-04-14 03:34:02','2026-04-14 03:34:02','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 03:34:02','2026-04-14 03:34:02','',1412,'http://genius-world-school.local/?p=1493',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1494,1,'2026-04-14 03:34:02','2026-04-14 03:34:02','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 03:34:02','2026-04-14 03:34:02','',1412,'http://genius-world-school.local/?p=1494',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1495,1,'2026-04-14 03:34:03','2026-04-14 03:34:03','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 03:34:03','2026-04-14 03:34:03','',1412,'http://genius-world-school.local/?p=1495',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1496,1,'2026-04-14 03:34:53','2026-04-14 03:34:53','','Elementor Page #1491','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:34:53','2026-04-14 03:34:53','',1491,'http://genius-world-school.local/?p=1496',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1497,1,'2026-04-14 03:34:53','2026-04-14 03:34:53','','Elementor Page #1491','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:34:53','2026-04-14 03:34:53','',1491,'http://genius-world-school.local/?p=1497',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1498,1,'2026-04-14 03:34:54','2026-04-14 03:34:54','<p data-interaction-id=\"1d3f821\"  >\n								Type your paragraph here\n					</p>','Elementor Page #1491','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:34:54','2026-04-14 03:34:54','',1491,'http://genius-world-school.local/?p=1498',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1499,1,'2026-04-14 03:35:00','2026-04-14 03:35:00','<p data-interaction-id=\"1d3f821\"  >\n								Type your paragraph here\n					</p>','Elementor Page #1491','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:35:00','2026-04-14 03:35:00','',1491,'http://genius-world-school.local/?p=1499',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1500,1,'2026-04-14 03:35:00','2026-04-14 03:35:00','<p data-interaction-id=\"1d3f821\"  >\n								Type your paragraph here\n					</p>','Elementor Page #1491','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:35:00','2026-04-14 03:35:00','',1491,'http://genius-world-school.local/?p=1500',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1501,1,'2026-04-14 03:35:01','2026-04-14 03:35:01','<p data-interaction-id=\"1d3f821\"  >\n								Our Team\n					</p>','Elementor Page #1491','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:35:01','2026-04-14 03:35:01','',1491,'http://genius-world-school.local/?p=1501',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1502,1,'2026-04-14 03:35:36','2026-04-14 03:35:36','<p data-interaction-id=\"1d3f821\"  >\n								Our Team\n					</p>','Elementor Page #1491','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:35:36','2026-04-14 03:35:36','',1491,'http://genius-world-school.local/?p=1502',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1503,1,'2026-04-14 03:35:36','2026-04-14 03:35:36','<p data-interaction-id=\"1d3f821\"  >\n								Our Team\n					</p>','Elementor Page #1491','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:35:36','2026-04-14 03:35:36','',1491,'http://genius-world-school.local/?p=1503',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1504,1,'2026-04-14 03:35:36','2026-04-14 03:35:36','<h2>Add Your Heading Text Here</h2>','Elementor Page #1491','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:35:36','2026-04-14 03:35:36','',1491,'http://genius-world-school.local/?p=1504',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1505,1,'2026-04-14 03:36:13','2026-04-14 03:36:13','<h2>Add Your Heading Text Here</h2>','Elementor Page #1491','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:36:13','2026-04-14 03:36:13','',1491,'http://genius-world-school.local/?p=1505',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1506,1,'2026-04-14 03:36:13','2026-04-14 03:36:13','<h2>Add Your Heading Text Here</h2>','Elementor Page #1491','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:36:13','2026-04-14 03:36:13','',1491,'http://genius-world-school.local/?p=1506',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1507,1,'2026-04-14 03:36:13','2026-04-14 03:36:13','<h2>Our Team</h2>','Elementor Page #1491','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:36:13','2026-04-14 03:36:13','',1491,'http://genius-world-school.local/?p=1507',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1508,1,'2026-04-14 03:37:31','2026-04-14 03:37:31','','team','','inherit','open','closed','','team','','','2026-04-14 03:37:31','2026-04-14 03:37:31','',452,'http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1509,1,'2026-04-14 03:37:58','2026-04-14 03:37:58','<h2>Our Team</h2>','Elementor Page #1491','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:37:58','2026-04-14 03:37:58','',1491,'http://genius-world-school.local/?p=1509',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1510,1,'2026-04-14 03:37:58','2026-04-14 03:37:58','<h2>Our Team</h2>','Elementor Page #1491','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:37:58','2026-04-14 03:37:58','',1491,'http://genius-world-school.local/?p=1510',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1511,1,'2026-04-14 03:37:59','2026-04-14 03:37:59','<h2>Our Team</h2>							\n		<img \n					data-interaction-id=\"458d59c\" \n									id=\"1508\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg 1024w\"\n												alt=\"team\"\n						/>','Elementor Page #1491','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:37:59','2026-04-14 03:37:59','',1491,'http://genius-world-school.local/?p=1511',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1512,1,'2026-04-14 03:39:01','2026-04-14 03:39:01','<h2>Our Team</h2>							\n		<img \n					data-interaction-id=\"458d59c\" \n									id=\"1508\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg 1024w\"\n												alt=\"team\"\n						/>','Elementor Page #1491','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:39:01','2026-04-14 03:39:01','',1491,'http://genius-world-school.local/?p=1512',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1513,1,'2026-04-14 03:39:01','2026-04-14 03:39:01','<h2>Our Team</h2>							\n		<img \n					data-interaction-id=\"458d59c\" \n									id=\"1508\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg 1024w\"\n												alt=\"team\"\n						/>','Our Team','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:39:01','2026-04-14 03:39:01','',1491,'http://genius-world-school.local/?p=1513',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1514,1,'2026-04-14 03:39:02','2026-04-14 03:39:02','<h2>Our Team</h2>							\n		<img \n					data-interaction-id=\"458d59c\" \n									id=\"1508\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg 1024w\"\n												alt=\"team\"\n						/>','Our Team','','inherit','closed','closed','','1491-revision-v1','','','2026-04-14 03:39:02','2026-04-14 03:39:02','',1491,'http://genius-world-school.local/?p=1514',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1515,1,'2026-04-14 08:14:04','2026-04-14 08:14:04','','Elementor Page #1515','','trash','closed','closed','','__trashed-2','','','2026-04-14 08:14:04','2026-04-14 08:14:04','',0,'http://genius-world-school.local/?page_id=1515',0,'page','',0);
INSERT INTO `wp_posts` VALUES (1516,1,'2026-04-14 03:39:33','2026-04-14 03:39:33','','Elementor Page #1515','','inherit','closed','closed','','1515-revision-v1','','','2026-04-14 03:39:33','2026-04-14 03:39:33','',1515,'http://genius-world-school.local/?p=1516',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1517,1,'2026-04-14 03:41:38','2026-04-14 03:41:38','<h2>Our Team</h2>							\n		<img \n					data-interaction-id=\"ff331b1\" \n									id=\"1508\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg\"\n												width=\"1024\"\n												height=\"683\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg 768w\"\n												alt=\"team\"\n						/>\n									<p data-interaction-id=\"0e2e6d7\"  >\n								At&nbsp;<strong>Genius World School</strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers</strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student’s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff</strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff</strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School</strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\n					</p>\n<hr data-interaction-id=\"c4c643c\"   />','Our Team','','publish','closed','closed','','our-team','','','2026-04-14 04:05:37','2026-04-14 04:05:37','',0,'http://genius-world-school.local/?page_id=1517',0,'page','',0);
INSERT INTO `wp_posts` VALUES (1518,1,'2026-04-14 03:41:38','2026-04-14 03:41:38','','Elementor Page #1517','','inherit','closed','closed','','1517-revision-v1','','','2026-04-14 03:41:38','2026-04-14 03:41:38','',1517,'http://genius-world-school.local/?p=1518',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1519,1,'2026-04-14 03:41:54','2026-04-14 03:41:54','','Elementor Page #1517','','inherit','closed','closed','','1517-revision-v1','','','2026-04-14 03:41:54','2026-04-14 03:41:54','',1517,'http://genius-world-school.local/?p=1519',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1520,1,'2026-04-14 03:41:54','2026-04-14 03:41:54','','Our Team','','inherit','closed','closed','','1517-revision-v1','','','2026-04-14 03:41:54','2026-04-14 03:41:54','',1517,'http://genius-world-school.local/?p=1520',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1521,1,'2026-04-14 03:41:54','2026-04-14 03:41:54','','Our Team','','inherit','closed','closed','','1517-revision-v1','','','2026-04-14 03:41:54','2026-04-14 03:41:54','',1517,'http://genius-world-school.local/?p=1521',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1523,1,'2026-04-14 03:45:48','2026-04-14 03:45:48','{\n    \"nav_menu_item[1266]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 1266,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Mission\",\n            \"url\": \"#\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"_invalid\": false,\n            \"original_title\": \"\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 03:45:48\"\n    },\n    \"nav_menu_item[1267]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 1267,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Programs\",\n            \"url\": \"#\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"_invalid\": false,\n            \"original_title\": \"\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 03:45:48\"\n    }\n}','','','trash','closed','closed','','e81cd989-99e6-49de-989b-3cd157fbcc8d','','','2026-04-14 03:45:48','2026-04-14 03:45:48','',0,'http://genius-world-school.local/e81cd989-99e6-49de-989b-3cd157fbcc8d/',0,'customize_changeset','',0);
INSERT INTO `wp_posts` VALUES (1524,1,'2026-04-14 03:46:17','2026-04-14 03:46:17','{\n    \"nav_menu_item[-6594381369515805000]\": {\n        \"value\": {\n            \"object_id\": 1517,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 6,\n            \"type\": \"post_type\",\n            \"title\": \"\",\n            \"url\": \"http://genius-world-school.local/our-team/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"nav_menu_term_id\": 4,\n            \"_invalid\": false,\n            \"original_title\": \"Our Team\",\n            \"type_label\": \"Elementor\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 03:46:17\"\n    }\n}','','','trash','closed','closed','','b0d4f8fc-81ef-4b2c-83a2-930838af6c72','','','2026-04-14 03:46:17','2026-04-14 03:46:17','',0,'http://genius-world-school.local/b0d4f8fc-81ef-4b2c-83a2-930838af6c72/',0,'customize_changeset','',0);
INSERT INTO `wp_posts` VALUES (1525,1,'2026-04-14 13:48:21','2026-04-14 03:46:17',' ','','','publish','closed','closed','','1525','','','2026-04-14 13:48:21','2026-04-14 13:48:21','',0,'http://genius-world-school.local/1525/',3,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (1526,1,'2026-04-14 03:46:34','2026-04-14 03:46:34','{\n    \"nav_menu_item[1127]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 739,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://genius-world-school.local/program/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 4,\n            \"status\": \"publish\",\n            \"_invalid\": false,\n            \"original_title\": \"Program\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 03:46:26\"\n    },\n    \"nav_menu_item[1128]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 938,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://genius-world-school.local/admission/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 5,\n            \"status\": \"publish\",\n            \"_invalid\": false,\n            \"original_title\": \"Admission\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 03:46:26\"\n    },\n    \"nav_menu_item[1129]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 1059,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://genius-world-school.local/contact/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 6,\n            \"status\": \"publish\",\n            \"_invalid\": false,\n            \"original_title\": \"Contact\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 03:46:26\"\n    },\n    \"nav_menu_item[1525]\": {\n        \"value\": {\n            \"object_id\": 1517,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 3,\n            \"type\": \"post_type\",\n            \"title\": \"\",\n            \"url\": \"http://genius-world-school.local/our-team/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"nav_menu_term_id\": 4,\n            \"_invalid\": false,\n            \"original_title\": \"Our Team\",\n            \"type_label\": \"Elementor\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 03:46:34\"\n    }\n}','','','trash','closed','closed','','bed2d468-0402-4cd5-99ff-a2c15ab413f3','','','2026-04-14 03:46:34','2026-04-14 03:46:34','',0,'http://genius-world-school.local/?p=1526',0,'customize_changeset','',0);
INSERT INTO `wp_posts` VALUES (1527,1,'2026-04-14 03:47:08','2026-04-14 03:47:08','{\n    \"nav_menu_item[1125]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 1412,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://genius-world-school.local/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"_invalid\": false,\n            \"original_title\": \"Home\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 03:47:08\"\n    },\n    \"nav_menu_item[1126]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 452,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://genius-world-school.local/about/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"_invalid\": false,\n            \"original_title\": \"About\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 03:47:08\"\n    },\n    \"nav_menu_item[1525]\": {\n        \"value\": {\n            \"object_id\": 1517,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 3,\n            \"type\": \"post_type\",\n            \"title\": \"\",\n            \"url\": \"http://genius-world-school.local/our-team/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"nav_menu_term_id\": 4,\n            \"_invalid\": false,\n            \"original_title\": \"Our Team\",\n            \"type_label\": \"Elementor\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 03:47:08\"\n    }\n}','','','trash','closed','closed','','29a101ae-b9be-44c7-b6ff-a7eecf783d2c','','','2026-04-14 03:47:08','2026-04-14 03:47:08','',0,'http://genius-world-school.local/29a101ae-b9be-44c7-b6ff-a7eecf783d2c/',0,'customize_changeset','',0);
INSERT INTO `wp_posts` VALUES (1528,1,'2026-04-14 03:49:50','2026-04-14 03:49:50','','Our Team','','inherit','closed','closed','','1517-revision-v1','','','2026-04-14 03:49:50','2026-04-14 03:49:50','',1517,'http://genius-world-school.local/?p=1528',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1529,1,'2026-04-14 03:49:50','2026-04-14 03:49:50','','Our Team','','inherit','closed','closed','','1517-revision-v1','','','2026-04-14 03:49:50','2026-04-14 03:49:50','',1517,'http://genius-world-school.local/?p=1529',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1530,1,'2026-04-14 03:49:51','2026-04-14 03:49:51','<h2>Our Team</h2>							\n		<img \n					data-interaction-id=\"ff331b1\" \n									id=\"1508\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg\"\n												width=\"1024\"\n												height=\"683\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg 768w\"\n												alt=\"team\"\n						/>\n									<p data-interaction-id=\"0e2e6d7\"  >\n								At&nbsp;<strong>Genius World School</strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers</strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student’s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff</strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff</strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School</strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\n					</p>','Our Team','','inherit','closed','closed','','1517-revision-v1','','','2026-04-14 03:49:51','2026-04-14 03:49:51','',1517,'http://genius-world-school.local/?p=1530',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1531,1,'2026-04-14 03:57:18','2026-04-14 03:57:18','<h2>Our Team</h2>							\n		<img \n					data-interaction-id=\"ff331b1\" \n									id=\"1508\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg\"\n												width=\"1024\"\n												height=\"683\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg 768w\"\n												alt=\"team\"\n						/>\n									<p data-interaction-id=\"0e2e6d7\"  >\n								At&nbsp;<strong>Genius World School</strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers</strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student’s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff</strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff</strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School</strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\n					</p>','Our Team','','inherit','closed','closed','','1517-revision-v1','','','2026-04-14 03:57:18','2026-04-14 03:57:18','',1517,'http://genius-world-school.local/?p=1531',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1532,1,'2026-04-14 03:57:18','2026-04-14 03:57:18','<h2>Our Team</h2>							\n		<img \n					data-interaction-id=\"ff331b1\" \n									id=\"1508\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg\"\n												width=\"1024\"\n												height=\"683\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg 768w\"\n												alt=\"team\"\n						/>\n									<p data-interaction-id=\"0e2e6d7\"  >\n								At&nbsp;<strong>Genius World School</strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers</strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student’s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff</strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff</strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School</strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\n					</p>','Our Team','','inherit','closed','closed','','1517-revision-v1','','','2026-04-14 03:57:18','2026-04-14 03:57:18','',1517,'http://genius-world-school.local/?p=1532',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1533,1,'2026-04-14 03:57:19','2026-04-14 03:57:19','<h2>Our Team</h2>							\n		<img \n					data-interaction-id=\"ff331b1\" \n									id=\"1508\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg\"\n												width=\"1024\"\n												height=\"683\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg 768w\"\n												alt=\"team\"\n						/>\n									<p data-interaction-id=\"0e2e6d7\"  >\n								At&nbsp;<strong>Genius World School</strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers</strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student’s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff</strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff</strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School</strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\n					</p>\n								Administrative Staff\n								Teaching Staff\n								Non-Teaching Staff\n<hr data-interaction-id=\"c4c643c\"   />\n		<img \n					data-interaction-id=\"6093f84\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"141c2e5\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"cffc485\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"119dd52\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"e8aeba7\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"a36a667\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>','Our Team','','inherit','closed','closed','','1517-revision-v1','','','2026-04-14 03:57:19','2026-04-14 03:57:19','',1517,'http://genius-world-school.local/?p=1533',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1535,1,'2026-04-14 03:58:29','2026-04-14 03:58:29','','viber image 2026 03 26 13 59 55 746','','inherit','open','closed','','viber_image_2026-03-26_13-59-55-746','','','2026-04-14 03:58:29','2026-04-14 03:58:29','',0,'http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-26_13-59-55-746.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1536,1,'2026-04-14 04:04:46','2026-04-14 04:04:46','<h2>Our Team</h2>							\n		<img \n					data-interaction-id=\"ff331b1\" \n									id=\"1508\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg\"\n												width=\"1024\"\n												height=\"683\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg 768w\"\n												alt=\"team\"\n						/>\n									<p data-interaction-id=\"0e2e6d7\"  >\n								At&nbsp;<strong>Genius World School</strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers</strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student’s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff</strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff</strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School</strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\n					</p>\n								Administrative Staff\n								Teaching Staff\n								Non-Teaching Staff\n<hr data-interaction-id=\"c4c643c\"   />\n		<img \n					data-interaction-id=\"6093f84\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"141c2e5\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"cffc485\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"119dd52\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"e8aeba7\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"a36a667\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>','Our Team','','inherit','closed','closed','','1517-revision-v1','','','2026-04-14 04:04:46','2026-04-14 04:04:46','',1517,'http://genius-world-school.local/?p=1536',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1537,1,'2026-04-14 04:04:46','2026-04-14 04:04:46','<h2>Our Team</h2>							\n		<img \n					data-interaction-id=\"ff331b1\" \n									id=\"1508\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg\"\n												width=\"1024\"\n												height=\"683\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg 768w\"\n												alt=\"team\"\n						/>\n									<p data-interaction-id=\"0e2e6d7\"  >\n								At&nbsp;<strong>Genius World School</strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers</strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student’s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff</strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff</strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School</strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\n					</p>\n								Administrative Staff\n								Teaching Staff\n								Non-Teaching Staff\n<hr data-interaction-id=\"c4c643c\"   />\n		<img \n					data-interaction-id=\"6093f84\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"141c2e5\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"cffc485\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"119dd52\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"e8aeba7\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"a36a667\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>','Our Team','','inherit','closed','closed','','1517-revision-v1','','','2026-04-14 04:04:46','2026-04-14 04:04:46','',1517,'http://genius-world-school.local/?p=1537',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1538,1,'2026-04-14 04:04:46','2026-04-14 04:04:46','<h2>Our Team</h2>							\n		<img \n					data-interaction-id=\"ff331b1\" \n									id=\"1508\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg\"\n												width=\"1024\"\n												height=\"683\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg 768w\"\n												alt=\"team\"\n						/>\n									<p data-interaction-id=\"0e2e6d7\"  >\n								At&nbsp;<strong>Genius World School</strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers</strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student’s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff</strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff</strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School</strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\n					</p>\n								Administrative Staff\n								Teaching Staff\n								Non-Teaching Staff\n<hr data-interaction-id=\"c4c643c\"   />\n		<img \n					data-interaction-id=\"6093f84\" \n									id=\"1426\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg\"\n												width=\"768\"\n												height=\"927\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w\"\n												alt=\"viber image 2026 04 02 20 35 24 922\"\n						/>\n		<img \n					data-interaction-id=\"141c2e5\" \n									id=\"1535\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-26_13-59-55-746-768x1024.jpg\"\n												width=\"768\"\n												height=\"1024\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-26_13-59-55-746-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-26_13-59-55-746-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-26_13-59-55-746.jpg 896w\"\n												alt=\"viber image 2026 03 26 13 59 55 746\"\n						/>\n		<img \n					data-interaction-id=\"cffc485\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"119dd52\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"e8aeba7\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"a36a667\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>','Our Team','','inherit','closed','closed','','1517-revision-v1','','','2026-04-14 04:04:46','2026-04-14 04:04:46','',1517,'http://genius-world-school.local/?p=1538',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1539,1,'2026-04-14 04:05:37','2026-04-14 04:05:37','<h2>Our Team</h2>							\n		<img \n					data-interaction-id=\"ff331b1\" \n									id=\"1508\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg\"\n												width=\"1024\"\n												height=\"683\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg 768w\"\n												alt=\"team\"\n						/>\n									<p data-interaction-id=\"0e2e6d7\"  >\n								At&nbsp;<strong>Genius World School</strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers</strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student’s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff</strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff</strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School</strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\n					</p>\n								Administrative Staff\n								Teaching Staff\n								Non-Teaching Staff\n<hr data-interaction-id=\"c4c643c\"   />\n		<img \n					data-interaction-id=\"6093f84\" \n									id=\"1426\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg\"\n												width=\"768\"\n												height=\"927\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w\"\n												alt=\"viber image 2026 04 02 20 35 24 922\"\n						/>\n		<img \n					data-interaction-id=\"141c2e5\" \n									id=\"1535\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-26_13-59-55-746-768x1024.jpg\"\n												width=\"768\"\n												height=\"1024\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-26_13-59-55-746-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-26_13-59-55-746-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-26_13-59-55-746.jpg 896w\"\n												alt=\"viber image 2026 03 26 13 59 55 746\"\n						/>\n		<img \n					data-interaction-id=\"cffc485\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"119dd52\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"e8aeba7\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"a36a667\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>','Our Team','','inherit','closed','closed','','1517-revision-v1','','','2026-04-14 04:05:37','2026-04-14 04:05:37','',1517,'http://genius-world-school.local/?p=1539',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1540,1,'2026-04-14 04:05:37','2026-04-14 04:05:37','<h2>Our Team</h2>							\n		<img \n					data-interaction-id=\"ff331b1\" \n									id=\"1508\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg\"\n												width=\"1024\"\n												height=\"683\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg 768w\"\n												alt=\"team\"\n						/>\n									<p data-interaction-id=\"0e2e6d7\"  >\n								At&nbsp;<strong>Genius World School</strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers</strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student’s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff</strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff</strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School</strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\n					</p>\n								Administrative Staff\n								Teaching Staff\n								Non-Teaching Staff\n<hr data-interaction-id=\"c4c643c\"   />\n		<img \n					data-interaction-id=\"6093f84\" \n									id=\"1426\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg\"\n												width=\"768\"\n												height=\"927\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w\"\n												alt=\"viber image 2026 04 02 20 35 24 922\"\n						/>\n		<img \n					data-interaction-id=\"141c2e5\" \n									id=\"1535\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-26_13-59-55-746-768x1024.jpg\"\n												width=\"768\"\n												height=\"1024\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-26_13-59-55-746-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-26_13-59-55-746-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-26_13-59-55-746.jpg 896w\"\n												alt=\"viber image 2026 03 26 13 59 55 746\"\n						/>\n		<img \n					data-interaction-id=\"cffc485\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"119dd52\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"e8aeba7\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"a36a667\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>','Our Team','','inherit','closed','closed','','1517-revision-v1','','','2026-04-14 04:05:37','2026-04-14 04:05:37','',1517,'http://genius-world-school.local/?p=1540',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1541,1,'2026-04-14 04:05:37','2026-04-14 04:05:37','<h2>Our Team</h2>							\n		<img \n					data-interaction-id=\"ff331b1\" \n									id=\"1508\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg\"\n												width=\"1024\"\n												height=\"683\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Team.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/Team-768x512.jpg 768w\"\n												alt=\"team\"\n						/>\n									<p data-interaction-id=\"0e2e6d7\"  >\n								At&nbsp;<strong>Genius World School</strong>, our strength lies in our dedicated team of teachers, non-teaching staff, and administrative staff who work together to create a supportive and effective learning environment.<br><br><strong>Teachers</strong><br>Our teachers are the backbone of the school. They are highly qualified, passionate, and committed to helping students grow academically and personally. They use modern teaching methods, encourage creativity, and focus on understanding each student’s individual needs. Beyond academics, they guide students in developing good values, discipline, and confidence.<br><br><strong>Non-Teaching Staff</strong><br>The non-teaching staff play a vital role in the smooth functioning of the school. This group includes librarians, lab assistants, cleaners, security personnel, and helpers. They ensure that the school environment is clean, safe, and well-organized so that students and teachers can focus on learning without any distractions.<br><br><strong>Administrative Staff</strong><br>The administrative staff manages the overall operations of the school. They handle admissions, communication, records, scheduling, and coordination between different departments. Their efficient management ensures that the school runs smoothly and that students, parents, and teachers receive timely support and information.&nbsp;<br><br>Together, all members of&nbsp;<strong>Genius World School</strong>&nbsp;work as one team to provide a safe, disciplined, and inspiring environment for students to learn and grow.\n					</p>\n<hr data-interaction-id=\"c4c643c\"   />','Our Team','','inherit','closed','closed','','1517-revision-v1','','','2026-04-14 04:05:37','2026-04-14 04:05:37','',1517,'http://genius-world-school.local/?p=1541',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1542,1,'2026-04-14 04:07:18','2026-04-14 04:07:18','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:07:18','2026-04-14 04:07:18','',1412,'http://genius-world-school.local/?p=1542',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1543,1,'2026-04-14 04:07:18','2026-04-14 04:07:18','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:07:18','2026-04-14 04:07:18','',1412,'http://genius-world-school.local/?p=1543',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1544,1,'2026-04-14 04:07:19','2026-04-14 04:07:19','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:07:19','2026-04-14 04:07:19','',1412,'http://genius-world-school.local/?p=1544',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1545,1,'2026-04-14 04:08:43','2026-04-14 04:08:43','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:08:43','2026-04-14 04:08:43','',1412,'http://genius-world-school.local/?p=1545',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1546,1,'2026-04-14 04:08:43','2026-04-14 04:08:43','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:08:43','2026-04-14 04:08:43','',1412,'http://genius-world-school.local/?p=1546',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1547,1,'2026-04-14 04:08:44','2026-04-14 04:08:44','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:08:44','2026-04-14 04:08:44','',1412,'http://genius-world-school.local/?p=1547',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1548,1,'2026-04-14 04:10:13','2026-04-14 04:10:13','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:10:13','2026-04-14 04:10:13','',1412,'http://genius-world-school.local/?p=1548',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1549,1,'2026-04-14 04:10:14','2026-04-14 04:10:14','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:10:14','2026-04-14 04:10:14','',1412,'http://genius-world-school.local/?p=1549',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1550,1,'2026-04-14 04:10:14','2026-04-14 04:10:14','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:10:14','2026-04-14 04:10:14','',1412,'http://genius-world-school.local/?p=1550',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1551,1,'2026-04-14 04:11:28','2026-04-14 04:11:28','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:11:28','2026-04-14 04:11:28','',1412,'http://genius-world-school.local/?p=1551',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1552,1,'2026-04-14 04:11:28','2026-04-14 04:11:28','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n				<p>Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future.</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:11:28','2026-04-14 04:11:28','',1412,'http://genius-world-school.local/?p=1552',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1553,1,'2026-04-14 04:11:29','2026-04-14 04:11:29','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:11:29','2026-04-14 04:11:29','',1412,'http://genius-world-school.local/?p=1553',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1554,1,'2026-04-14 04:12:22','2026-04-14 04:12:22','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:12:22','2026-04-14 04:12:22','',1412,'http://genius-world-school.local/?p=1554',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1555,1,'2026-04-14 04:12:22','2026-04-14 04:12:22','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:12:22','2026-04-14 04:12:22','',1412,'http://genius-world-school.local/?p=1555',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1556,1,'2026-04-14 04:12:23','2026-04-14 04:12:23','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:12:23','2026-04-14 04:12:23','',1412,'http://genius-world-school.local/?p=1556',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1558,1,'2026-04-14 04:22:25','2026-04-14 04:22:25','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:22:25','2026-04-14 04:22:25','',1412,'http://genius-world-school.local/?p=1558',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1559,1,'2026-04-14 04:22:25','2026-04-14 04:22:25','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n																	<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg\" title=\"1774848959808467\" alt=\"1774848959808467\" loading=\"lazy\" />																										<img src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg\" title=\"screenshot 20260220 182447 gallery.jpg\" alt=\"screenshot 20260220 182447 gallery.jpg\" loading=\"lazy\" />																										<img width=\"1024\" height=\"858\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg\" alt=\"585042675 1352876270184050 2671447973923849114 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"1024\" height=\"683\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg\" alt=\"650770640 1451850190286657 4719770776745907851 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:22:25','2026-04-14 04:22:25','',1412,'http://genius-world-school.local/?p=1559',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1560,1,'2026-04-14 04:22:26','2026-04-14 04:22:26','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n		<img \n					data-interaction-id=\"f326291\" \n									id=\"1450\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg\"\n												width=\"768\"\n												height=\"1024\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-1152x1536.jpg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg 1200w\"\n												alt=\"1774848959808467\"\n						/>\n		<img \n					data-interaction-id=\"dc6b923\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"e1114b4\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"098f79d\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"65ec28e\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"42a4af1\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"47fd7a9\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"362ee98\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"4d204d9\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"9588e35\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"121de77\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"7f1b95f\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"b4ac241\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"27a2059\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"cb5b91b\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n						<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:22:26','2026-04-14 04:22:26','',1412,'http://genius-world-school.local/?p=1560',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1562,1,'2026-04-14 04:41:58','2026-04-14 04:41:58','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n		<img \n					data-interaction-id=\"f326291\" \n									id=\"1450\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg\"\n												width=\"768\"\n												height=\"1024\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-1152x1536.jpg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg 1200w\"\n												alt=\"1774848959808467\"\n						/>\n		<img \n					data-interaction-id=\"dc6b923\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"e1114b4\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"098f79d\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"65ec28e\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"42a4af1\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"47fd7a9\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"362ee98\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"4d204d9\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"9588e35\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"121de77\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"7f1b95f\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"b4ac241\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"27a2059\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"cb5b91b\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n						<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:41:58','2026-04-14 04:41:58','',1412,'http://genius-world-school.local/?p=1562',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1563,1,'2026-04-14 04:41:58','2026-04-14 04:41:58','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n		<img \n					data-interaction-id=\"f326291\" \n									id=\"1450\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg\"\n												width=\"768\"\n												height=\"1024\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-1152x1536.jpg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg 1200w\"\n												alt=\"1774848959808467\"\n						/>\n		<img \n					data-interaction-id=\"dc6b923\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"e1114b4\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"098f79d\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"65ec28e\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"42a4af1\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"47fd7a9\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"362ee98\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"4d204d9\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"9588e35\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"121de77\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"7f1b95f\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"b4ac241\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"27a2059\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"cb5b91b\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n						<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:41:58','2026-04-14 04:41:58','',1412,'http://genius-world-school.local/?p=1563',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1564,1,'2026-04-14 04:41:59','2026-04-14 04:41:59','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n		<img \n					data-interaction-id=\"f326291\" \n									id=\"1450\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg\"\n												width=\"768\"\n												height=\"1024\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-1152x1536.jpg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg 1200w\"\n												alt=\"1774848959808467\"\n						/>\n		<img \n					data-interaction-id=\"dc6b923\" \n									id=\"1452\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg\"\n												width=\"768\"\n												height=\"1365\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-169x300.jpeg 169w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-576x1024.jpeg 576w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-864x1536.jpeg 864w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-1152x2048.jpeg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg 1440w\"\n												alt=\"screenshot 20260220 182447 gallery.jpg\"\n						/>\n		<img \n					data-interaction-id=\"e1114b4\" \n									id=\"1447\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n.jpg 1410w\"\n												alt=\"620079813 1407362524735424 8015166270290393200 n\"\n						/>\n		<img \n					data-interaction-id=\"098f79d\" \n									id=\"1444\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg\"\n												width=\"1293\"\n												height=\"1084\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w\"\n												alt=\"585042675 1352876270184050 2671447973923849114 n\"\n						/>\n		<img \n					data-interaction-id=\"65ec28e\" \n									id=\"1441\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg\"\n												width=\"1175\"\n												height=\"985\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg 1175w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-768x644.jpg 768w\"\n												alt=\"518277012 1243817234423288 1239197453492961140 n\"\n						/>\n		<img \n					data-interaction-id=\"42a4af1\" \n									id=\"1442\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg\"\n												width=\"240\"\n												height=\"300\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg 240w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-819x1024.jpg 819w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-768x960.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-1228x1536.jpg 1228w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n.jpg 1350w\"\n												alt=\"555039518 1304302111708133 8991491846799047697 n\"\n						/>\n		<img \n					data-interaction-id=\"47fd7a9\" \n									id=\"1445\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg\"\n												width=\"768\"\n												height=\"1011\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-228x300.jpg 228w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-778x1024.jpg 778w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-1166x1536.jpg 1166w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n.jpg 1555w\"\n												alt=\"blue and white simple congratulations poster (double sided a3 portrait) 4\"\n						/>\n		<img \n					data-interaction-id=\"362ee98\" \n									id=\"1443\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n.jpg 1293w\"\n												alt=\"584158584 1352876273517383 1198125718532913883 n\"\n						/>\n		<img \n					data-interaction-id=\"4d204d9\" \n									id=\"1449\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\"\n												alt=\"650770640 1451850190286657 4719770776745907851 n\"\n						/>\n		<img \n					data-interaction-id=\"121de77\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"7f1b95f\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"b4ac241\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"27a2059\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"cb5b91b\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n						<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:41:59','2026-04-14 04:41:59','',1412,'http://genius-world-school.local/?p=1564',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1565,1,'2026-04-14 04:49:24','2026-04-14 04:49:24','','2j','','inherit','open','closed','','2j','','','2026-04-14 04:49:24','2026-04-14 04:49:24','',0,'http://genius-world-school.local/wp-content/uploads/2026/04/2j.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1566,1,'2026-04-14 04:49:25','2026-04-14 04:49:25','','3','','inherit','open','closed','','3','','','2026-04-14 04:49:25','2026-04-14 04:49:25','',0,'http://genius-world-school.local/wp-content/uploads/2026/04/3.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1567,1,'2026-04-14 04:49:27','2026-04-14 04:49:27','','4','','inherit','open','closed','','4','','','2026-04-14 04:49:27','2026-04-14 04:49:27','',0,'http://genius-world-school.local/wp-content/uploads/2026/04/4.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1568,1,'2026-04-14 04:49:28','2026-04-14 04:49:28','','5','','inherit','open','closed','','5','','','2026-04-14 04:49:28','2026-04-14 04:49:28','',0,'http://genius-world-school.local/wp-content/uploads/2026/04/5.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1569,1,'2026-04-14 04:49:29','2026-04-14 04:49:29','','6','','inherit','open','closed','','6','','','2026-04-14 04:49:29','2026-04-14 04:49:29','',0,'http://genius-world-school.local/wp-content/uploads/2026/04/6.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1570,1,'2026-04-14 04:49:31','2026-04-14 04:49:31','','7','','inherit','open','closed','','7','','','2026-04-14 04:49:31','2026-04-14 04:49:31','',0,'http://genius-world-school.local/wp-content/uploads/2026/04/7.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1571,1,'2026-04-14 04:49:32','2026-04-14 04:49:32','','8','','inherit','open','closed','','8','','','2026-04-14 04:49:32','2026-04-14 04:49:32','',0,'http://genius-world-school.local/wp-content/uploads/2026/04/8.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1572,1,'2026-04-14 04:49:33','2026-04-14 04:49:33','','12','','inherit','open','closed','','12','','','2026-04-14 04:49:33','2026-04-14 04:49:33','',0,'http://genius-world-school.local/wp-content/uploads/2026/04/12.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1573,1,'2026-04-14 04:50:25','2026-04-14 04:50:25','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n		<img \n					data-interaction-id=\"f326291\" \n									id=\"1450\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg\"\n												width=\"768\"\n												height=\"1024\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-1152x1536.jpg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg 1200w\"\n												alt=\"1774848959808467\"\n						/>\n		<img \n					data-interaction-id=\"dc6b923\" \n									id=\"1452\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg\"\n												width=\"768\"\n												height=\"1365\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-169x300.jpeg 169w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-576x1024.jpeg 576w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-864x1536.jpeg 864w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-1152x2048.jpeg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg 1440w\"\n												alt=\"screenshot 20260220 182447 gallery.jpg\"\n						/>\n		<img \n					data-interaction-id=\"e1114b4\" \n									id=\"1447\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n.jpg 1410w\"\n												alt=\"620079813 1407362524735424 8015166270290393200 n\"\n						/>\n		<img \n					data-interaction-id=\"098f79d\" \n									id=\"1444\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg\"\n												width=\"1293\"\n												height=\"1084\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w\"\n												alt=\"585042675 1352876270184050 2671447973923849114 n\"\n						/>\n		<img \n					data-interaction-id=\"65ec28e\" \n									id=\"1441\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg\"\n												width=\"1175\"\n												height=\"985\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg 1175w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-768x644.jpg 768w\"\n												alt=\"518277012 1243817234423288 1239197453492961140 n\"\n						/>\n		<img \n					data-interaction-id=\"42a4af1\" \n									id=\"1442\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg\"\n												width=\"240\"\n												height=\"300\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg 240w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-819x1024.jpg 819w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-768x960.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-1228x1536.jpg 1228w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n.jpg 1350w\"\n												alt=\"555039518 1304302111708133 8991491846799047697 n\"\n						/>\n		<img \n					data-interaction-id=\"47fd7a9\" \n									id=\"1445\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg\"\n												width=\"768\"\n												height=\"1011\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-228x300.jpg 228w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-778x1024.jpg 778w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-1166x1536.jpg 1166w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n.jpg 1555w\"\n												alt=\"blue and white simple congratulations poster (double sided a3 portrait) 4\"\n						/>\n		<img \n					data-interaction-id=\"362ee98\" \n									id=\"1443\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n.jpg 1293w\"\n												alt=\"584158584 1352876273517383 1198125718532913883 n\"\n						/>\n		<img \n					data-interaction-id=\"4d204d9\" \n									id=\"1449\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\"\n												alt=\"650770640 1451850190286657 4719770776745907851 n\"\n						/>\n		<img \n					data-interaction-id=\"121de77\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"7f1b95f\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"b4ac241\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"27a2059\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"cb5b91b\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n						<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:50:25','2026-04-14 04:50:25','',1412,'http://genius-world-school.local/?p=1573',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1574,1,'2026-04-14 04:50:25','2026-04-14 04:50:25','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n		<img \n					data-interaction-id=\"f326291\" \n									id=\"1450\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg\"\n												width=\"768\"\n												height=\"1024\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-1152x1536.jpg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg 1200w\"\n												alt=\"1774848959808467\"\n						/>\n		<img \n					data-interaction-id=\"dc6b923\" \n									id=\"1452\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg\"\n												width=\"768\"\n												height=\"1365\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-169x300.jpeg 169w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-576x1024.jpeg 576w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-864x1536.jpeg 864w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-1152x2048.jpeg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg 1440w\"\n												alt=\"screenshot 20260220 182447 gallery.jpg\"\n						/>\n		<img \n					data-interaction-id=\"e1114b4\" \n									id=\"1447\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n.jpg 1410w\"\n												alt=\"620079813 1407362524735424 8015166270290393200 n\"\n						/>\n		<img \n					data-interaction-id=\"098f79d\" \n									id=\"1444\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg\"\n												width=\"1293\"\n												height=\"1084\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w\"\n												alt=\"585042675 1352876270184050 2671447973923849114 n\"\n						/>\n		<img \n					data-interaction-id=\"65ec28e\" \n									id=\"1441\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg\"\n												width=\"1175\"\n												height=\"985\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg 1175w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-768x644.jpg 768w\"\n												alt=\"518277012 1243817234423288 1239197453492961140 n\"\n						/>\n		<img \n					data-interaction-id=\"42a4af1\" \n									id=\"1442\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg\"\n												width=\"240\"\n												height=\"300\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg 240w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-819x1024.jpg 819w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-768x960.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-1228x1536.jpg 1228w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n.jpg 1350w\"\n												alt=\"555039518 1304302111708133 8991491846799047697 n\"\n						/>\n		<img \n					data-interaction-id=\"47fd7a9\" \n									id=\"1445\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg\"\n												width=\"768\"\n												height=\"1011\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-228x300.jpg 228w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-778x1024.jpg 778w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-1166x1536.jpg 1166w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n.jpg 1555w\"\n												alt=\"blue and white simple congratulations poster (double sided a3 portrait) 4\"\n						/>\n		<img \n					data-interaction-id=\"362ee98\" \n									id=\"1443\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n.jpg 1293w\"\n												alt=\"584158584 1352876273517383 1198125718532913883 n\"\n						/>\n		<img \n					data-interaction-id=\"4d204d9\" \n									id=\"1449\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\"\n												alt=\"650770640 1451850190286657 4719770776745907851 n\"\n						/>\n		<img \n					data-interaction-id=\"121de77\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"7f1b95f\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"b4ac241\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"27a2059\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n		<img \n					data-interaction-id=\"cb5b91b\" \n									src=\"http://genius-world-school.local/wp-content/plugins/elementor/assets/images/placeholder-v4.svg\"\n						/>\n						<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:50:25','2026-04-14 04:50:25','',1412,'http://genius-world-school.local/?p=1574',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1575,1,'2026-04-14 04:50:26','2026-04-14 04:50:26','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n		<img \n					data-interaction-id=\"f326291\" \n									id=\"1450\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg\"\n												width=\"768\"\n												height=\"1024\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-1152x1536.jpg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg 1200w\"\n												alt=\"1774848959808467\"\n						/>\n		<img \n					data-interaction-id=\"dc6b923\" \n									id=\"1452\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg\"\n												width=\"768\"\n												height=\"1365\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-169x300.jpeg 169w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-576x1024.jpeg 576w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-864x1536.jpeg 864w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-1152x2048.jpeg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg 1440w\"\n												alt=\"screenshot 20260220 182447 gallery.jpg\"\n						/>\n		<img \n					data-interaction-id=\"e1114b4\" \n									id=\"1447\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n.jpg 1410w\"\n												alt=\"620079813 1407362524735424 8015166270290393200 n\"\n						/>\n		<img \n					data-interaction-id=\"098f79d\" \n									id=\"1444\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg\"\n												width=\"1293\"\n												height=\"1084\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w\"\n												alt=\"585042675 1352876270184050 2671447973923849114 n\"\n						/>\n		<img \n					data-interaction-id=\"65ec28e\" \n									id=\"1441\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg\"\n												width=\"1175\"\n												height=\"985\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg 1175w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-768x644.jpg 768w\"\n												alt=\"518277012 1243817234423288 1239197453492961140 n\"\n						/>\n		<img \n					data-interaction-id=\"42a4af1\" \n									id=\"1442\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg\"\n												width=\"240\"\n												height=\"300\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg 240w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-819x1024.jpg 819w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-768x960.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-1228x1536.jpg 1228w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n.jpg 1350w\"\n												alt=\"555039518 1304302111708133 8991491846799047697 n\"\n						/>\n		<img \n					data-interaction-id=\"47fd7a9\" \n									id=\"1445\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg\"\n												width=\"768\"\n												height=\"1011\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-228x300.jpg 228w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-778x1024.jpg 778w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-1166x1536.jpg 1166w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n.jpg 1555w\"\n												alt=\"blue and white simple congratulations poster (double sided a3 portrait) 4\"\n						/>\n		<img \n					data-interaction-id=\"362ee98\" \n									id=\"1443\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n.jpg 1293w\"\n												alt=\"584158584 1352876273517383 1198125718532913883 n\"\n						/>\n		<img \n					data-interaction-id=\"4d204d9\" \n									id=\"1449\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\"\n												alt=\"650770640 1451850190286657 4719770776745907851 n\"\n						/>\n		<img \n					data-interaction-id=\"121de77\" \n									id=\"1572\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/12-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/12-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/12-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/12-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/12-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/12.jpg 2048w\"\n												alt=\"12\"\n						/>\n		<img \n					data-interaction-id=\"7f1b95f\" \n									id=\"1571\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/8-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/8-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/8-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/8-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/8-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/8.jpg 2048w\"\n												alt=\"8\"\n						/>\n		<img \n					data-interaction-id=\"b4ac241\" \n									id=\"1570\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/7-300x200.jpg\"\n												width=\"300\"\n												height=\"200\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/7-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/7-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/7-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/7-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/7.jpg 2048w\"\n												alt=\"7\"\n						/>\n		<img \n					data-interaction-id=\"27a2059\" \n									id=\"1568\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/5-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/5-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/5-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/5-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/5-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/5.jpg 2048w\"\n												alt=\"5\"\n						/>\n		<img \n					data-interaction-id=\"cb5b91b\" \n									id=\"1569\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/6-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/6-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/6-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/6-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/6-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/6.jpg 2048w\"\n												alt=\"6\"\n						/>\n		<img \n					data-interaction-id=\"255afa8\" \n									id=\"1566\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/3-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/3-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/3-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/3-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/3-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/3.jpg 2048w\"\n												alt=\"3\"\n						/>\n						<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:50:26','2026-04-14 04:50:26','',1412,'http://genius-world-school.local/?p=1575',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1576,1,'2026-04-14 04:52:34','2026-04-14 04:52:34','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n		<img \n					data-interaction-id=\"f326291\" \n									id=\"1450\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg\"\n												width=\"768\"\n												height=\"1024\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-1152x1536.jpg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg 1200w\"\n												alt=\"1774848959808467\"\n						/>\n		<img \n					data-interaction-id=\"dc6b923\" \n									id=\"1452\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg\"\n												width=\"768\"\n												height=\"1365\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-169x300.jpeg 169w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-576x1024.jpeg 576w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-864x1536.jpeg 864w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-1152x2048.jpeg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg 1440w\"\n												alt=\"screenshot 20260220 182447 gallery.jpg\"\n						/>\n		<img \n					data-interaction-id=\"e1114b4\" \n									id=\"1447\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n.jpg 1410w\"\n												alt=\"620079813 1407362524735424 8015166270290393200 n\"\n						/>\n		<img \n					data-interaction-id=\"098f79d\" \n									id=\"1444\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg\"\n												width=\"1293\"\n												height=\"1084\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w\"\n												alt=\"585042675 1352876270184050 2671447973923849114 n\"\n						/>\n		<img \n					data-interaction-id=\"65ec28e\" \n									id=\"1441\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg\"\n												width=\"1175\"\n												height=\"985\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg 1175w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-768x644.jpg 768w\"\n												alt=\"518277012 1243817234423288 1239197453492961140 n\"\n						/>\n		<img \n					data-interaction-id=\"42a4af1\" \n									id=\"1442\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg\"\n												width=\"240\"\n												height=\"300\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg 240w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-819x1024.jpg 819w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-768x960.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-1228x1536.jpg 1228w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n.jpg 1350w\"\n												alt=\"555039518 1304302111708133 8991491846799047697 n\"\n						/>\n		<img \n					data-interaction-id=\"47fd7a9\" \n									id=\"1445\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg\"\n												width=\"768\"\n												height=\"1011\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-228x300.jpg 228w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-778x1024.jpg 778w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-1166x1536.jpg 1166w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n.jpg 1555w\"\n												alt=\"blue and white simple congratulations poster (double sided a3 portrait) 4\"\n						/>\n		<img \n					data-interaction-id=\"362ee98\" \n									id=\"1443\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n.jpg 1293w\"\n												alt=\"584158584 1352876273517383 1198125718532913883 n\"\n						/>\n		<img \n					data-interaction-id=\"4d204d9\" \n									id=\"1449\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\"\n												alt=\"650770640 1451850190286657 4719770776745907851 n\"\n						/>\n		<img \n					data-interaction-id=\"121de77\" \n									id=\"1572\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/12-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/12-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/12-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/12-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/12-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/12.jpg 2048w\"\n												alt=\"12\"\n						/>\n		<img \n					data-interaction-id=\"7f1b95f\" \n									id=\"1571\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/8-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/8-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/8-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/8-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/8-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/8.jpg 2048w\"\n												alt=\"8\"\n						/>\n		<img \n					data-interaction-id=\"b4ac241\" \n									id=\"1570\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/7-300x200.jpg\"\n												width=\"300\"\n												height=\"200\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/7-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/7-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/7-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/7-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/7.jpg 2048w\"\n												alt=\"7\"\n						/>\n		<img \n					data-interaction-id=\"27a2059\" \n									id=\"1568\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/5-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/5-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/5-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/5-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/5-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/5.jpg 2048w\"\n												alt=\"5\"\n						/>\n		<img \n					data-interaction-id=\"cb5b91b\" \n									id=\"1569\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/6-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/6-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/6-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/6-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/6-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/6.jpg 2048w\"\n												alt=\"6\"\n						/>\n		<img \n					data-interaction-id=\"255afa8\" \n									id=\"1566\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/3-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/3-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/3-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/3-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/3-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/3.jpg 2048w\"\n												alt=\"3\"\n						/>\n						<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:52:34','2026-04-14 04:52:34','',1412,'http://genius-world-school.local/?p=1576',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1577,1,'2026-04-14 04:52:34','2026-04-14 04:52:34','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n		<img \n					data-interaction-id=\"f326291\" \n									id=\"1450\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg\"\n												width=\"768\"\n												height=\"1024\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-1152x1536.jpg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg 1200w\"\n												alt=\"1774848959808467\"\n						/>\n		<img \n					data-interaction-id=\"dc6b923\" \n									id=\"1452\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg\"\n												width=\"768\"\n												height=\"1365\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-169x300.jpeg 169w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-576x1024.jpeg 576w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-864x1536.jpeg 864w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-1152x2048.jpeg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg 1440w\"\n												alt=\"screenshot 20260220 182447 gallery.jpg\"\n						/>\n		<img \n					data-interaction-id=\"e1114b4\" \n									id=\"1447\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n.jpg 1410w\"\n												alt=\"620079813 1407362524735424 8015166270290393200 n\"\n						/>\n		<img \n					data-interaction-id=\"098f79d\" \n									id=\"1444\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg\"\n												width=\"1293\"\n												height=\"1084\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w\"\n												alt=\"585042675 1352876270184050 2671447973923849114 n\"\n						/>\n		<img \n					data-interaction-id=\"65ec28e\" \n									id=\"1441\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg\"\n												width=\"1175\"\n												height=\"985\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg 1175w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-768x644.jpg 768w\"\n												alt=\"518277012 1243817234423288 1239197453492961140 n\"\n						/>\n		<img \n					data-interaction-id=\"42a4af1\" \n									id=\"1442\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg\"\n												width=\"240\"\n												height=\"300\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg 240w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-819x1024.jpg 819w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-768x960.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-1228x1536.jpg 1228w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n.jpg 1350w\"\n												alt=\"555039518 1304302111708133 8991491846799047697 n\"\n						/>\n		<img \n					data-interaction-id=\"47fd7a9\" \n									id=\"1445\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg\"\n												width=\"768\"\n												height=\"1011\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-228x300.jpg 228w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-778x1024.jpg 778w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-1166x1536.jpg 1166w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n.jpg 1555w\"\n												alt=\"blue and white simple congratulations poster (double sided a3 portrait) 4\"\n						/>\n		<img \n					data-interaction-id=\"362ee98\" \n									id=\"1443\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n.jpg 1293w\"\n												alt=\"584158584 1352876273517383 1198125718532913883 n\"\n						/>\n		<img \n					data-interaction-id=\"4d204d9\" \n									id=\"1449\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\"\n												alt=\"650770640 1451850190286657 4719770776745907851 n\"\n						/>\n		<img \n					data-interaction-id=\"121de77\" \n									id=\"1572\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/12-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/12-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/12-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/12-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/12-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/12.jpg 2048w\"\n												alt=\"12\"\n						/>\n		<img \n					data-interaction-id=\"7f1b95f\" \n									id=\"1571\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/8-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/8-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/8-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/8-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/8-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/8.jpg 2048w\"\n												alt=\"8\"\n						/>\n		<img \n					data-interaction-id=\"b4ac241\" \n									id=\"1570\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/7-300x200.jpg\"\n												width=\"300\"\n												height=\"200\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/7-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/7-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/7-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/7-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/7.jpg 2048w\"\n												alt=\"7\"\n						/>\n		<img \n					data-interaction-id=\"27a2059\" \n									id=\"1568\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/5-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/5-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/5-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/5-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/5-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/5.jpg 2048w\"\n												alt=\"5\"\n						/>\n		<img \n					data-interaction-id=\"cb5b91b\" \n									id=\"1569\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/6-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/6-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/6-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/6-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/6-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/6.jpg 2048w\"\n												alt=\"6\"\n						/>\n		<img \n					data-interaction-id=\"255afa8\" \n									id=\"1566\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/3-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/3-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/3-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/3-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/3-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/3.jpg 2048w\"\n												alt=\"3\"\n						/>\n						<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"28\" height=\"24\" viewBox=\"0 0 28 24\" fill=\"none\"><path d=\"M0 24V17.6842C0 15.7661 0.330484 13.731 0.991453 11.5789C1.67521 9.40351 2.65527 7.30994 3.93162 5.29825C5.23077 3.26316 6.79202 1.49707 8.61538 0L11.9658 2.98246C10.2336 5.04094 8.77493 7.33333 7.58974 9.85965C6.42735 12.3626 5.84615 14.9357 5.84615 17.5789V24H0ZM16.0342 24V17.6842C16.0342 15.7661 16.3647 13.731 17.0256 11.5789C17.7094 9.40351 18.6895 7.30994 19.9658 5.29825C21.265 3.26316 22.8262 1.49707 24.6496 0L28 2.98246C26.2678 5.04094 24.8091 7.33333 23.6239 9.85965C22.4615 12.3626 21.8803 14.9357 21.8803 17.5789V24H16.0342Z\" fill=\"#FD8549\"></path></svg>			\n							Faucibus nulla tincidunt sagittis faucibus proin habitasse nunc erat sed nisi non pulvinar at ante diam nulla tincidunt lectus maecenas penatibus nam suspendisse cursus risus, ac nibh suspendisse \n														Ramona Altenwerth\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:52:34','2026-04-14 04:52:34','',1412,'http://genius-world-school.local/?p=1577',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1578,1,'2026-04-14 04:52:35','2026-04-14 04:52:35','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n		<img \n					data-interaction-id=\"f326291\" \n									id=\"1450\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg\"\n												width=\"768\"\n												height=\"1024\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-1152x1536.jpg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg 1200w\"\n												alt=\"1774848959808467\"\n						/>\n		<img \n					data-interaction-id=\"dc6b923\" \n									id=\"1452\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg\"\n												width=\"768\"\n												height=\"1365\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-169x300.jpeg 169w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-576x1024.jpeg 576w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-864x1536.jpeg 864w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-1152x2048.jpeg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg 1440w\"\n												alt=\"screenshot 20260220 182447 gallery.jpg\"\n						/>\n		<img \n					data-interaction-id=\"e1114b4\" \n									id=\"1447\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n.jpg 1410w\"\n												alt=\"620079813 1407362524735424 8015166270290393200 n\"\n						/>\n		<img \n					data-interaction-id=\"098f79d\" \n									id=\"1444\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg\"\n												width=\"1293\"\n												height=\"1084\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w\"\n												alt=\"585042675 1352876270184050 2671447973923849114 n\"\n						/>\n		<img \n					data-interaction-id=\"65ec28e\" \n									id=\"1441\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg\"\n												width=\"1175\"\n												height=\"985\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg 1175w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-768x644.jpg 768w\"\n												alt=\"518277012 1243817234423288 1239197453492961140 n\"\n						/>\n		<img \n					data-interaction-id=\"42a4af1\" \n									id=\"1442\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg\"\n												width=\"240\"\n												height=\"300\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg 240w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-819x1024.jpg 819w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-768x960.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-1228x1536.jpg 1228w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n.jpg 1350w\"\n												alt=\"555039518 1304302111708133 8991491846799047697 n\"\n						/>\n		<img \n					data-interaction-id=\"47fd7a9\" \n									id=\"1445\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg\"\n												width=\"768\"\n												height=\"1011\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-228x300.jpg 228w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-778x1024.jpg 778w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-1166x1536.jpg 1166w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n.jpg 1555w\"\n												alt=\"blue and white simple congratulations poster (double sided a3 portrait) 4\"\n						/>\n		<img \n					data-interaction-id=\"362ee98\" \n									id=\"1443\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n.jpg 1293w\"\n												alt=\"584158584 1352876273517383 1198125718532913883 n\"\n						/>\n		<img \n					data-interaction-id=\"4d204d9\" \n									id=\"1449\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\"\n												alt=\"650770640 1451850190286657 4719770776745907851 n\"\n						/>\n		<img \n					data-interaction-id=\"121de77\" \n									id=\"1572\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/12-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/12-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/12-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/12-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/12-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/12.jpg 2048w\"\n												alt=\"12\"\n						/>\n		<img \n					data-interaction-id=\"7f1b95f\" \n									id=\"1571\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/8-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/8-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/8-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/8-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/8-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/8.jpg 2048w\"\n												alt=\"8\"\n						/>\n		<img \n					data-interaction-id=\"b4ac241\" \n									id=\"1570\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/7-300x200.jpg\"\n												width=\"300\"\n												height=\"200\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/7-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/7-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/7-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/7-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/7.jpg 2048w\"\n												alt=\"7\"\n						/>\n		<img \n					data-interaction-id=\"27a2059\" \n									id=\"1568\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/5-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/5-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/5-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/5-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/5-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/5.jpg 2048w\"\n												alt=\"5\"\n						/>\n		<img \n					data-interaction-id=\"cb5b91b\" \n									id=\"1569\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/6-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/6-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/6-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/6-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/6-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/6.jpg 2048w\"\n												alt=\"6\"\n						/>\n		<img \n					data-interaction-id=\"255afa8\" \n									id=\"1566\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/3-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/3-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/3-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/3-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/3-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/3.jpg 2048w\"\n												alt=\"3\"\n						/>\n						<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n							\" हामी विद्यालयप्रति हार्दिक आभार व्यक्त गर्दछौं। तपाईंहरूको मिहिनेत, मार्गदर्शन र स्नेहले हाम्रो बालबालिकाको उज्ज्वल भविष्य निर्माणमा ठूलो योगदान पुर्‍याएको छ। <br><br>धन्यवाद।\n														Sneha Sharma\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:52:35','2026-04-14 04:52:35','',1412,'http://genius-world-school.local/?p=1578',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1579,1,'2026-04-14 04:55:13','2026-04-14 04:55:13','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n		<img \n					data-interaction-id=\"f326291\" \n									id=\"1450\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg\"\n												width=\"768\"\n												height=\"1024\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-1152x1536.jpg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg 1200w\"\n												alt=\"1774848959808467\"\n						/>\n		<img \n					data-interaction-id=\"dc6b923\" \n									id=\"1452\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg\"\n												width=\"768\"\n												height=\"1365\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-169x300.jpeg 169w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-576x1024.jpeg 576w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-864x1536.jpeg 864w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-1152x2048.jpeg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg 1440w\"\n												alt=\"screenshot 20260220 182447 gallery.jpg\"\n						/>\n		<img \n					data-interaction-id=\"e1114b4\" \n									id=\"1447\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n.jpg 1410w\"\n												alt=\"620079813 1407362524735424 8015166270290393200 n\"\n						/>\n		<img \n					data-interaction-id=\"098f79d\" \n									id=\"1444\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg\"\n												width=\"1293\"\n												height=\"1084\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w\"\n												alt=\"585042675 1352876270184050 2671447973923849114 n\"\n						/>\n		<img \n					data-interaction-id=\"65ec28e\" \n									id=\"1441\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg\"\n												width=\"1175\"\n												height=\"985\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg 1175w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-768x644.jpg 768w\"\n												alt=\"518277012 1243817234423288 1239197453492961140 n\"\n						/>\n		<img \n					data-interaction-id=\"42a4af1\" \n									id=\"1442\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg\"\n												width=\"240\"\n												height=\"300\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg 240w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-819x1024.jpg 819w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-768x960.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-1228x1536.jpg 1228w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n.jpg 1350w\"\n												alt=\"555039518 1304302111708133 8991491846799047697 n\"\n						/>\n		<img \n					data-interaction-id=\"47fd7a9\" \n									id=\"1445\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg\"\n												width=\"768\"\n												height=\"1011\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-228x300.jpg 228w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-778x1024.jpg 778w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-1166x1536.jpg 1166w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n.jpg 1555w\"\n												alt=\"blue and white simple congratulations poster (double sided a3 portrait) 4\"\n						/>\n		<img \n					data-interaction-id=\"362ee98\" \n									id=\"1443\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n.jpg 1293w\"\n												alt=\"584158584 1352876273517383 1198125718532913883 n\"\n						/>\n		<img \n					data-interaction-id=\"4d204d9\" \n									id=\"1449\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\"\n												alt=\"650770640 1451850190286657 4719770776745907851 n\"\n						/>\n		<img \n					data-interaction-id=\"121de77\" \n									id=\"1572\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/12-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/12-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/12-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/12-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/12-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/12.jpg 2048w\"\n												alt=\"12\"\n						/>\n		<img \n					data-interaction-id=\"7f1b95f\" \n									id=\"1571\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/8-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/8-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/8-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/8-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/8-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/8.jpg 2048w\"\n												alt=\"8\"\n						/>\n		<img \n					data-interaction-id=\"b4ac241\" \n									id=\"1570\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/7-300x200.jpg\"\n												width=\"300\"\n												height=\"200\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/7-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/7-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/7-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/7-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/7.jpg 2048w\"\n												alt=\"7\"\n						/>\n		<img \n					data-interaction-id=\"27a2059\" \n									id=\"1568\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/5-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/5-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/5-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/5-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/5-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/5.jpg 2048w\"\n												alt=\"5\"\n						/>\n		<img \n					data-interaction-id=\"cb5b91b\" \n									id=\"1569\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/6-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/6-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/6-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/6-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/6-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/6.jpg 2048w\"\n												alt=\"6\"\n						/>\n		<img \n					data-interaction-id=\"255afa8\" \n									id=\"1566\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/3-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/3-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/3-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/3-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/3-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/3.jpg 2048w\"\n												alt=\"3\"\n						/>\n						<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n							\" हामी विद्यालयप्रति हार्दिक आभार व्यक्त गर्दछौं। तपाईंहरूको मिहिनेत, मार्गदर्शन र स्नेहले हाम्रो बालबालिकाको उज्ज्वल भविष्य निर्माणमा ठूलो योगदान पुर्‍याएको छ। <br><br>धन्यवाद।\n														Sneha Sharma\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:55:13','2026-04-14 04:55:13','',1412,'http://genius-world-school.local/?p=1579',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1580,1,'2026-04-14 04:55:13','2026-04-14 04:55:13','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n		<img \n					data-interaction-id=\"f326291\" \n									id=\"1450\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg\"\n												width=\"768\"\n												height=\"1024\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-1152x1536.jpg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg 1200w\"\n												alt=\"1774848959808467\"\n						/>\n		<img \n					data-interaction-id=\"dc6b923\" \n									id=\"1452\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg\"\n												width=\"768\"\n												height=\"1365\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-169x300.jpeg 169w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-576x1024.jpeg 576w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-864x1536.jpeg 864w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-1152x2048.jpeg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg 1440w\"\n												alt=\"screenshot 20260220 182447 gallery.jpg\"\n						/>\n		<img \n					data-interaction-id=\"e1114b4\" \n									id=\"1447\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n.jpg 1410w\"\n												alt=\"620079813 1407362524735424 8015166270290393200 n\"\n						/>\n		<img \n					data-interaction-id=\"098f79d\" \n									id=\"1444\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg\"\n												width=\"1293\"\n												height=\"1084\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w\"\n												alt=\"585042675 1352876270184050 2671447973923849114 n\"\n						/>\n		<img \n					data-interaction-id=\"65ec28e\" \n									id=\"1441\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg\"\n												width=\"1175\"\n												height=\"985\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg 1175w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-768x644.jpg 768w\"\n												alt=\"518277012 1243817234423288 1239197453492961140 n\"\n						/>\n		<img \n					data-interaction-id=\"42a4af1\" \n									id=\"1442\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg\"\n												width=\"240\"\n												height=\"300\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg 240w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-819x1024.jpg 819w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-768x960.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-1228x1536.jpg 1228w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n.jpg 1350w\"\n												alt=\"555039518 1304302111708133 8991491846799047697 n\"\n						/>\n		<img \n					data-interaction-id=\"47fd7a9\" \n									id=\"1445\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg\"\n												width=\"768\"\n												height=\"1011\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-228x300.jpg 228w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-778x1024.jpg 778w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-1166x1536.jpg 1166w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n.jpg 1555w\"\n												alt=\"blue and white simple congratulations poster (double sided a3 portrait) 4\"\n						/>\n		<img \n					data-interaction-id=\"362ee98\" \n									id=\"1443\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n.jpg 1293w\"\n												alt=\"584158584 1352876273517383 1198125718532913883 n\"\n						/>\n		<img \n					data-interaction-id=\"4d204d9\" \n									id=\"1449\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\"\n												alt=\"650770640 1451850190286657 4719770776745907851 n\"\n						/>\n		<img \n					data-interaction-id=\"121de77\" \n									id=\"1572\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/12-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/12-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/12-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/12-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/12-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/12.jpg 2048w\"\n												alt=\"12\"\n						/>\n		<img \n					data-interaction-id=\"7f1b95f\" \n									id=\"1571\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/8-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/8-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/8-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/8-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/8-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/8.jpg 2048w\"\n												alt=\"8\"\n						/>\n		<img \n					data-interaction-id=\"b4ac241\" \n									id=\"1570\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/7-300x200.jpg\"\n												width=\"300\"\n												height=\"200\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/7-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/7-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/7-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/7-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/7.jpg 2048w\"\n												alt=\"7\"\n						/>\n		<img \n					data-interaction-id=\"27a2059\" \n									id=\"1568\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/5-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/5-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/5-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/5-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/5-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/5.jpg 2048w\"\n												alt=\"5\"\n						/>\n		<img \n					data-interaction-id=\"cb5b91b\" \n									id=\"1569\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/6-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/6-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/6-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/6-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/6-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/6.jpg 2048w\"\n												alt=\"6\"\n						/>\n		<img \n					data-interaction-id=\"255afa8\" \n									id=\"1566\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/3-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/3-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/3-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/3-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/3-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/3.jpg 2048w\"\n												alt=\"3\"\n						/>\n						<h6>Daily activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n							\" हामी विद्यालयप्रति हार्दिक आभार व्यक्त गर्दछौं। तपाईंहरूको मिहिनेत, मार्गदर्शन र स्नेहले हाम्रो बालबालिकाको उज्ज्वल भविष्य निर्माणमा ठूलो योगदान पुर्‍याएको छ। <br><br>धन्यवाद।\n														Sneha Sharma\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n												<p data-interaction-id=\"cf7db51\"  >\n								Type your paragraph here\n					</p>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:55:13','2026-04-14 04:55:13','',1412,'http://genius-world-school.local/?p=1580',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1581,1,'2026-04-14 04:55:14','2026-04-14 04:55:14','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n		<img \n					data-interaction-id=\"f326291\" \n									id=\"1450\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg\"\n												width=\"768\"\n												height=\"1024\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-1152x1536.jpg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg 1200w\"\n												alt=\"1774848959808467\"\n						/>\n		<img \n					data-interaction-id=\"dc6b923\" \n									id=\"1452\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg\"\n												width=\"768\"\n												height=\"1365\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-169x300.jpeg 169w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-576x1024.jpeg 576w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-864x1536.jpeg 864w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-1152x2048.jpeg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg 1440w\"\n												alt=\"screenshot 20260220 182447 gallery.jpg\"\n						/>\n		<img \n					data-interaction-id=\"e1114b4\" \n									id=\"1447\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n.jpg 1410w\"\n												alt=\"620079813 1407362524735424 8015166270290393200 n\"\n						/>\n		<img \n					data-interaction-id=\"098f79d\" \n									id=\"1444\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg\"\n												width=\"1293\"\n												height=\"1084\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w\"\n												alt=\"585042675 1352876270184050 2671447973923849114 n\"\n						/>\n		<img \n					data-interaction-id=\"65ec28e\" \n									id=\"1441\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg\"\n												width=\"1175\"\n												height=\"985\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg 1175w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-768x644.jpg 768w\"\n												alt=\"518277012 1243817234423288 1239197453492961140 n\"\n						/>\n		<img \n					data-interaction-id=\"42a4af1\" \n									id=\"1442\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg\"\n												width=\"240\"\n												height=\"300\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg 240w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-819x1024.jpg 819w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-768x960.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-1228x1536.jpg 1228w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n.jpg 1350w\"\n												alt=\"555039518 1304302111708133 8991491846799047697 n\"\n						/>\n		<img \n					data-interaction-id=\"47fd7a9\" \n									id=\"1445\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg\"\n												width=\"768\"\n												height=\"1011\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-228x300.jpg 228w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-778x1024.jpg 778w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-1166x1536.jpg 1166w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n.jpg 1555w\"\n												alt=\"blue and white simple congratulations poster (double sided a3 portrait) 4\"\n						/>\n		<img \n					data-interaction-id=\"362ee98\" \n									id=\"1443\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n.jpg 1293w\"\n												alt=\"584158584 1352876273517383 1198125718532913883 n\"\n						/>\n		<img \n					data-interaction-id=\"4d204d9\" \n									id=\"1449\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\"\n												alt=\"650770640 1451850190286657 4719770776745907851 n\"\n						/>\n		<img \n					data-interaction-id=\"121de77\" \n									id=\"1572\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/12-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/12-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/12-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/12-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/12-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/12.jpg 2048w\"\n												alt=\"12\"\n						/>\n		<img \n					data-interaction-id=\"7f1b95f\" \n									id=\"1571\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/8-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/8-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/8-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/8-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/8-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/8.jpg 2048w\"\n												alt=\"8\"\n						/>\n		<img \n					data-interaction-id=\"b4ac241\" \n									id=\"1570\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/7-300x200.jpg\"\n												width=\"300\"\n												height=\"200\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/7-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/7-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/7-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/7-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/7.jpg 2048w\"\n												alt=\"7\"\n						/>\n		<img \n					data-interaction-id=\"27a2059\" \n									id=\"1568\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/5-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/5-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/5-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/5-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/5-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/5.jpg 2048w\"\n												alt=\"5\"\n						/>\n		<img \n					data-interaction-id=\"cb5b91b\" \n									id=\"1569\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/6-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/6-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/6-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/6-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/6-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/6.jpg 2048w\"\n												alt=\"6\"\n						/>\n		<img \n					data-interaction-id=\"255afa8\" \n									id=\"1566\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/3-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/3-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/3-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/3-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/3-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/3.jpg 2048w\"\n												alt=\"3\"\n						/>\n						<h6>Activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n							\" हामी विद्यालयप्रति हार्दिक आभार व्यक्त गर्दछौं। तपाईंहरूको मिहिनेत, मार्गदर्शन र स्नेहले हाम्रो बालबालिकाको उज्ज्वल भविष्य निर्माणमा ठूलो योगदान पुर्‍याएको छ। <br><br>धन्यवाद।\n														Sneha Sharma\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 04:55:14','2026-04-14 04:55:14','',1412,'http://genius-world-school.local/?p=1581',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1582,1,'2026-04-14 07:58:50','2026-04-14 07:58:50','','Elementor Page #1489','','inherit','closed','closed','','1489-revision-v1','','','2026-04-14 07:58:50','2026-04-14 07:58:50','',1489,'http://genius-world-school.local/?p=1582',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1583,1,'2026-04-14 07:58:50','2026-04-14 07:58:50','','Elementor Page #1489','','inherit','closed','closed','','1489-revision-v1','','','2026-04-14 07:58:50','2026-04-14 07:58:50','',1489,'http://genius-world-school.local/?p=1583',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1584,1,'2026-04-14 07:58:50','2026-04-14 07:58:50','','Elementor Page #1489','','inherit','closed','closed','','1489-revision-v1','','','2026-04-14 07:58:50','2026-04-14 07:58:50','',1489,'http://genius-world-school.local/?p=1584',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1585,1,'2026-04-14 08:02:27','2026-04-14 08:02:27','{\n    \"astra::nav_menu_locations[mobile_menu]\": {\n        \"value\": 4,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 08:02:27\"\n    },\n    \"nav_menu[4]\": {\n        \"value\": {\n            \"name\": \"Primary\",\n            \"description\": \"\",\n            \"parent\": 0,\n            \"auto_add\": false\n        },\n        \"type\": \"nav_menu\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 08:02:27\"\n    },\n    \"nav_menu_item[1127]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 739,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://genius-world-school.local/program/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 4,\n            \"status\": \"publish\",\n            \"_invalid\": false,\n            \"original_title\": \"Program\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 08:02:27\"\n    },\n    \"nav_menu_item[1128]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 938,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://genius-world-school.local/admission/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 5,\n            \"status\": \"publish\",\n            \"_invalid\": false,\n            \"original_title\": \"Admission\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 08:02:27\"\n    }\n}','','','trash','closed','closed','','7767a254-56fe-4609-b14d-239fad836728','','','2026-04-14 08:02:27','2026-04-14 08:02:27','',0,'http://genius-world-school.local/7767a254-56fe-4609-b14d-239fad836728/',0,'customize_changeset','',0);
INSERT INTO `wp_posts` VALUES (1586,1,'2026-04-14 08:03:21','2026-04-14 08:03:21','{\n    \"nav_menu_item[1125]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 1412,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://genius-world-school.local/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"_invalid\": false,\n            \"original_title\": \"Home\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 08:03:21\"\n    },\n    \"nav_menu_item[1126]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 452,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://genius-world-school.local/about/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 4,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"_invalid\": false,\n            \"original_title\": \"About\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 08:03:21\"\n    }\n}','','','trash','closed','closed','','b445fec4-3c60-420a-98c6-f80018905d66','','','2026-04-14 08:03:21','2026-04-14 08:03:21','',0,'http://genius-world-school.local/b445fec4-3c60-420a-98c6-f80018905d66/',0,'customize_changeset','',0);
INSERT INTO `wp_posts` VALUES (1587,1,'2026-04-14 08:04:18','2026-04-14 08:04:18','','Elementor Page #1587','','trash','closed','closed','','elementor-page-1587__trashed','','','2026-04-14 08:14:18','2026-04-14 08:14:18','',0,'http://genius-world-school.local/?page_id=1587',0,'page','',0);
INSERT INTO `wp_posts` VALUES (1588,1,'2026-04-14 08:04:18','2026-04-14 08:04:18','','Elementor Page #1587','','inherit','closed','closed','','1587-revision-v1','','','2026-04-14 08:04:18','2026-04-14 08:04:18','',1587,'http://genius-world-school.local/?p=1588',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1589,1,'2026-04-14 08:07:18','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2026-04-14 08:07:18','0000-00-00 00:00:00','',0,'http://genius-world-school.local/?p=1589',1,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (1590,1,'2026-04-14 08:07:18','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2026-04-14 08:07:18','0000-00-00 00:00:00','',0,'http://genius-world-school.local/?p=1590',1,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (1591,1,'2026-04-14 08:07:18','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2026-04-14 08:07:18','0000-00-00 00:00:00','',0,'http://genius-world-school.local/?p=1591',1,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (1592,1,'2026-04-14 08:07:18','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2026-04-14 08:07:18','0000-00-00 00:00:00','',0,'http://genius-world-school.local/?p=1592',1,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (1593,1,'2026-04-14 13:48:21','2026-04-14 08:08:29',' ','','','publish','closed','closed','','1593','','','2026-04-14 13:48:21','2026-04-14 13:48:21','',0,'http://genius-world-school.local/?p=1593',8,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (1594,1,'2026-04-14 13:48:21','2026-04-14 08:08:29',' ','','','publish','closed','closed','','1594','','','2026-04-14 13:48:21','2026-04-14 13:48:21','',0,'http://genius-world-school.local/?p=1594',5,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (1595,1,'2026-04-14 13:48:21','2026-04-14 08:08:29',' ','','','publish','closed','closed','','1595','','','2026-04-14 13:48:21','2026-04-14 13:48:21','',0,'http://genius-world-school.local/?p=1595',4,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (1596,1,'2026-04-14 08:08:13','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2026-04-14 08:08:13','0000-00-00 00:00:00','',0,'http://genius-world-school.local/?p=1596',1,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (1597,1,'2026-04-14 08:09:37','2026-04-14 08:09:37','','Elementor Page #1587','','inherit','closed','closed','','1587-revision-v1','','','2026-04-14 08:09:37','2026-04-14 08:09:37','',1587,'http://genius-world-school.local/?p=1597',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1598,1,'2026-04-14 08:09:37','2026-04-14 08:09:37','','Elementor Page #1587','','inherit','closed','closed','','1587-revision-v1','','','2026-04-14 08:09:37','2026-04-14 08:09:37','',1587,'http://genius-world-school.local/?p=1598',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1599,1,'2026-04-14 08:09:38','2026-04-14 08:09:38','','Elementor Page #1587','','inherit','closed','closed','','1587-revision-v1','','','2026-04-14 08:09:38','2026-04-14 08:09:38','',1587,'http://genius-world-school.local/?p=1599',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1600,1,'2026-04-14 08:12:38','2026-04-14 08:12:38','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-astra-2','','','2026-04-14 08:12:38','2026-04-14 08:12:38','',0,'http://genius-world-school.local/wp-global-styles-astra-2/',0,'wp_global_styles','',0);
INSERT INTO `wp_posts` VALUES (1601,1,'2026-04-14 08:13:05','2026-04-14 08:13:05','<h6>Play. explore.  learn.</h6>					<h1>A safe and joyful place for your lovely children</h1>		<p>Welcome to Genius World School. We are committed to providing quality education with a focus on holistic development of children.</p>								<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n				<i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i><i aria-hidden=\"true\">&#xE933;</i>				Rated 4.8 out of 5\n							4.8 rating on Google							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z\"></path></svg>				\n									<h5>\n							(1) 4981777 / 4989177						\n					</h5>\n																	<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg\" alt=\"img 1651\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_1651-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																										<img width=\"1024\" height=\"1024\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png\" alt=\"chatgpt image mar 12, 2026, 10 29 57 pm\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM.png 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-300x300.png 300w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-150x150.png 150w, http://genius-world-school.local/wp-content/uploads/2026/04/ChatGPT-Image-Mar-12-2026-10_29_57-PM-768x768.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h6>About us</h6>					<h2>We are here to help parents raise happy and healthy children</h2>										<a href=\"#\">\n									Know more about us\n					</a>\n																			<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />													<p>\" Our school is committed to academic excellence while also focusing on the holistic development of every child. We strive to shape responsible, confident, and capable individuals prepared for the future. \"</p>			Hemanta Sunuwar<p>School Principal</p>					<h2><p>Our curriculum</p></h2>															<img width=\"1280\" height=\"960\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg\" alt=\"whatsapp image 2025 06 04 at 20.15.14 f6641f14\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14.jpg 1280w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/WhatsApp-Image-2025-06-04-at-20.15.14_f6641f14-768x576.jpg 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" />																<h4>Education philosophy</h4><p>At Genius World School, we are committed to delivering a child-centered and future-focused education that nurtures confident, responsible, and capable individuals. Our educational philosophy emphasizes active learning, where students are encouraged to explore, inquire, and think independently.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																			<img width=\"1200\" height=\"1600\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg\" alt=\"viber image 2026 03 14 20 13 31 192\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192.jpg 1200w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-03-14_20-13-31-192-1152x1536.jpg 1152w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" />																<h4>Curriculum</h4><p>GWS follows the curriculum prescribed by the Curriculum Development Centre (CDC), integrating balanced and progressive learning approaches to ensure the comprehensive growth of every learner.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n																				<a href=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg\" data-elementor-open-lightbox=\"no\">\n							<img width=\"768\" height=\"576\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg\" alt=\"650252794 1449099750561701 6776450286856226043 n\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-768x576.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-300x225.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1024x768.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n-1536x1152.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650252794_1449099750561701_6776450286856226043_n.jpg 2048w\" sizes=\"(max-width: 768px) 100vw, 768px\" />								</a>\n																<h4>Teaching methods</h4><p>At GWS, we adopt progressive and student-centered teaching methodologies that cater to the diverse learning needs of students across all levels. Our approach emphasizes active learning, critical thinking, and the holistic development of every child.</p>										<a href=\"#\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 256 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"></path></svg>			\n									Learn more\n					</a>\n									<h2>School Schedule</h2>					<h6>01</h6>					<h3>Pre school</h3>					<p>Our Pre-School provides a joyful and nurturing environment where young learners begin their educational journey through play-based and activity-oriented learning, building strong foundational skills.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:00 am - 2:50 pm\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Grade 1 to 7</h3>					<p>At this stage, we focus on strengthening academic concepts while encouraging creativity, critical thinking, and participation in various co-curricular activities for overall development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										9:30 am - 3:20 pm\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Grade 8 to 10</h3>					<p>These grades are dedicated to academic excellence and future readiness, with a strong emphasis on concept clarity, discipline, and preparation for board examinations, along with personality and leadership development.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										7:30 am - 4:30 pm\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>\n									<h6>Why us?</h6>					<h2>The best early learning experience</h2>					<p>At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Holistic approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Progressive &amp; child-centered learning approach\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Spacious, safe, and student-friendly environment\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										STEAM-based and integrated curriculum\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Wide range of extra club activities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Chinese language classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										ESOL Cambridge courses\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Hostel facilities available\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Commitment to quality education\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										UCMAS Abacus classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Robotics &amp; coding classes\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Well-equipped labs and library\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										And many more opportunities for overall student development\n									</li>\n						</ul>\n												<a href=\"#\">\n									Know more\n					</a>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h5>\n							Kindness						\n					</h5>\n									<p>\n						We nurture a culture of kindness, teaching students to be respectful, caring, and supportive towards others.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h5>\n							Creativity						\n					</h5>\n									<p>\n						We encourage creativity by giving students opportunities to explore, imagine, and express their unique ideas.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zM112 223.4c3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.7 8.6-10.8 11.9-14.9 4.5l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.3 7.4-15.8 4-15.1-4.5zm250.8 122.8C334.3 380.4 292.5 400 248 400s-86.3-19.6-114.8-53.8c-13.5-16.3 11-36.7 24.6-20.5 22.4 26.9 55.2 42.2 90.2 42.2s67.8-15.4 90.2-42.2c13.6-16.2 38.1 4.3 24.6 20.5zm6.2-118.3l-9.5-17c-7.7-13.7-19.2-21.6-31.5-21.6s-23.8 7.9-31.5 21.6l-9.5 17c-4.1 7.3-15.6 4-14.9-4.5 3.3-42.1 32.2-71.4 56-71.4s52.7 29.3 56 71.4c.6 8.6-11 11.9-15.1 4.5z\"></path></svg>				\n									<h5>\n							Emotional Well-being						\n					</h5>\n									<p>\n						We focus on emotional growth, helping students understand and manage their feelings in a positive and healthy way.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M457.01 344.42c-25.05 20.33-52.63 37.18-82.54 49.05l54.38 94.19 53.95 23.04c9.81 4.19 20.89-2.21 22.17-12.8l7.02-58.25-54.98-95.23zm42.49-94.56c4.86-7.67 1.89-17.99-6.05-22.39l-28.07-15.57c-7.48-4.15-16.61-1.46-21.26 5.72C403.01 281.15 332.25 320 256 320c-23.93 0-47.23-4.25-69.41-11.53l67.36-116.68c.7.02 1.34.21 2.04.21s1.35-.19 2.04-.21l51.09 88.5c31.23-8.96 59.56-25.75 82.61-48.92l-51.79-89.71C347.39 128.03 352 112.63 352 96c0-53.02-42.98-96-96-96s-96 42.98-96 96c0 16.63 4.61 32.03 12.05 45.66l-68.3 118.31c-12.55-11.61-23.96-24.59-33.68-39-4.79-7.1-13.97-9.62-21.38-5.33l-27.75 16.07c-7.85 4.54-10.63 14.9-5.64 22.47 15.57 23.64 34.69 44.21 55.98 62.02L0 439.66l7.02 58.25c1.28 10.59 12.36 16.99 22.17 12.8l53.95-23.04 70.8-122.63C186.13 377.28 220.62 384 256 384c99.05 0 190.88-51.01 243.5-134.14zM256 64c17.67 0 32 14.33 32 32s-14.33 32-32 32-32-14.33-32-32 14.33-32 32-32z\"></path></svg>				\n									<h5>\n							Innovation						\n					</h5>\n									<p>\n						We help students build confidence and express themselves freely, shaping strong and positive personalities.					</p>\n		<img \n					data-interaction-id=\"f326291\" \n									id=\"1450\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg\"\n												width=\"768\"\n												height=\"1024\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-768x1024.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-225x300.jpg 225w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467-1152x1536.jpg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/1774848959808467.jpg 1200w\"\n												alt=\"1774848959808467\"\n						/>\n		<img \n					data-interaction-id=\"dc6b923\" \n									id=\"1452\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg\"\n												width=\"768\"\n												height=\"1365\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-768x1365.jpeg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-169x300.jpeg 169w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-576x1024.jpeg 576w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-864x1536.jpeg 864w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg-1152x2048.jpeg 1152w, http://genius-world-school.local/wp-content/uploads/2026/04/Screenshot_20260220_182447_Gallery.jpg.jpeg 1440w\"\n												alt=\"screenshot 20260220 182447 gallery.jpg\"\n						/>\n		<img \n					data-interaction-id=\"e1114b4\" \n									id=\"1447\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/620079813_1407362524735424_8015166270290393200_n.jpg 1410w\"\n												alt=\"620079813 1407362524735424 8015166270290393200 n\"\n						/>\n		<img \n					data-interaction-id=\"098f79d\" \n									id=\"1444\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg\"\n												width=\"1293\"\n												height=\"1084\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n.jpg 1293w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/585042675_1352876270184050_2671447973923849114_n-768x644.jpg 768w\"\n												alt=\"585042675 1352876270184050 2671447973923849114 n\"\n						/>\n		<img \n					data-interaction-id=\"65ec28e\" \n									id=\"1441\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg\"\n												width=\"1175\"\n												height=\"985\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n.jpg 1175w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-300x251.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/518277012_1243817234423288_1239197453492961140_n-768x644.jpg 768w\"\n												alt=\"518277012 1243817234423288 1239197453492961140 n\"\n						/>\n		<img \n					data-interaction-id=\"42a4af1\" \n									id=\"1442\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg\"\n												width=\"240\"\n												height=\"300\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-240x300.jpg 240w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-819x1024.jpg 819w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-768x960.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n-1228x1536.jpg 1228w, http://genius-world-school.local/wp-content/uploads/2026/04/555039518_1304302111708133_8991491846799047697_n.jpg 1350w\"\n												alt=\"555039518 1304302111708133 8991491846799047697 n\"\n						/>\n		<img \n					data-interaction-id=\"47fd7a9\" \n									id=\"1445\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg\"\n												width=\"768\"\n												height=\"1011\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-768x1011.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-228x300.jpg 228w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-778x1024.jpg 778w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n-1166x1536.jpg 1166w, http://genius-world-school.local/wp-content/uploads/2026/04/601417473_1381303784007965_7673174322229995586_n.jpg 1555w\"\n												alt=\"blue and white simple congratulations poster (double sided a3 portrait) 4\"\n						/>\n		<img \n					data-interaction-id=\"362ee98\" \n									id=\"1443\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg\"\n												width=\"768\"\n												height=\"644\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-768x644.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-300x252.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n-1024x858.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/584158584_1352876273517383_1198125718532913883_n.jpg 1293w\"\n												alt=\"584158584 1352876273517383 1198125718532913883 n\"\n						/>\n		<img \n					data-interaction-id=\"4d204d9\" \n									id=\"1449\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/650770640_1451850190286657_4719770776745907851_n.jpg 2048w\"\n												alt=\"650770640 1451850190286657 4719770776745907851 n\"\n						/>\n		<img \n					data-interaction-id=\"121de77\" \n									id=\"1572\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/12-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/12-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/12-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/12-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/12-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/12.jpg 2048w\"\n												alt=\"12\"\n						/>\n		<img \n					data-interaction-id=\"7f1b95f\" \n									id=\"1571\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/8-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/8-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/8-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/8-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/8-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/8.jpg 2048w\"\n												alt=\"8\"\n						/>\n		<img \n					data-interaction-id=\"b4ac241\" \n									id=\"1570\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/7-300x200.jpg\"\n												width=\"300\"\n												height=\"200\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/7-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/7-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/7-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/7-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/7.jpg 2048w\"\n												alt=\"7\"\n						/>\n		<img \n					data-interaction-id=\"27a2059\" \n									id=\"1568\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/5-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/5-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/5-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/5-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/5-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/5.jpg 2048w\"\n												alt=\"5\"\n						/>\n		<img \n					data-interaction-id=\"cb5b91b\" \n									id=\"1569\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/6-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/6-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/6-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/6-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/6-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/6.jpg 2048w\"\n												alt=\"6\"\n						/>\n		<img \n					data-interaction-id=\"255afa8\" \n									id=\"1566\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/3-768x512.jpg\"\n												width=\"768\"\n												height=\"512\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/3-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/3-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/3-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/3-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/3.jpg 2048w\"\n												alt=\"3\"\n						/>\n						<h6>Activities</h6>					<h2>Designed to help children realize their potential</h2>									\n		https://www.youtube.com/watch?v=uokHtBGik5k&#038;t=4s			<h6>What parent say</h6>															<img width=\"320\" height=\"480\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg\" alt=\"day care home testimonial image\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image.jpg 320w, http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-testimonial-image-200x300.jpg 200w\" sizes=\"(max-width: 320px) 100vw, 320px\" />																		\n							\" हामी विद्यालयप्रति हार्दिक आभार व्यक्त गर्दछौं। तपाईंहरूको मिहिनेत, मार्गदर्शन र स्नेहले हाम्रो बालबालिकाको उज्ज्वल भविष्य निर्माणमा ठूलो योगदान पुर्‍याएको छ। <br><br>धन्यवाद।\n														Sneha Sharma\n							<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>','Home','','inherit','closed','closed','','1412-revision-v1','','','2026-04-14 08:13:05','2026-04-14 08:13:05','',1412,'http://genius-world-school.local/?p=1601',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1602,1,'2026-04-14 08:14:30','2026-04-14 08:14:30','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://genius-world-school.local.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &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>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2026-04-14 08:14:30','2026-04-14 08:14:30','',3,'http://genius-world-school.local/?p=1602',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1604,1,'2026-04-14 08:30:40','2026-04-14 08:30:40','<h6>Our program</h6>		\n			<h1>Designed to help children realize their potential</h1>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E		\n			<h6>Why us</h6>		\n			<h2>The best early learning experience</h2>		\n			<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>		\n			<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>		\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n									<h5>\n							Supervision to keep children						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n			<h6>01</h6>		\n			<h2>Infant</h2>		\n			<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>		\n					<ul>\n							<li>\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n			<a href=\\\"#\\\">\n									Enroll your kid\n					</a>\n			<h6>02</h6>		\n			<h2>Toddler</h2>		\n			<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>		\n					<ul>\n							<li>\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n			<a href=\\\"#\\\">\n									Enroll your kid\n					</a>\n			<h6>03</h6>		\n			<h2>Preschool</h2>		\n			<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>		\n					<ul>\n							<li>\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n			<a href=\\\"#\\\">\n									Enroll your kid\n					</a>\n													<img width=\\\"620\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6.jpg 620w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6-300x194.jpg 300w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6-600x387.jpg 600w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6-400x258.jpg 400w\\\" sizes=\\\"(max-width: 620px) 100vw, 620px\\\" />													\n													<img width=\\\"290\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-5.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-5.jpg 290w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-5-218x300.jpg 218w\\\" sizes=\\\"(max-width: 290px) 100vw, 290px\\\" />													\n													<img width=\\\"290\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-4.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-4.jpg 290w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-4-218x300.jpg 218w\\\" sizes=\\\"(max-width: 290px) 100vw, 290px\\\" />													\n													<img width=\\\"290\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-2.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-2.jpg 290w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-2-218x300.jpg 218w\\\" sizes=\\\"(max-width: 290px) 100vw, 290px\\\" />													\n													<img width=\\\"290\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-1.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-1.jpg 290w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-1-218x300.jpg 218w\\\" sizes=\\\"(max-width: 290px) 100vw, 290px\\\" />													\n													<img width=\\\"620\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3.jpg 620w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3-300x194.jpg 300w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3-600x387.jpg 600w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3-400x258.jpg 400w\\\" sizes=\\\"(max-width: 620px) 100vw, 620px\\\" />													\n			<h6>Day care membership offer</h6>		\n			<h2>Schedule and tuition</h2>		\n			<h6>01</h6>		\n			<h3>Half Days</h3>		\n			<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>		\n					<ul>\n							<li>\n										8:30 - 12:00\n									</li>\n								<li>\n										$1,800/mo\n									</li>\n						</ul>\n			<h6>02</h6>		\n			<h3>Full Days</h3>		\n			<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>		\n					<ul>\n							<li>\n										8:30 - 3:30\n									</li>\n								<li>\n										$2,300/mo\n									</li>\n						</ul>\n			<h6>03</h6>		\n			<h3>Extended Day</h3>		\n			<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>		\n					<ul>\n							<li>\n										8:30 - 5:30\n									</li>\n								<li>\n										$2,600/mo\n									</li>\n						</ul>\n			<p>We welcome kids into our 2-4’s program based on their birth year.</p>		\n			<a href=\\\"#\\\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 08:30:40','2026-04-14 08:30:40','',739,'http://genius-world-school.local/?p=1604',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1605,1,'2026-04-14 08:30:40','2026-04-14 08:30:40','<h6>Our program</h6>		\n			<h1>Designed to help children realize their potential</h1>		\n		https://www.youtube.com/watch?v=XHOmBV4js_E		\n			<h6>Why us</h6>		\n			<h2>The best early learning experience</h2>		\n			<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>		\n			<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>		\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n									<h5>\n							Supervision to keep children						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n			<h6>01</h6>		\n			<h2>Infant</h2>		\n			<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>		\n					<ul>\n							<li>\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n			<a href=\\\"#\\\">\n									Enroll your kid\n					</a>\n			<h6>02</h6>		\n			<h2>Toddler</h2>		\n			<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>		\n					<ul>\n							<li>\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n			<a href=\\\"#\\\">\n									Enroll your kid\n					</a>\n			<h6>03</h6>		\n			<h2>Preschool</h2>		\n			<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>		\n					<ul>\n							<li>\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n			<a href=\\\"#\\\">\n									Enroll your kid\n					</a>\n													<img width=\\\"620\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6.jpg 620w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6-300x194.jpg 300w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6-600x387.jpg 600w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-6-400x258.jpg 400w\\\" sizes=\\\"(max-width: 620px) 100vw, 620px\\\" />													\n													<img width=\\\"290\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-5.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-5.jpg 290w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-5-218x300.jpg 218w\\\" sizes=\\\"(max-width: 290px) 100vw, 290px\\\" />													\n													<img width=\\\"290\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-4.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-4.jpg 290w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-4-218x300.jpg 218w\\\" sizes=\\\"(max-width: 290px) 100vw, 290px\\\" />													\n													<img width=\\\"290\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-2.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-2.jpg 290w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-2-218x300.jpg 218w\\\" sizes=\\\"(max-width: 290px) 100vw, 290px\\\" />													\n													<img width=\\\"290\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-1.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-1.jpg 290w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-1-218x300.jpg 218w\\\" sizes=\\\"(max-width: 290px) 100vw, 290px\\\" />													\n													<img width=\\\"620\\\" height=\\\"400\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3.jpg\\\" alt=\\\"\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3.jpg 620w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3-300x194.jpg 300w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3-600x387.jpg 600w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/day-care-home-gallery-image-3-400x258.jpg 400w\\\" sizes=\\\"(max-width: 620px) 100vw, 620px\\\" />													\n			<h6>Day care membership offer</h6>		\n			<h2>Schedule and tuition</h2>		\n			<h6>01</h6>		\n			<h3>Half Days</h3>		\n			<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>		\n					<ul>\n							<li>\n										8:30 - 12:00\n									</li>\n								<li>\n										$1,800/mo\n									</li>\n						</ul>\n			<h6>02</h6>		\n			<h3>Full Days</h3>		\n			<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>		\n					<ul>\n							<li>\n										8:30 - 3:30\n									</li>\n								<li>\n										$2,300/mo\n									</li>\n						</ul>\n			<h6>03</h6>		\n			<h3>Extended Day</h3>		\n			<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>		\n					<ul>\n							<li>\n										8:30 - 5:30\n									</li>\n								<li>\n										$2,600/mo\n									</li>\n						</ul>\n			<p>We welcome kids into our 2-4’s program based on their birth year.</p>		\n			<a href=\\\"#\\\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 08:30:40','2026-04-14 08:30:40','',739,'http://genius-world-school.local/?p=1605',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1606,1,'2026-04-14 08:30:41','2026-04-14 08:30:41','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our campus is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learning.\nThe school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.\nWe also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.\nIn addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>Why us</h6>					<h2>The best early learning experience</h2>					<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n							<h6>01</h6>					<h2>Infant</h2>					<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>02</h6>					<h2>Toddler</h2>					<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>03</h6>					<h2>Preschool</h2>					<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n																			<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg\" alt=\"day care home gallery image 6\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg\" alt=\"day care home gallery image 5\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 08:30:41','2026-04-14 08:30:41','',739,'http://genius-world-school.local/?p=1606',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1607,1,'2026-04-14 08:31:52','2026-04-14 08:31:52','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our campus is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learning.\nThe school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.\nWe also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.\nIn addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>Why us</h6>					<h2>The best early learning experience</h2>					<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n							<h6>01</h6>					<h2>Infant</h2>					<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>02</h6>					<h2>Toddler</h2>					<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>03</h6>					<h2>Preschool</h2>					<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n																			<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg\" alt=\"day care home gallery image 6\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg\" alt=\"day care home gallery image 5\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 08:31:52','2026-04-14 08:31:52','',739,'http://genius-world-school.local/?p=1607',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1608,1,'2026-04-14 08:31:52','2026-04-14 08:31:52','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our campus is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learning.\nThe school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.\nWe also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.\nIn addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>Why us</h6>					<h2>The best early learning experience</h2>					<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n							<h6>01</h6>					<h2>Infant</h2>					<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>02</h6>					<h2>Toddler</h2>					<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>03</h6>					<h2>Preschool</h2>					<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n																			<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg\" alt=\"day care home gallery image 6\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg\" alt=\"day care home gallery image 5\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 08:31:52','2026-04-14 08:31:52','',739,'http://genius-world-school.local/?p=1608',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1609,1,'2026-04-14 08:31:52','2026-04-14 08:31:52','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>Why us</h6>					<h2>The best early learning experience</h2>					<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n							<h6>01</h6>					<h2>Infant</h2>					<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>02</h6>					<h2>Toddler</h2>					<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>03</h6>					<h2>Preschool</h2>					<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n																			<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg\" alt=\"day care home gallery image 6\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg\" alt=\"day care home gallery image 5\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 08:31:52','2026-04-14 08:31:52','',739,'http://genius-world-school.local/?p=1609',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1611,1,'2026-04-14 08:59:08','2026-04-14 08:59:08','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>Why us</h6>					<h2>The best early learning experience</h2>					<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n							<h6>01</h6>					<h2>Infant</h2>					<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>02</h6>					<h2>Toddler</h2>					<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>03</h6>					<h2>Preschool</h2>					<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n																			<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg\" alt=\"day care home gallery image 6\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg\" alt=\"day care home gallery image 5\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 08:59:08','2026-04-14 08:59:08','',739,'http://genius-world-school.local/?p=1611',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1612,1,'2026-04-14 08:59:09','2026-04-14 08:59:09','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>		https://www.youtube.com/watch?v=XHOmBV4js_E			<h6>Why us</h6>					<h2>The best early learning experience</h2>					<p>Fermentum nunc tortor, mauris lorem dignissim augue et vestibulum aliquet est ultrices mauris adipiscing.</p>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat a scelerisque quis</p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children						\n					</h5>\n									<p>\n						Senectus fringilla vitae at lacus sollicitudin mi vel consectetur congue facilisi amet, maecenas egestas imperdiet.					</p>\n							<h6>01</h6>					<h2>Infant</h2>					<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>02</h6>					<h2>Toddler</h2>					<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n									<h6>03</h6>					<h2>Preschool</h2>					<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo</p>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Felis mauris quisque scelerisque ac\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Sodales vel vitae tincidunt mauris arcu\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Porta sit placerat pharetra\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>\n																			<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-6.jpg\" alt=\"day care home gallery image 6\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-5.jpg\" alt=\"day care home gallery image 5\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-4.jpg\" alt=\"day care home gallery image 4\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-2.jpg\" alt=\"day care home gallery image 2\" />																										<img width=\"290\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-1.jpg\" alt=\"day care home gallery image 1\" />																										<img width=\"620\" height=\"400\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/day-care-home-gallery-image-3.jpg\" alt=\"day care home gallery image 3\" />																<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 08:59:09','2026-04-14 08:59:09','',739,'http://genius-world-school.local/?p=1612',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1613,1,'2026-04-14 08:59:09','2026-04-14 08:59:09','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p>At GWS, our classrooms are thoughtfully designed to be spacious, child-friendly, and age-appropriate, creating a comfortable and engaging environment for effective learning. Each classroom is well-equipped with modern teaching and learning materials that support progressive and interactive teaching methodologies.<br><br>From Kindergarten to Grade 2, classrooms are arranged with safe, age-appropriate seating, including floor seating, small chairs, and desks, allowing young learners to move freely and learn comfortably. From Grade 3 onwards, students are provided with individual desks that promote focus, independence, and organized learning.<br><br>All classrooms are ICT-enabled and feature dedicated reading corners to encourage a love for reading and independent exploration. Ample space is provided to facilitate hands-on activities, group work, and interactive learning, ensuring that students actively participate and fully engage in the learning process.</p>					<h6>02</h6>					<h2>Library</h2>					<p>Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers’ library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.</p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p>GWS cafeteria is committed to providing healthy, hygienic, and nutritious meals to all students. We recognize that a well-balanced and varied diet is essential for both the physical and intellectual growth of children.<br><br>Meals are prepared under strict hygienic conditions in a modern kitchen by trained staff, under the guidance of a professional chef and a dietitian. Special care is taken to ensure quality, cleanliness, and nutritional value in every meal served.<br><br>The cafeteria offers a clean, safe, and comfortable dining environment, encouraging students to develop healthy eating habits as part of their daily routine.</p>					<h6>04</h6>					<h2>Transportation</h2>					<p>At Genius World School, we provide a reliable and well-organized transportation service to ensure the safety, comfort, and convenience of our students. The school offers door-to-door transportation, allowing students to travel securely between home and school with ease.<br><br>Each school vehicle is operated by a trained and experienced driver, accompanied by a responsible assistant who supervises and supports students throughout the journey. Together, they ensure that all safety protocols are followed and that students are cared for at all times during transit.<br><br>Our transportation system is carefully managed to provide punctual, safe, and comfortable travel, giving parents peace of mind and ensuring a smooth daily routine for students.</p>					<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 08:59:09','2026-04-14 08:59:09','',739,'http://genius-world-school.local/?p=1613',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1614,1,'2026-04-14 09:01:04','2026-04-14 09:01:04','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p>At GWS, our classrooms are thoughtfully designed to be spacious, child-friendly, and age-appropriate, creating a comfortable and engaging environment for effective learning. Each classroom is well-equipped with modern teaching and learning materials that support progressive and interactive teaching methodologies.<br><br>From Kindergarten to Grade 2, classrooms are arranged with safe, age-appropriate seating, including floor seating, small chairs, and desks, allowing young learners to move freely and learn comfortably. From Grade 3 onwards, students are provided with individual desks that promote focus, independence, and organized learning.<br><br>All classrooms are ICT-enabled and feature dedicated reading corners to encourage a love for reading and independent exploration. Ample space is provided to facilitate hands-on activities, group work, and interactive learning, ensuring that students actively participate and fully engage in the learning process.</p>					<h6>02</h6>					<h2>Library</h2>					<p>Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers’ library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.</p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p>GWS cafeteria is committed to providing healthy, hygienic, and nutritious meals to all students. We recognize that a well-balanced and varied diet is essential for both the physical and intellectual growth of children.<br><br>Meals are prepared under strict hygienic conditions in a modern kitchen by trained staff, under the guidance of a professional chef and a dietitian. Special care is taken to ensure quality, cleanliness, and nutritional value in every meal served.<br><br>The cafeteria offers a clean, safe, and comfortable dining environment, encouraging students to develop healthy eating habits as part of their daily routine.</p>					<h6>04</h6>					<h2>Transportation</h2>					<p>At Genius World School, we provide a reliable and well-organized transportation service to ensure the safety, comfort, and convenience of our students. The school offers door-to-door transportation, allowing students to travel securely between home and school with ease.<br><br>Each school vehicle is operated by a trained and experienced driver, accompanied by a responsible assistant who supervises and supports students throughout the journey. Together, they ensure that all safety protocols are followed and that students are cared for at all times during transit.<br><br>Our transportation system is carefully managed to provide punctual, safe, and comfortable travel, giving parents peace of mind and ensuring a smooth daily routine for students.</p>					<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 09:01:04','2026-04-14 09:01:04','',739,'http://genius-world-school.local/?p=1614',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1615,1,'2026-04-14 09:01:04','2026-04-14 09:01:04','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p>At GWS, our classrooms are thoughtfully designed to be spacious, child-friendly, and age-appropriate, creating a comfortable and engaging environment for effective learning. Each classroom is well-equipped with modern teaching and learning materials that support progressive and interactive teaching methodologies.<br><br>From Kindergarten to Grade 2, classrooms are arranged with safe, age-appropriate seating, including floor seating, small chairs, and desks, allowing young learners to move freely and learn comfortably. From Grade 3 onwards, students are provided with individual desks that promote focus, independence, and organized learning.<br><br>All classrooms are ICT-enabled and feature dedicated reading corners to encourage a love for reading and independent exploration. Ample space is provided to facilitate hands-on activities, group work, and interactive learning, ensuring that students actively participate and fully engage in the learning process.</p>					<h6>02</h6>					<h2>Library</h2>					<p>Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers’ library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.</p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p>GWS cafeteria is committed to providing healthy, hygienic, and nutritious meals to all students. We recognize that a well-balanced and varied diet is essential for both the physical and intellectual growth of children.<br><br>Meals are prepared under strict hygienic conditions in a modern kitchen by trained staff, under the guidance of a professional chef and a dietitian. Special care is taken to ensure quality, cleanliness, and nutritional value in every meal served.<br><br>The cafeteria offers a clean, safe, and comfortable dining environment, encouraging students to develop healthy eating habits as part of their daily routine.</p>					<h6>04</h6>					<h2>Transportation</h2>					<p>At Genius World School, we provide a reliable and well-organized transportation service to ensure the safety, comfort, and convenience of our students. The school offers door-to-door transportation, allowing students to travel securely between home and school with ease.<br><br>Each school vehicle is operated by a trained and experienced driver, accompanied by a responsible assistant who supervises and supports students throughout the journey. Together, they ensure that all safety protocols are followed and that students are cared for at all times during transit.<br><br>Our transportation system is carefully managed to provide punctual, safe, and comfortable travel, giving parents peace of mind and ensuring a smooth daily routine for students.</p>					<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 09:01:04','2026-04-14 09:01:04','',739,'http://genius-world-school.local/?p=1615',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1616,1,'2026-04-14 09:01:05','2026-04-14 09:01:05','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p>At GWS, our classrooms are thoughtfully designed to be spacious, child-friendly, and age-appropriate, creating a comfortable and engaging environment for effective learning. Each classroom is well-equipped with modern teaching and learning materials that support progressive and interactive teaching methodologies.<br><br>From Kindergarten to Grade 2, classrooms are arranged with safe, age-appropriate seating, including floor seating, small chairs, and desks, allowing young learners to move freely and learn comfortably. From Grade 3 onwards, students are provided with individual desks that promote focus, independence, and organized learning.<br><br>All classrooms are ICT-enabled and feature dedicated reading corners to encourage a love for reading and independent exploration. Ample space is provided to facilitate hands-on activities, group work, and interactive learning, ensuring that students actively participate and fully engage in the learning process.</p>					<h6>02</h6>					<h2>Library</h2>					<p>Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers’ library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.</p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p>GWS cafeteria is committed to providing healthy, hygienic, and nutritious meals to all students. We recognize that a well-balanced and varied diet is essential for both the physical and intellectual growth of children.<br><br>Meals are prepared under strict hygienic conditions in a modern kitchen by trained staff, under the guidance of a professional chef and a dietitian. Special care is taken to ensure quality, cleanliness, and nutritional value in every meal served.<br><br>The cafeteria offers a clean, safe, and comfortable dining environment, encouraging students to develop healthy eating habits as part of their daily routine.</p>					<h6>04</h6>					<h2>Transportation</h2>					<p>At Genius World School, we provide a reliable and well-organized transportation service to ensure the safety, comfort, and convenience of our students. The school offers door-to-door transportation, allowing students to travel securely between home and school with ease.<br><br>Each school vehicle is operated by a trained and experienced driver, accompanied by a responsible assistant who supervises and supports students throughout the journey. Together, they ensure that all safety protocols are followed and that students are cared for at all times during transit.<br><br>Our transportation system is carefully managed to provide punctual, safe, and comfortable travel, giving parents peace of mind and ensuring a smooth daily routine for students.</p>					<h6>01</h6>					<h2>Physical Education</h2>					<p>At Genius World School, Physical Education is considered an essential component of holistic development. We strongly believe that physical activity not only promotes fitness and well-being but also enhances discipline, teamwork, leadership, and overall personality development.<br><br>Our Physical Education program is structured with age-appropriate activities that cater to the developmental needs of students at every level. Beyond simply playing games, students are taught the importance of physical fitness, rules of sports, and the values of fair play, perseverance, and sportsmanship. They are given continuous opportunities throughout the year to develop and demonstrate their skills and abilities.<br><br>The school actively participates in inter-school and district-level competitions, where our students have consistently demonstrated excellence and achievement. Regular training sessions are conducted in sports such as basketball, futsal, table tennis, and badminton, ensuring both skill development and competitive exposure.<br><br>In addition, we offer a wide range of outdoor and co-curricular physical activities. Our swimming program, conducted over several weeks, concludes with an Annual Swimming Gala that highlights students’ progress and confidence. Regular hiking activities promote endurance, teamwork, and connection with nature, while Taekwondo classes help students build self-discipline, confidence, and self-defense skills.<br><br>Through this well-balanced and dynamic approach, Genius World School ensures that students grow into healthy, active, and well-rounded individuals.</p>					<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 09:01:05','2026-04-14 09:01:05','',739,'http://genius-world-school.local/?p=1616',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1618,1,'2026-04-14 09:18:48','2026-04-14 09:18:48','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p>At GWS, our classrooms are thoughtfully designed to be spacious, child-friendly, and age-appropriate, creating a comfortable and engaging environment for effective learning. Each classroom is well-equipped with modern teaching and learning materials that support progressive and interactive teaching methodologies.<br><br>From Kindergarten to Grade 2, classrooms are arranged with safe, age-appropriate seating, including floor seating, small chairs, and desks, allowing young learners to move freely and learn comfortably. From Grade 3 onwards, students are provided with individual desks that promote focus, independence, and organized learning.<br><br>All classrooms are ICT-enabled and feature dedicated reading corners to encourage a love for reading and independent exploration. Ample space is provided to facilitate hands-on activities, group work, and interactive learning, ensuring that students actively participate and fully engage in the learning process.</p>					<h6>02</h6>					<h2>Library</h2>					<p>Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers’ library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.</p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p>GWS cafeteria is committed to providing healthy, hygienic, and nutritious meals to all students. We recognize that a well-balanced and varied diet is essential for both the physical and intellectual growth of children.<br><br>Meals are prepared under strict hygienic conditions in a modern kitchen by trained staff, under the guidance of a professional chef and a dietitian. Special care is taken to ensure quality, cleanliness, and nutritional value in every meal served.<br><br>The cafeteria offers a clean, safe, and comfortable dining environment, encouraging students to develop healthy eating habits as part of their daily routine.</p>					<h6>04</h6>					<h2>Transportation</h2>					<p>At Genius World School, we provide a reliable and well-organized transportation service to ensure the safety, comfort, and convenience of our students. The school offers door-to-door transportation, allowing students to travel securely between home and school with ease.<br><br>Each school vehicle is operated by a trained and experienced driver, accompanied by a responsible assistant who supervises and supports students throughout the journey. Together, they ensure that all safety protocols are followed and that students are cared for at all times during transit.<br><br>Our transportation system is carefully managed to provide punctual, safe, and comfortable travel, giving parents peace of mind and ensuring a smooth daily routine for students.</p>					<h6>01</h6>					<h2>Physical Education</h2>					<p>At Genius World School, Physical Education is considered an essential component of holistic development. We strongly believe that physical activity not only promotes fitness and well-being but also enhances discipline, teamwork, leadership, and overall personality development.<br><br>Our Physical Education program is structured with age-appropriate activities that cater to the developmental needs of students at every level. Beyond simply playing games, students are taught the importance of physical fitness, rules of sports, and the values of fair play, perseverance, and sportsmanship. They are given continuous opportunities throughout the year to develop and demonstrate their skills and abilities.<br><br>The school actively participates in inter-school and district-level competitions, where our students have consistently demonstrated excellence and achievement. Regular training sessions are conducted in sports such as basketball, futsal, table tennis, and badminton, ensuring both skill development and competitive exposure.<br><br>In addition, we offer a wide range of outdoor and co-curricular physical activities. Our swimming program, conducted over several weeks, concludes with an Annual Swimming Gala that highlights students’ progress and confidence. Regular hiking activities promote endurance, teamwork, and connection with nature, while Taekwondo classes help students build self-discipline, confidence, and self-defense skills.<br><br>Through this well-balanced and dynamic approach, Genius World School ensures that students grow into healthy, active, and well-rounded individuals.</p>					<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 09:18:48','2026-04-14 09:18:48','',739,'http://genius-world-school.local/?p=1618',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1619,1,'2026-04-14 09:18:49','2026-04-14 09:18:49','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p>At GWS, our classrooms are thoughtfully designed to be spacious, child-friendly, and age-appropriate, creating a comfortable and engaging environment for effective learning. Each classroom is well-equipped with modern teaching and learning materials that support progressive and interactive teaching methodologies.<br><br>From Kindergarten to Grade 2, classrooms are arranged with safe, age-appropriate seating, including floor seating, small chairs, and desks, allowing young learners to move freely and learn comfortably. From Grade 3 onwards, students are provided with individual desks that promote focus, independence, and organized learning.<br><br>All classrooms are ICT-enabled and feature dedicated reading corners to encourage a love for reading and independent exploration. Ample space is provided to facilitate hands-on activities, group work, and interactive learning, ensuring that students actively participate and fully engage in the learning process.</p>					<h6>02</h6>					<h2>Library</h2>					<p>Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers’ library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.</p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p>GWS cafeteria is committed to providing healthy, hygienic, and nutritious meals to all students. We recognize that a well-balanced and varied diet is essential for both the physical and intellectual growth of children.<br><br>Meals are prepared under strict hygienic conditions in a modern kitchen by trained staff, under the guidance of a professional chef and a dietitian. Special care is taken to ensure quality, cleanliness, and nutritional value in every meal served.<br><br>The cafeteria offers a clean, safe, and comfortable dining environment, encouraging students to develop healthy eating habits as part of their daily routine.</p>					<h6>04</h6>					<h2>Transportation</h2>					<p>At Genius World School, we provide a reliable and well-organized transportation service to ensure the safety, comfort, and convenience of our students. The school offers door-to-door transportation, allowing students to travel securely between home and school with ease.<br><br>Each school vehicle is operated by a trained and experienced driver, accompanied by a responsible assistant who supervises and supports students throughout the journey. Together, they ensure that all safety protocols are followed and that students are cared for at all times during transit.<br><br>Our transportation system is carefully managed to provide punctual, safe, and comfortable travel, giving parents peace of mind and ensuring a smooth daily routine for students.</p>					<h6>01</h6>					<h2>Physical Education</h2>					<p>At Genius World School, Physical Education is considered an essential component of holistic development. We strongly believe that physical activity not only promotes fitness and well-being but also enhances discipline, teamwork, leadership, and overall personality development.<br><br>Our Physical Education program is structured with age-appropriate activities that cater to the developmental needs of students at every level. Beyond simply playing games, students are taught the importance of physical fitness, rules of sports, and the values of fair play, perseverance, and sportsmanship. They are given continuous opportunities throughout the year to develop and demonstrate their skills and abilities.<br><br>The school actively participates in inter-school and district-level competitions, where our students have consistently demonstrated excellence and achievement. Regular training sessions are conducted in sports such as basketball, futsal, table tennis, and badminton, ensuring both skill development and competitive exposure.<br><br>In addition, we offer a wide range of outdoor and co-curricular physical activities. Our swimming program, conducted over several weeks, concludes with an Annual Swimming Gala that highlights students’ progress and confidence. Regular hiking activities promote endurance, teamwork, and connection with nature, while Taekwondo classes help students build self-discipline, confidence, and self-defense skills.<br><br>Through this well-balanced and dynamic approach, Genius World School ensures that students grow into healthy, active, and well-rounded individuals.</p>					<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 09:18:49','2026-04-14 09:18:49','',739,'http://genius-world-school.local/?p=1619',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1620,1,'2026-04-14 09:18:50','2026-04-14 09:18:50','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p>At GWS, our classrooms are thoughtfully designed to be spacious, child-friendly, and age-appropriate, creating a comfortable and engaging environment for effective learning. Each classroom is well-equipped with modern teaching and learning materials that support progressive and interactive teaching methodologies.<br><br>From Kindergarten to Grade 2, classrooms are arranged with safe, age-appropriate seating, including floor seating, small chairs, and desks, allowing young learners to move freely and learn comfortably. From Grade 3 onwards, students are provided with individual desks that promote focus, independence, and organized learning.<br><br>All classrooms are ICT-enabled and feature dedicated reading corners to encourage a love for reading and independent exploration. Ample space is provided to facilitate hands-on activities, group work, and interactive learning, ensuring that students actively participate and fully engage in the learning process.</p>					<h6>02</h6>					<h2>Library</h2>					<p>Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers’ library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.</p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 09:18:50','2026-04-14 09:18:50','',739,'http://genius-world-school.local/?p=1620',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1622,1,'2026-04-14 12:40:18','2026-04-14 12:40:18','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p>At GWS, our classrooms are thoughtfully designed to be spacious, child-friendly, and age-appropriate, creating a comfortable and engaging environment for effective learning. Each classroom is well-equipped with modern teaching and learning materials that support progressive and interactive teaching methodologies.<br><br>From Kindergarten to Grade 2, classrooms are arranged with safe, age-appropriate seating, including floor seating, small chairs, and desks, allowing young learners to move freely and learn comfortably. From Grade 3 onwards, students are provided with individual desks that promote focus, independence, and organized learning.<br><br>All classrooms are ICT-enabled and feature dedicated reading corners to encourage a love for reading and independent exploration. Ample space is provided to facilitate hands-on activities, group work, and interactive learning, ensuring that students actively participate and fully engage in the learning process.</p>					<h6>02</h6>					<h2>Library</h2>					<p>Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers’ library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.</p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 12:40:18','2026-04-14 12:40:18','',739,'http://genius-world-school.local/?p=1622',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1623,1,'2026-04-14 12:40:19','2026-04-14 12:40:19','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p>At GWS, our classrooms are thoughtfully designed to be spacious, child-friendly, and age-appropriate, creating a comfortable and engaging environment for effective learning. Each classroom is well-equipped with modern teaching and learning materials that support progressive and interactive teaching methodologies.<br><br>From Kindergarten to Grade 2, classrooms are arranged with safe, age-appropriate seating, including floor seating, small chairs, and desks, allowing young learners to move freely and learn comfortably. From Grade 3 onwards, students are provided with individual desks that promote focus, independence, and organized learning.<br><br>All classrooms are ICT-enabled and feature dedicated reading corners to encourage a love for reading and independent exploration. Ample space is provided to facilitate hands-on activities, group work, and interactive learning, ensuring that students actively participate and fully engage in the learning process.</p>					<h6>02</h6>					<h2>Library</h2>					<p>Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers’ library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.</p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 12:40:19','2026-04-14 12:40:19','',739,'http://genius-world-school.local/?p=1623',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1624,1,'2026-04-14 12:40:19','2026-04-14 12:40:19','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>\n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>\n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>					<h6>02</h6>					<h2>Library</h2>					<p>Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers’ library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.</p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 12:40:19','2026-04-14 12:40:19','',739,'http://genius-world-school.local/?p=1624',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1625,1,'2026-04-14 12:44:59','2026-04-14 12:44:59','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>\n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>\n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>					<h6>02</h6>					<h2>Library</h2>					<p>Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers’ library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.</p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 12:44:59','2026-04-14 12:44:59','',739,'http://genius-world-school.local/?p=1625',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1626,1,'2026-04-14 12:44:59','2026-04-14 12:44:59','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>\n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>\n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>					<h6>02</h6>					<h2>Library</h2>					<p>Library serves as a dynamic learning hub that nurtures a strong culture of reading, research, and lifelong learning. Our well-stocked library offers a wide range of age-appropriate books, including academic resources, storybooks, reference materials, and periodicals to support both curriculum and independent exploration.<br><br>The library is not limited to students alone. We strongly emphasize the importance of reading habits among educators as well. A dedicated teachers’ library section is maintained with a rich collection of professional and general reading materials, encouraging teachers to continuously enhance their knowledge, teaching practices, and personal growth beyond the curriculum.<br><br>Designed to be peaceful, comfortable, and student-friendly, the library provides an ideal space for focused reading and intellectual engagement. Through regular library use, both students and teachers are inspired to develop curiosity, creativity, and a lifelong passion for learning.<br><br>At GWS, the library stands as a cornerstone of academic excellence and a culture of continuous learning.</p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 12:44:59','2026-04-14 12:44:59','',739,'http://genius-world-school.local/?p=1626',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1627,1,'2026-04-14 12:45:00','2026-04-14 12:45:00','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>\n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>\n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>					<h6>02</h6>					<h2>Library</h2>					<p><p data-start=\"0\" data-end=\"350\">The Library at GWS serves as a <strong data-start=\"31\" data-end=\"55\">dynamic learning hub</strong> that nurtures a strong culture of <strong data-start=\"90\" data-end=\"134\">reading, research, and lifelong learning</strong>. It is well-stocked with a wide range of <strong data-start=\"176\" data-end=\"201\">age-appropriate books</strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\"299\" data-end=\"347\">curriculum needs and independent exploration</strong>.</p>\n<p data-start=\"352\" data-end=\"737\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\"437\" data-end=\"471\">reading habits among educators</strong> as well. A dedicated <strong data-start=\"493\" data-end=\"522\">teachers’ library section</strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\"631\" data-end=\"712\">continuously enhance their knowledge, teaching practices, and personal growth</strong> beyond the curriculum.</p>\n<p data-start=\"739\" data-end=\"1122\" data-is-last-node=\"\" data-is-only-node=\"\">Designed to be <strong data-start=\"754\" data-end=\"801\">peaceful, comfortable, and student-friendly</strong>, the library provides an ideal space for <strong data-start=\"843\" data-end=\"890\">focused reading and intellectual engagement</strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\"964\" data-end=\"1026\">curiosity, creativity, and a lifelong passion for learning</strong>, making the library a true cornerstone of <strong data-start=\"1069\" data-end=\"1114\">academic excellence and continuous growth</strong> at GWS.</p></p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>05</h6>					<h2>Outdoor activities &amp; Trips</h2>					<p><p>At&nbsp;Genius World School, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;field trips, dayouts, and nightouts&nbsp;play a vital role in enriching students’ learning experiences. These activities are designed not only to educate students about&nbsp;culture, tradition, nature, and the environment, but also to help them develop important&nbsp;life skills&nbsp;such as teamwork, independence, responsibility, and confidence.</p><p>Dayouts&nbsp;are regularly organized for all grades within school hours, based on&nbsp;thematic learning requirements. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.</p><p>Nightouts&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;Grade 1 and 2, students participate in&nbsp;night camping experiences within the school, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.</p><p>For&nbsp;Grade 3 to 5, students go on&nbsp;1-night, 2-day trips, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.</p><p>Students from&nbsp;Grade 6 to 10&nbsp;participate in&nbsp;longer trips of at least 2 nights and 3 days. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.</p><p>&nbsp;</p><p>Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.</p></p>					<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 12:45:00','2026-04-14 12:45:00','',739,'http://genius-world-school.local/?p=1627',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1628,1,'2026-04-14 12:52:16','2026-04-14 12:52:16','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>\n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>\n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>					<h6>02</h6>					<h2>Library</h2>					<p><p data-start=\"0\" data-end=\"350\">The Library at GWS serves as a <strong data-start=\"31\" data-end=\"55\">dynamic learning hub</strong> that nurtures a strong culture of <strong data-start=\"90\" data-end=\"134\">reading, research, and lifelong learning</strong>. It is well-stocked with a wide range of <strong data-start=\"176\" data-end=\"201\">age-appropriate books</strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\"299\" data-end=\"347\">curriculum needs and independent exploration</strong>.</p>\n<p data-start=\"352\" data-end=\"737\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\"437\" data-end=\"471\">reading habits among educators</strong> as well. A dedicated <strong data-start=\"493\" data-end=\"522\">teachers’ library section</strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\"631\" data-end=\"712\">continuously enhance their knowledge, teaching practices, and personal growth</strong> beyond the curriculum.</p>\n<p data-start=\"739\" data-end=\"1122\" data-is-last-node=\"\" data-is-only-node=\"\">Designed to be <strong data-start=\"754\" data-end=\"801\">peaceful, comfortable, and student-friendly</strong>, the library provides an ideal space for <strong data-start=\"843\" data-end=\"890\">focused reading and intellectual engagement</strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\"964\" data-end=\"1026\">curiosity, creativity, and a lifelong passion for learning</strong>, making the library a true cornerstone of <strong data-start=\"1069\" data-end=\"1114\">academic excellence and continuous growth</strong> at GWS.</p></p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>05</h6>					<h2>Outdoor activities &amp; Trips</h2>					<p><p>At&nbsp;Genius World School, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;field trips, dayouts, and nightouts&nbsp;play a vital role in enriching students’ learning experiences. These activities are designed not only to educate students about&nbsp;culture, tradition, nature, and the environment, but also to help them develop important&nbsp;life skills&nbsp;such as teamwork, independence, responsibility, and confidence.</p><p>Dayouts&nbsp;are regularly organized for all grades within school hours, based on&nbsp;thematic learning requirements. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.</p><p>Nightouts&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;Grade 1 and 2, students participate in&nbsp;night camping experiences within the school, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.</p><p>For&nbsp;Grade 3 to 5, students go on&nbsp;1-night, 2-day trips, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.</p><p>Students from&nbsp;Grade 6 to 10&nbsp;participate in&nbsp;longer trips of at least 2 nights and 3 days. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.</p><p>&nbsp;</p><p>Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.</p></p>					<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 12:52:16','2026-04-14 12:52:16','',739,'http://genius-world-school.local/?p=1628',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1629,1,'2026-04-14 12:52:17','2026-04-14 12:52:17','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>\n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>\n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>					<h6>02</h6>					<h2>Library</h2>					<p><p data-start=\"0\" data-end=\"350\">The Library at GWS serves as a <strong data-start=\"31\" data-end=\"55\">dynamic learning hub</strong> that nurtures a strong culture of <strong data-start=\"90\" data-end=\"134\">reading, research, and lifelong learning</strong>. It is well-stocked with a wide range of <strong data-start=\"176\" data-end=\"201\">age-appropriate books</strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\"299\" data-end=\"347\">curriculum needs and independent exploration</strong>.</p>\n<p data-start=\"352\" data-end=\"737\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\"437\" data-end=\"471\">reading habits among educators</strong> as well. A dedicated <strong data-start=\"493\" data-end=\"522\">teachers’ library section</strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\"631\" data-end=\"712\">continuously enhance their knowledge, teaching practices, and personal growth</strong> beyond the curriculum.</p>\n<p data-start=\"739\" data-end=\"1122\" data-is-last-node=\"\" data-is-only-node=\"\">Designed to be <strong data-start=\"754\" data-end=\"801\">peaceful, comfortable, and student-friendly</strong>, the library provides an ideal space for <strong data-start=\"843\" data-end=\"890\">focused reading and intellectual engagement</strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\"964\" data-end=\"1026\">curiosity, creativity, and a lifelong passion for learning</strong>, making the library a true cornerstone of <strong data-start=\"1069\" data-end=\"1114\">academic excellence and continuous growth</strong> at GWS.</p></p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>05</h6>					<h2>Outdoor activities &amp; Trips</h2>					<p><p>At&nbsp;Genius World School, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;field trips, dayouts, and nightouts&nbsp;play a vital role in enriching students’ learning experiences. These activities are designed not only to educate students about&nbsp;culture, tradition, nature, and the environment, but also to help them develop important&nbsp;life skills&nbsp;such as teamwork, independence, responsibility, and confidence.</p><p>Dayouts&nbsp;are regularly organized for all grades within school hours, based on&nbsp;thematic learning requirements. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.</p><p>Nightouts&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;Grade 1 and 2, students participate in&nbsp;night camping experiences within the school, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.</p><p>For&nbsp;Grade 3 to 5, students go on&nbsp;1-night, 2-day trips, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.</p><p>Students from&nbsp;Grade 6 to 10&nbsp;participate in&nbsp;longer trips of at least 2 nights and 3 days. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.</p><p>&nbsp;</p><p>Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.</p></p>					<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 12:52:17','2026-04-14 12:52:17','',739,'http://genius-world-school.local/?p=1629',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1630,1,'2026-04-14 12:52:17','2026-04-14 12:52:17','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>\n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>\n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>					<h6>02</h6>					<h2>Library</h2>					<p><p data-start=\"0\" data-end=\"350\">The Library at GWS serves as a <strong data-start=\"31\" data-end=\"55\">dynamic learning hub</strong> that nurtures a strong culture of <strong data-start=\"90\" data-end=\"134\">reading, research, and lifelong learning</strong>. It is well-stocked with a wide range of <strong data-start=\"176\" data-end=\"201\">age-appropriate books</strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\"299\" data-end=\"347\">curriculum needs and independent exploration</strong>.</p>\n<p data-start=\"352\" data-end=\"737\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\"437\" data-end=\"471\">reading habits among educators</strong> as well. A dedicated <strong data-start=\"493\" data-end=\"522\">teachers’ library section</strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\"631\" data-end=\"712\">continuously enhance their knowledge, teaching practices, and personal growth</strong> beyond the curriculum.</p>\n<p data-start=\"739\" data-end=\"1122\" data-is-last-node=\"\" data-is-only-node=\"\">Designed to be <strong data-start=\"754\" data-end=\"801\">peaceful, comfortable, and student-friendly</strong>, the library provides an ideal space for <strong data-start=\"843\" data-end=\"890\">focused reading and intellectual engagement</strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\"964\" data-end=\"1026\">curiosity, creativity, and a lifelong passion for learning</strong>, making the library a true cornerstone of <strong data-start=\"1069\" data-end=\"1114\">academic excellence and continuous growth</strong> at GWS.</p></p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>07</h6>					<h2>Outdoor activities &amp; Trips</h2>					<p><p>At&nbsp;Genius World School, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;field trips, dayouts, and nightouts&nbsp;play a vital role in enriching students’ learning experiences. These activities are designed not only to educate students about&nbsp;culture, tradition, nature, and the environment, but also to help them develop important&nbsp;life skills&nbsp;such as teamwork, independence, responsibility, and confidence.</p><p>Dayouts&nbsp;are regularly organized for all grades within school hours, based on&nbsp;thematic learning requirements. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.</p><p>Nightouts&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;Grade 1 and 2, students participate in&nbsp;night camping experiences within the school, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.</p><p>For&nbsp;Grade 3 to 5, students go on&nbsp;1-night, 2-day trips, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.</p><p>Students from&nbsp;Grade 6 to 10&nbsp;participate in&nbsp;longer trips of at least 2 nights and 3 days. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.</p><p>&nbsp;</p><p>Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.</p></p>					<h6>08</h6>					<h2>Parental Guidence &amp; Counselling</h2>					<p>At Genius World School, educational service guidance is an important part of supporting students’ academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.</p>					<h6>09</h6>					<h2>ECA/CCA Activities</h2>					<p>At Genius World School, ECA/CCA activities are an integral part of our holistic education approach, designed to nurture students’ talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our “Extra Club” offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.</p>					<h6>10</h6>					<h2>Art &amp; Crafts</h2>					<p>At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork—it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.</p>					<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 12:52:17','2026-04-14 12:52:17','',739,'http://genius-world-school.local/?p=1630',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1631,1,'2026-04-14 12:53:10','2026-04-14 12:53:10','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>\n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>\n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>					<h6>02</h6>					<h2>Library</h2>					<p><p data-start=\"0\" data-end=\"350\">The Library at GWS serves as a <strong data-start=\"31\" data-end=\"55\">dynamic learning hub</strong> that nurtures a strong culture of <strong data-start=\"90\" data-end=\"134\">reading, research, and lifelong learning</strong>. It is well-stocked with a wide range of <strong data-start=\"176\" data-end=\"201\">age-appropriate books</strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\"299\" data-end=\"347\">curriculum needs and independent exploration</strong>.</p>\n<p data-start=\"352\" data-end=\"737\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\"437\" data-end=\"471\">reading habits among educators</strong> as well. A dedicated <strong data-start=\"493\" data-end=\"522\">teachers’ library section</strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\"631\" data-end=\"712\">continuously enhance their knowledge, teaching practices, and personal growth</strong> beyond the curriculum.</p>\n<p data-start=\"739\" data-end=\"1122\" data-is-last-node=\"\" data-is-only-node=\"\">Designed to be <strong data-start=\"754\" data-end=\"801\">peaceful, comfortable, and student-friendly</strong>, the library provides an ideal space for <strong data-start=\"843\" data-end=\"890\">focused reading and intellectual engagement</strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\"964\" data-end=\"1026\">curiosity, creativity, and a lifelong passion for learning</strong>, making the library a true cornerstone of <strong data-start=\"1069\" data-end=\"1114\">academic excellence and continuous growth</strong> at GWS.</p></p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>07</h6>					<h2>Outdoor activities &amp; Trips</h2>					<p><p>At&nbsp;Genius World School, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;field trips, dayouts, and nightouts&nbsp;play a vital role in enriching students’ learning experiences. These activities are designed not only to educate students about&nbsp;culture, tradition, nature, and the environment, but also to help them develop important&nbsp;life skills&nbsp;such as teamwork, independence, responsibility, and confidence.</p><p>Dayouts&nbsp;are regularly organized for all grades within school hours, based on&nbsp;thematic learning requirements. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.</p><p>Nightouts&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;Grade 1 and 2, students participate in&nbsp;night camping experiences within the school, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.</p><p>For&nbsp;Grade 3 to 5, students go on&nbsp;1-night, 2-day trips, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.</p><p>Students from&nbsp;Grade 6 to 10&nbsp;participate in&nbsp;longer trips of at least 2 nights and 3 days. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.</p><p>&nbsp;</p><p>Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.</p></p>					<h6>08</h6>					<h2>Parental Guidence &amp; Counselling</h2>					<p>At Genius World School, educational service guidance is an important part of supporting students’ academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.</p>					<h6>09</h6>					<h2>ECA/CCA Activities</h2>					<p>At Genius World School, ECA/CCA activities are an integral part of our holistic education approach, designed to nurture students’ talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our “Extra Club” offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.</p>					<h6>10</h6>					<h2>Art &amp; Crafts</h2>					<p>At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork—it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.</p>					<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 12:53:10','2026-04-14 12:53:10','',739,'http://genius-world-school.local/?p=1631',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1632,1,'2026-04-14 12:53:10','2026-04-14 12:53:10','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>\n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>\n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>					<h6>02</h6>					<h2>Library</h2>					<p><p data-start=\"0\" data-end=\"350\">The Library at GWS serves as a <strong data-start=\"31\" data-end=\"55\">dynamic learning hub</strong> that nurtures a strong culture of <strong data-start=\"90\" data-end=\"134\">reading, research, and lifelong learning</strong>. It is well-stocked with a wide range of <strong data-start=\"176\" data-end=\"201\">age-appropriate books</strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\"299\" data-end=\"347\">curriculum needs and independent exploration</strong>.</p>\n<p data-start=\"352\" data-end=\"737\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\"437\" data-end=\"471\">reading habits among educators</strong> as well. A dedicated <strong data-start=\"493\" data-end=\"522\">teachers’ library section</strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\"631\" data-end=\"712\">continuously enhance their knowledge, teaching practices, and personal growth</strong> beyond the curriculum.</p>\n<p data-start=\"739\" data-end=\"1122\" data-is-last-node=\"\" data-is-only-node=\"\">Designed to be <strong data-start=\"754\" data-end=\"801\">peaceful, comfortable, and student-friendly</strong>, the library provides an ideal space for <strong data-start=\"843\" data-end=\"890\">focused reading and intellectual engagement</strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\"964\" data-end=\"1026\">curiosity, creativity, and a lifelong passion for learning</strong>, making the library a true cornerstone of <strong data-start=\"1069\" data-end=\"1114\">academic excellence and continuous growth</strong> at GWS.</p></p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>07</h6>					<h2>Outdoor activities &amp; Trips</h2>					<p><p>At&nbsp;Genius World School, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;field trips, dayouts, and nightouts&nbsp;play a vital role in enriching students’ learning experiences. These activities are designed not only to educate students about&nbsp;culture, tradition, nature, and the environment, but also to help them develop important&nbsp;life skills&nbsp;such as teamwork, independence, responsibility, and confidence.</p><p>Dayouts&nbsp;are regularly organized for all grades within school hours, based on&nbsp;thematic learning requirements. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.</p><p>Nightouts&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;Grade 1 and 2, students participate in&nbsp;night camping experiences within the school, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.</p><p>For&nbsp;Grade 3 to 5, students go on&nbsp;1-night, 2-day trips, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.</p><p>Students from&nbsp;Grade 6 to 10&nbsp;participate in&nbsp;longer trips of at least 2 nights and 3 days. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.</p><p>&nbsp;</p><p>Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.</p></p>					<h6>08</h6>					<h2>Parental Guidence &amp; Counselling</h2>					<p>At Genius World School, educational service guidance is an important part of supporting students’ academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.</p>					<h6>09</h6>					<h2>ECA/CCA Activities</h2>					<p>At Genius World School, ECA/CCA activities are an integral part of our holistic education approach, designed to nurture students’ talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our “Extra Club” offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.</p>					<h6>10</h6>					<h2>Art &amp; Crafts</h2>					<p>At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork—it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.</p>					<h6>Day care membership offer</h6>					<h2>Schedule and tuition</h2>					<h6>01</h6>					<h3>Half Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 12:00\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$1,800/mo\n									</li>\n						</ul>\n							<h6>02</h6>					<h3>Full Days</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 3:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,300/mo\n									</li>\n						</ul>\n							<h6>03</h6>					<h3>Extended Day</h3>					<p>Eu vestibulum praesent pretium platea fusce amet lobortis ut malesuada neque scelerisque pulvinar quisque turpis ut etiam sit volutpat.</p>							\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"></path></svg>						\n										8:30 - 5:30\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 288 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"></path></svg>						\n										$2,600/mo\n									</li>\n						</ul>\n							<p>We welcome kids into our 2-4’s program based on their birth year.</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 12:53:10','2026-04-14 12:53:10','',739,'http://genius-world-school.local/?p=1632',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1633,1,'2026-04-14 12:53:11','2026-04-14 12:53:11','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>\n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>\n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>					<h6>02</h6>					<h2>Library</h2>					<p><p data-start=\"0\" data-end=\"350\">The Library at GWS serves as a <strong data-start=\"31\" data-end=\"55\">dynamic learning hub</strong> that nurtures a strong culture of <strong data-start=\"90\" data-end=\"134\">reading, research, and lifelong learning</strong>. It is well-stocked with a wide range of <strong data-start=\"176\" data-end=\"201\">age-appropriate books</strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\"299\" data-end=\"347\">curriculum needs and independent exploration</strong>.</p>\n<p data-start=\"352\" data-end=\"737\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\"437\" data-end=\"471\">reading habits among educators</strong> as well. A dedicated <strong data-start=\"493\" data-end=\"522\">teachers’ library section</strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\"631\" data-end=\"712\">continuously enhance their knowledge, teaching practices, and personal growth</strong> beyond the curriculum.</p>\n<p data-start=\"739\" data-end=\"1122\" data-is-last-node=\"\" data-is-only-node=\"\">Designed to be <strong data-start=\"754\" data-end=\"801\">peaceful, comfortable, and student-friendly</strong>, the library provides an ideal space for <strong data-start=\"843\" data-end=\"890\">focused reading and intellectual engagement</strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\"964\" data-end=\"1026\">curiosity, creativity, and a lifelong passion for learning</strong>, making the library a true cornerstone of <strong data-start=\"1069\" data-end=\"1114\">academic excellence and continuous growth</strong> at GWS.</p></p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>07</h6>					<h2>Outdoor activities &amp; Trips</h2>					<p><p>At&nbsp;Genius World School, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;field trips, dayouts, and nightouts&nbsp;play a vital role in enriching students’ learning experiences. These activities are designed not only to educate students about&nbsp;culture, tradition, nature, and the environment, but also to help them develop important&nbsp;life skills&nbsp;such as teamwork, independence, responsibility, and confidence.</p><p>Dayouts&nbsp;are regularly organized for all grades within school hours, based on&nbsp;thematic learning requirements. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.</p><p>Nightouts&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;Grade 1 and 2, students participate in&nbsp;night camping experiences within the school, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.</p><p>For&nbsp;Grade 3 to 5, students go on&nbsp;1-night, 2-day trips, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.</p><p>Students from&nbsp;Grade 6 to 10&nbsp;participate in&nbsp;longer trips of at least 2 nights and 3 days. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.</p><p>&nbsp;</p><p>Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.</p></p>					<h6>08</h6>					<h2>Parental Guidence &amp; Counselling</h2>					<p>At Genius World School, educational service guidance is an important part of supporting students’ academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.</p>					<h6>09</h6>					<h2>ECA/CCA Activities</h2>					<p>At Genius World School, ECA/CCA activities are an integral part of our holistic education approach, designed to nurture students’ talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our “Extra Club” offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.</p>					<h6>10</h6>					<h2>Art &amp; Crafts</h2>					<p>At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork—it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.</p>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 12:53:11','2026-04-14 12:53:11','',739,'http://genius-world-school.local/?p=1633',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1634,1,'2026-04-14 13:03:50','2026-04-14 13:03:50','<h6>Admission</h6>		\n			<h1>Ready to enroll?<br>We hope to meet you soon</h1>		\n		<p>Thank you for your interest in felis mauris quisque scelerisque, porta placerat pharetra, ac sodales vel vitae tincidunt mauris arcu placerat mi quis lorem parturient rutrum. </p>		\n				<h5>\n						(123) 456-7890					\n				</h5>\n			<h6>The process</h6>		\n			<h2>01</h2>		\n				<h5>\n						Take a tour					\n				</h5>\n									<p>\n						Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla hac bibendum commodo proin quam posuere consequat.					</p>\n			<h2>02</h2>		\n				<h5>\n						Submit application					\n				</h5>\n									<p>\n						Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla hac bibendum commodo proin quam posuere consequat.					</p>\n			<h2>03</h2>		\n				<h5>\n						Meet and greet					\n				</h5>\n									<p>\n						Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla hac bibendum commodo proin quam posuere consequat.					</p>\n			<h2>04</h2>		\n				<h5>\n						Secure a spot					\n				</h5>\n									<p>\n						Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla hac bibendum commodo proin quam posuere consequat.					</p>\n															<img width=\\\"620\\\" height=\\\"456\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-2.jpg\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-2.jpg 620w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-2-300x221.jpg 300w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-2-600x441.jpg 600w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-2-400x294.jpg 400w\\\" sizes=\\\"(max-width: 620px) 100vw, 620px\\\" />															\n															<img width=\\\"620\\\" height=\\\"456\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-1.jpg\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-1.jpg 620w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-1-300x221.jpg 300w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-1-600x441.jpg 600w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-1-400x294.jpg 400w\\\" sizes=\\\"(max-width: 620px) 100vw, 620px\\\" />															\n			<h2>Required enrollment documents</h2>		\n		<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.</p>		\n					<ul>\n							<li>\n										Policies and procedures review form\n									</li>\n								<li>\n										Day care financial agreement\n									</li>\n								<li>\n										Emergency medical authorization\n									</li>\n								<li>\n										USDA child enrollment form\n									</li>\n								<li>\n										Development history\n									</li>\n								<li>\n										Proof of birth\n									</li>\n						</ul>\n			<a href=\\\"#\\\">\n						Enroll your kid\n					</a>','Admission','','inherit','closed','closed','','938-revision-v1','','','2026-04-14 13:03:50','2026-04-14 13:03:50','',938,'http://genius-world-school.local/?p=1634',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1635,1,'2026-04-14 13:03:50','2026-04-14 13:03:50','<h6>Admission</h6>		\n			<h1>Ready to enroll?<br>We hope to meet you soon</h1>		\n		<p>Thank you for your interest in felis mauris quisque scelerisque, porta placerat pharetra, ac sodales vel vitae tincidunt mauris arcu placerat mi quis lorem parturient rutrum. </p>		\n				<h5>\n						(123) 456-7890					\n				</h5>\n			<h6>The process</h6>		\n			<h2>01</h2>		\n				<h5>\n						Take a tour					\n				</h5>\n									<p>\n						Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla hac bibendum commodo proin quam posuere consequat.					</p>\n			<h2>02</h2>		\n				<h5>\n						Submit application					\n				</h5>\n									<p>\n						Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla hac bibendum commodo proin quam posuere consequat.					</p>\n			<h2>03</h2>		\n				<h5>\n						Meet and greet					\n				</h5>\n									<p>\n						Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla hac bibendum commodo proin quam posuere consequat.					</p>\n			<h2>04</h2>		\n				<h5>\n						Secure a spot					\n				</h5>\n									<p>\n						Tortor sed nulla gravida ipsum aliquam consectetur neque odio dui turpis fringilla hac bibendum commodo proin quam posuere consequat.					</p>\n															<img width=\\\"620\\\" height=\\\"456\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-2.jpg\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-2.jpg 620w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-2-300x221.jpg 300w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-2-600x441.jpg 600w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-2-400x294.jpg 400w\\\" sizes=\\\"(max-width: 620px) 100vw, 620px\\\" />															\n															<img width=\\\"620\\\" height=\\\"456\\\" src=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-1.jpg\\\" alt=\\\"\\\" loading=\\\"lazy\\\" srcset=\\\"https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-1.jpg 620w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-1-300x221.jpg 300w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-1-600x441.jpg 600w, https://websitedemos.net/daycare-02/wp-content/uploads/sites/1041/2022/03/daycare-admission-image-1-400x294.jpg 400w\\\" sizes=\\\"(max-width: 620px) 100vw, 620px\\\" />															\n			<h2>Required enrollment documents</h2>		\n		<p>Pulvinar ultrices porta mattis quis lobortis est facilisis purus nunc, sed semper enim dictum sed donec condimentum sodales sed non vel malesuada morbi arcu justo, pretium sagittis hac nisi amet, fermentum nunc.</p>		\n					<ul>\n							<li>\n										Policies and procedures review form\n									</li>\n								<li>\n										Day care financial agreement\n									</li>\n								<li>\n										Emergency medical authorization\n									</li>\n								<li>\n										USDA child enrollment form\n									</li>\n								<li>\n										Development history\n									</li>\n								<li>\n										Proof of birth\n									</li>\n						</ul>\n			<a href=\\\"#\\\">\n						Enroll your kid\n					</a>','Admission','','inherit','closed','closed','','938-revision-v1','','','2026-04-14 13:03:50','2026-04-14 13:03:50','',938,'http://genius-world-school.local/?p=1635',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1636,1,'2026-04-14 13:03:50','2026-04-14 13:03:50','<h6>Admission</h6>					<h1>Ready to enroll?<br>We hope to meet you soon</h1>		<p>Join the GWS family and give your child the gift of quality education in a nurturing environment. We’re here to guide you every step of the way.</p>			<h6>The process</h6>					<h2>01</h2>							\n									<h5>\n							Take a tour						\n					</h5>\n									<p>\n						Visit our school to explore the learning environment, facilities, and classrooms. Meet our team and get a feel of the nurturing atmosphere we provide for every child.					</p>\n							<h2>02</h2>							\n									<h5>\n							Submit application						\n					</h5>\n									<p>\n						Complete and submit the admission form with the required documents. Our team will guide you through the process to ensure everything is smooth and hassle-free.					</p>\n							<h2>03</h2>							\n									<h5>\n							Meet and greet						\n					</h5>\n									<p>\n						Attend an interaction session with the school team. This helps us understand your child better and gives you an opportunity to ask questions and learn more about our approach.					</p>\n							<h2>04</h2>							\n									<h5>\n							Secure a spot						\n					</h5>\n									<p>\n						Once selected, confirm admission by completing the enrollment process. Welcome to the GWS family, where your child’s learning journey begins!					</p>\n																	<img width=\"620\" height=\"456\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2.jpg\" alt=\"daycare admission image 2\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2.jpg 620w, http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2-300x221.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />																										<img width=\"620\" height=\"456\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1.jpg\" alt=\"daycare admission image 1\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1.jpg 620w, http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1-300x221.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />																<h2>Required enrollment documents</h2>		<p data-start=\"122\" data-end=\"207\">To complete the admission process, please prepare and submit the following documents:</p>					\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Completed Admission Form\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Copy of Birth Certificate\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Recent Passport-Sized Photographs (student)\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Previous School Reports / Transcripts\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Transfer Certificate (TC) (if applicable)\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										IEMIS transfer\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Medical Records / Immunization Report (if required)\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>','Admission','','inherit','closed','closed','','938-revision-v1','','','2026-04-14 13:03:50','2026-04-14 13:03:50','',938,'http://genius-world-school.local/?p=1636',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1637,1,'2026-04-14 13:04:37','2026-04-14 13:04:37','<h6>Admission</h6>					<h1>Ready to enroll?<br>We hope to meet you soon</h1>		<p>Join the GWS family and give your child the gift of quality education in a nurturing environment. We’re here to guide you every step of the way.</p>			<h6>The process</h6>					<h2>01</h2>							\n									<h5>\n							Take a tour						\n					</h5>\n									<p>\n						Visit our school to explore the learning environment, facilities, and classrooms. Meet our team and get a feel of the nurturing atmosphere we provide for every child.					</p>\n							<h2>02</h2>							\n									<h5>\n							Submit application						\n					</h5>\n									<p>\n						Complete and submit the admission form with the required documents. Our team will guide you through the process to ensure everything is smooth and hassle-free.					</p>\n							<h2>03</h2>							\n									<h5>\n							Meet and greet						\n					</h5>\n									<p>\n						Attend an interaction session with the school team. This helps us understand your child better and gives you an opportunity to ask questions and learn more about our approach.					</p>\n							<h2>04</h2>							\n									<h5>\n							Secure a spot						\n					</h5>\n									<p>\n						Once selected, confirm admission by completing the enrollment process. Welcome to the GWS family, where your child’s learning journey begins!					</p>\n																	<img width=\"620\" height=\"456\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2.jpg\" alt=\"daycare admission image 2\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2.jpg 620w, http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2-300x221.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />																										<img width=\"620\" height=\"456\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1.jpg\" alt=\"daycare admission image 1\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1.jpg 620w, http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1-300x221.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />																<h2>Required enrollment documents</h2>		<p data-start=\"122\" data-end=\"207\">To complete the admission process, please prepare and submit the following documents:</p>					\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Completed Admission Form\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Copy of Birth Certificate\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Recent Passport-Sized Photographs (student)\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Previous School Reports / Transcripts\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Transfer Certificate (TC) (if applicable)\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										IEMIS transfer\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Medical Records / Immunization Report (if required)\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>','Admission','','inherit','closed','closed','','938-revision-v1','','','2026-04-14 13:04:37','2026-04-14 13:04:37','',938,'http://genius-world-school.local/?p=1637',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1638,1,'2026-04-14 13:04:37','2026-04-14 13:04:37','<h6>Admission</h6>					<h1>Ready to enroll?<br>We hope to meet you soon</h1>		<p>Join the GWS family and give your child the gift of quality education in a nurturing environment. We’re here to guide you every step of the way.</p>			<h6>The process</h6>					<h2>01</h2>							\n									<h5>\n							Take a tour						\n					</h5>\n									<p>\n						Visit our school to explore the learning environment, facilities, and classrooms. Meet our team and get a feel of the nurturing atmosphere we provide for every child.					</p>\n							<h2>02</h2>							\n									<h5>\n							Submit application						\n					</h5>\n									<p>\n						Complete and submit the admission form with the required documents. Our team will guide you through the process to ensure everything is smooth and hassle-free.					</p>\n							<h2>03</h2>							\n									<h5>\n							Meet and greet						\n					</h5>\n									<p>\n						Attend an interaction session with the school team. This helps us understand your child better and gives you an opportunity to ask questions and learn more about our approach.					</p>\n							<h2>04</h2>							\n									<h5>\n							Secure a spot						\n					</h5>\n									<p>\n						Once selected, confirm admission by completing the enrollment process. Welcome to the GWS family, where your child’s learning journey begins!					</p>\n																	<img width=\"620\" height=\"456\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2.jpg\" alt=\"daycare admission image 2\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2.jpg 620w, http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2-300x221.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />																										<img width=\"620\" height=\"456\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1.jpg\" alt=\"daycare admission image 1\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1.jpg 620w, http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1-300x221.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />																<h2>Required enrollment documents</h2>		<p data-start=\"122\" data-end=\"207\">To complete the admission process, please prepare and submit the following documents:</p>					\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Completed Admission Form\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Copy of Birth Certificate\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Recent Passport-Sized Photographs (student)\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Previous School Reports / Transcripts\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Transfer Certificate (TC) (if applicable)\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										IEMIS transfer\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Medical Records / Immunization Report (if required)\n									</li>\n						</ul>\n												<a href=\"#\">\n									Enroll your kid\n					</a>','Admission','','inherit','closed','closed','','938-revision-v1','','','2026-04-14 13:04:37','2026-04-14 13:04:37','',938,'http://genius-world-school.local/?p=1638',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1639,1,'2026-04-14 13:04:38','2026-04-14 13:04:38','<h6>Admission</h6>					<h1>Ready to enroll?<br>We hope to meet you soon</h1>		<p>Join the GWS family and give your child the gift of quality education in a nurturing environment. We’re here to guide you every step of the way.</p>			<h6>The process</h6>					<h2>01</h2>							\n									<h5>\n							Take a tour						\n					</h5>\n									<p>\n						Visit our school to explore the learning environment, facilities, and classrooms. Meet our team and get a feel of the nurturing atmosphere we provide for every child.					</p>\n							<h2>02</h2>							\n									<h5>\n							Submit application						\n					</h5>\n									<p>\n						Complete and submit the admission form with the required documents. Our team will guide you through the process to ensure everything is smooth and hassle-free.					</p>\n							<h2>03</h2>							\n									<h5>\n							Meet and greet						\n					</h5>\n									<p>\n						Attend an interaction session with the school team. This helps us understand your child better and gives you an opportunity to ask questions and learn more about our approach.					</p>\n							<h2>04</h2>							\n									<h5>\n							Secure a spot						\n					</h5>\n									<p>\n						Once selected, confirm admission by completing the enrollment process. Welcome to the GWS family, where your child’s learning journey begins!					</p>\n																	<img width=\"620\" height=\"456\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2.jpg\" alt=\"daycare admission image 2\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2.jpg 620w, http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2-300x221.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />																										<img width=\"620\" height=\"456\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1.jpg\" alt=\"daycare admission image 1\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1.jpg 620w, http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1-300x221.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />																<h2>Required enrollment documents</h2>		<p data-start=\"122\" data-end=\"207\">To complete the admission process, please prepare and submit the following documents:</p>					\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Completed Admission Form\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Copy of Birth Certificate\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Recent Passport-Sized Photographs (student)\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Previous School Reports / Transcripts\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Transfer Certificate (TC) (if applicable)\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										IEMIS transfer\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Medical Records / Immunization Report (if required)\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>','Admission','','inherit','closed','closed','','938-revision-v1','','','2026-04-14 13:04:38','2026-04-14 13:04:38','',938,'http://genius-world-school.local/?p=1639',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1641,1,'2026-04-14 13:17:51','2026-04-14 13:17:51','<h6>Contact</h6>		\n			<h1>Have questions about our programs?</h1>		\n		<p>Please contact us with any felis mauris quisque scelerisque, porta placerat pharetra, sodales vel vitae tincidunt mauris arcu placerat quis.</p>		\n			<h4>General</h4><p>Blandit auctor felis habitasse aliquet est:</p>		\n			<a href=\\\"#\\\">\n						info@example.com\n					</a>\n			<h4>Parents</h4><p>Have any ullamcorper enim morbi volutpat feugiat? Get in touch:</p>		\n			<a href=\\\"#\\\">\n						enrollment@example.com\n					</a>\n			<h4>Vendor</h4><p>Interested in pretium nisi, ullamcorper enim morbi volutpat? Drop us a line:</p>		\n			<a href=\\\"#\\\">\n						collab@example.com\n					</a>\n			<h6>Keep in touch</h6>		\n					<a target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Facebook\n											</a>\n					<a target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Twitter\n											</a>\n					<a target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Youtube\n											</a>\n		<form id=\\\"wpforms-form-1134\\\" data-formid=\\\"1134\\\" method=\\\"post\\\" enctype=\\\"multipart/form-data\\\" action=\\\"/daycare-02/wp-admin/admin-ajax.php?BrainstormForce=pTXyytedV9E9TFhT\\\" data-token=\\\"d41019d0d249f476b5de14ac68f24e95\\\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\\\"wpforms-1134-field_0\\\">Parent&#039;s Name *</label><input type=\\\"text\\\" id=\\\"wpforms-1134-field_0\\\" name=\\\"wpforms[fields][0]\\\" required><label for=\\\"wpforms-1134-field_1\\\">Email *</label><input type=\\\"email\\\" id=\\\"wpforms-1134-field_1\\\" name=\\\"wpforms[fields][1]\\\" spellcheck=\\\"false\\\" required><label for=\\\"wpforms-1134-field_3\\\">I have a question about:</label><ul id=\\\"wpforms-1134-field_3\\\"><li><input type=\\\"radio\\\" id=\\\"wpforms-1134-field_3_1\\\" name=\\\"wpforms[fields][3]\\\" value=\\\"Infant\\\"  ><label for=\\\"wpforms-1134-field_3_1\\\">Infant</label></li><li><input type=\\\"radio\\\" id=\\\"wpforms-1134-field_3_2\\\" name=\\\"wpforms[fields][3]\\\" value=\\\"Toddler\\\"  ><label for=\\\"wpforms-1134-field_3_2\\\">Toddler</label></li><li><input type=\\\"radio\\\" id=\\\"wpforms-1134-field_3_3\\\" name=\\\"wpforms[fields][3]\\\" value=\\\"Preschool\\\"  ><label for=\\\"wpforms-1134-field_3_3\\\">Preschool</label></li></ul><label for=\\\"wpforms-1134-field_2\\\">Questions or message *</label><textarea id=\\\"wpforms-1134-field_2\\\" name=\\\"wpforms[fields][2]\\\" required></textarea><!-- .wpforms-field-container --><input type=\\\"hidden\\\" name=\\\"wpforms[id]\\\" value=\\\"1134\\\">			<input\n				type=\\\"hidden\\\"\n				name=\\\"wpforms[nonce]\\\"\n				value=\\\"08d2c4d879\\\"\n			/>\n			<input type=\\\"hidden\\\" name=\\\"wpforms[author]\\\" value=\\\"153\\\"><button type=\\\"submit\\\" name=\\\"wpforms[submit]\\\" id=\\\"wpforms-submit-1134\\\" data-alt-text=\\\"Sending...\\\" data-submit-text=\\\"Submit\\\" aria-live=\\\"assertive\\\" value=\\\"wpforms-submit\\\">Submit</button><img src=\\\"https://websitedemos.net/daycare-02/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\\\" style=\\\"display: none;\\\" width=\\\"26\\\" height=\\\"26\\\" alt=\\\"Loading\\\"></form>  <!-- .wpforms-container -->		\n			<h6>Address</h6><p>Demo St, Brooklyn,\nNY 11223, United States</p>		\n			<a href=\\\"#\\\">\n						Get directions\n					</a>\n			<h6>Work hours</h6><p>Mon-Thu: 9:00-4:00<br>\nFri-Sat: 9:00-3:00<br>\nSun: Close</p>		\n			<h6>Phone</h6><p>+1 123-456-7890<br>+1 123-456-7891</p>		\n			<iframe loading=\\\"lazy\\\"\n					src=\\\"https://maps.google.com/maps?q=brooklyn&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\\\"\n					title=\\\"brooklyn\\\"\n					aria-label=\\\"brooklyn\\\"\n			></iframe>','Contact','','inherit','closed','closed','','1059-revision-v1','','','2026-04-14 13:17:51','2026-04-14 13:17:51','',1059,'http://genius-world-school.local/?p=1641',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1642,1,'2026-04-14 13:17:51','2026-04-14 13:17:51','<h6>Contact</h6>		\n			<h1>Have questions about our programs?</h1>		\n		<p>Please contact us with any felis mauris quisque scelerisque, porta placerat pharetra, sodales vel vitae tincidunt mauris arcu placerat quis.</p>		\n			<h4>General</h4><p>Blandit auctor felis habitasse aliquet est:</p>		\n			<a href=\\\"#\\\">\n						info@example.com\n					</a>\n			<h4>Parents</h4><p>Have any ullamcorper enim morbi volutpat feugiat? Get in touch:</p>		\n			<a href=\\\"#\\\">\n						enrollment@example.com\n					</a>\n			<h4>Vendor</h4><p>Interested in pretium nisi, ullamcorper enim morbi volutpat? Drop us a line:</p>		\n			<a href=\\\"#\\\">\n						collab@example.com\n					</a>\n			<h6>Keep in touch</h6>		\n					<a target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Facebook\n											</a>\n					<a target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Twitter\n											</a>\n					<a target=\\\"_blank\\\" rel=\\\"noopener\\\">\n						Youtube\n											</a>\n		<form id=\\\"wpforms-form-1134\\\" data-formid=\\\"1134\\\" method=\\\"post\\\" enctype=\\\"multipart/form-data\\\" action=\\\"/daycare-02/wp-admin/admin-ajax.php?BrainstormForce=pTXyytedV9E9TFhT\\\" data-token=\\\"d41019d0d249f476b5de14ac68f24e95\\\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\\\"wpforms-1134-field_0\\\">Parent&#039;s Name *</label><input type=\\\"text\\\" id=\\\"wpforms-1134-field_0\\\" name=\\\"wpforms[fields][0]\\\" required><label for=\\\"wpforms-1134-field_1\\\">Email *</label><input type=\\\"email\\\" id=\\\"wpforms-1134-field_1\\\" name=\\\"wpforms[fields][1]\\\" spellcheck=\\\"false\\\" required><label for=\\\"wpforms-1134-field_3\\\">I have a question about:</label><ul id=\\\"wpforms-1134-field_3\\\"><li><input type=\\\"radio\\\" id=\\\"wpforms-1134-field_3_1\\\" name=\\\"wpforms[fields][3]\\\" value=\\\"Infant\\\"  ><label for=\\\"wpforms-1134-field_3_1\\\">Infant</label></li><li><input type=\\\"radio\\\" id=\\\"wpforms-1134-field_3_2\\\" name=\\\"wpforms[fields][3]\\\" value=\\\"Toddler\\\"  ><label for=\\\"wpforms-1134-field_3_2\\\">Toddler</label></li><li><input type=\\\"radio\\\" id=\\\"wpforms-1134-field_3_3\\\" name=\\\"wpforms[fields][3]\\\" value=\\\"Preschool\\\"  ><label for=\\\"wpforms-1134-field_3_3\\\">Preschool</label></li></ul><label for=\\\"wpforms-1134-field_2\\\">Questions or message *</label><textarea id=\\\"wpforms-1134-field_2\\\" name=\\\"wpforms[fields][2]\\\" required></textarea><!-- .wpforms-field-container --><input type=\\\"hidden\\\" name=\\\"wpforms[id]\\\" value=\\\"1134\\\">			<input\n				type=\\\"hidden\\\"\n				name=\\\"wpforms[nonce]\\\"\n				value=\\\"08d2c4d879\\\"\n			/>\n			<input type=\\\"hidden\\\" name=\\\"wpforms[author]\\\" value=\\\"153\\\"><button type=\\\"submit\\\" name=\\\"wpforms[submit]\\\" id=\\\"wpforms-submit-1134\\\" data-alt-text=\\\"Sending...\\\" data-submit-text=\\\"Submit\\\" aria-live=\\\"assertive\\\" value=\\\"wpforms-submit\\\">Submit</button><img src=\\\"https://websitedemos.net/daycare-02/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\\\" style=\\\"display: none;\\\" width=\\\"26\\\" height=\\\"26\\\" alt=\\\"Loading\\\"></form>  <!-- .wpforms-container -->		\n			<h6>Address</h6><p>Demo St, Brooklyn,\nNY 11223, United States</p>		\n			<a href=\\\"#\\\">\n						Get directions\n					</a>\n			<h6>Work hours</h6><p>Mon-Thu: 9:00-4:00<br>\nFri-Sat: 9:00-3:00<br>\nSun: Close</p>		\n			<h6>Phone</h6><p>+1 123-456-7890<br>+1 123-456-7891</p>		\n			<iframe loading=\\\"lazy\\\"\n					src=\\\"https://maps.google.com/maps?q=brooklyn&#038;t=m&#038;z=14&#038;output=embed&#038;iwloc=near\\\"\n					title=\\\"brooklyn\\\"\n					aria-label=\\\"brooklyn\\\"\n			></iframe>','Contact','','inherit','closed','closed','','1059-revision-v1','','','2026-04-14 13:17:51','2026-04-14 13:17:51','',1059,'http://genius-world-school.local/?p=1642',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1643,1,'2026-04-14 13:17:51','2026-04-14 13:17:51','<h6>Contact</h6>					<h1>Have questions about our school &amp; program?</h1>		<p>Get in touch with us today—we’ll be happy to answer all your questions.</p>			<h4>General </h4>										<a href=\"#\">\n									info@geniusworld.edu.np\n					</a>\n														<a href=\"#\">\n									uni.school2017@gmail.com\n					</a>\n														<a href=\"#\">\n									geniusworldschoolmj@gmail.com\n					</a>\n							<h6>Keep in touch</h6>							\n					<a href=\"https://www.facebook.com/geniusworldschool\" target=\"_blank\">\n						Facebook\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.tiktok.com/@geniusworldschool\" target=\"_blank\">\n						Tiktok\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@geniusworldschool\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<form id=\"wpforms-form-10\" data-formid=\"10\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"6067dfbcc8427cffca56c812adbd2e7e\" data-token-time=\"1776172671\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-10-field_0\">Parent&#039;s Name *</label><input type=\"text\" id=\"wpforms-10-field_0\" name=\"wpforms[fields][0]\" required><label for=\"wpforms-10-field_1\">Email *</label><input type=\"email\" id=\"wpforms-10-field_1\" name=\"wpforms[fields][1]\" spellcheck=\"false\" required><label>I have a question about:</label><ul id=\"wpforms-10-field_3\"><li><input type=\"radio\" id=\"wpforms-10-field_3_1\" name=\"wpforms[fields][3]\" value=\"Infant\"  ><label for=\"wpforms-10-field_3_1\">Infant</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_2\" name=\"wpforms[fields][3]\" value=\"Toddler\"  ><label for=\"wpforms-10-field_3_2\">Toddler</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_3\" name=\"wpforms[fields][3]\" value=\"Preschool\"  ><label for=\"wpforms-10-field_3_3\">Preschool</label></li></ul><label for=\"wpforms-10-field_2\">Questions or message *</label><textarea id=\"wpforms-10-field_2\" name=\"wpforms[fields][2]\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"10\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"27e885e0f1\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"{page_title}\"><input type=\"hidden\" name=\"page_url\" value=\"http://page_url\"><input type=\"hidden\" name=\"url_referer\" value=\"http://url_referer\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-10\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"http://genius-world-school.local/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->			<h6>Address</h6><p>Basundhara, Tokha 5, Kathmandu</p>										<a href=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"></path></svg>			\n									Get directions\n					</a>\n									<h6>Work hours</h6><p>Sun-Fri: 8:30 am-5:00 pm</p>					<h6>Phone</h6><p>+977-01-4981877 / 4989177<br>+977-9851201398</p>							\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=https%3A%2F%2Fmaps.app.goo.gl%2Fhq7qwEh59r4WFH7w5&#038;t=m&#038;z=16&#038;output=embed&#038;iwloc=near\"\n					title=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\"\n					aria-label=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\"\n			></iframe>','Contact','','inherit','closed','closed','','1059-revision-v1','','','2026-04-14 13:17:51','2026-04-14 13:17:51','',1059,'http://genius-world-school.local/?p=1643',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1644,1,'2026-04-14 13:30:28','2026-04-14 13:30:28','<h2>SEE Batch 2082</h2>							\n		<img \n					data-interaction-id=\"78b0110\" \n									id=\"1646\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg\"\n												width=\"1024\"\n												height=\"819\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-300x240.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-768x614.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1536x1229.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082.jpg 2000w\"\n												alt=\"see 2082\"\n						/>','Alumni','','publish','closed','closed','','alumni','','','2026-04-14 15:09:13','2026-04-14 15:09:13','',0,'http://genius-world-school.local/?page_id=1644',0,'page','',0);
INSERT INTO `wp_posts` VALUES (1645,1,'2026-04-14 13:20:41','2026-04-14 13:20:41','','Elementor Page #1644','','inherit','closed','closed','','1644-revision-v1','','','2026-04-14 13:20:41','2026-04-14 13:20:41','',1644,'http://genius-world-school.local/?p=1645',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1646,1,'2026-04-14 13:24:51','2026-04-14 13:24:51','','see 2082','SEE Batch 2082 B.S.','inherit','open','closed','','see-2082','','','2026-04-14 13:25:13','2026-04-14 13:25:13','',0,'http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1647,1,'2026-04-14 13:30:43','2026-04-14 13:30:43','<h2>SEE Batch 2082</h2>							\n		<img \n					data-interaction-id=\"78b0110\" \n									id=\"1646\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg\"\n												width=\"1024\"\n												height=\"819\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-300x240.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-768x614.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1536x1229.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082.jpg 2000w\"\n												alt=\"see 2082\"\n						/>','Alumni','','inherit','closed','closed','','1644-revision-v1','','','2026-04-14 13:30:43','2026-04-14 13:30:43','',1644,'http://genius-world-school.local/?p=1647',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1648,1,'2026-04-14 13:30:43','2026-04-14 13:30:43','<h2>SEE Batch 2082</h2>							\n		<img \n					data-interaction-id=\"78b0110\" \n									id=\"1646\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg\"\n												width=\"1024\"\n												height=\"819\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-300x240.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-768x614.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1536x1229.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082.jpg 2000w\"\n												alt=\"see 2082\"\n						/>','Alumni','','inherit','closed','closed','','1644-revision-v1','','','2026-04-14 13:30:43','2026-04-14 13:30:43','',1644,'http://genius-world-school.local/?p=1648',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1649,1,'2026-04-14 13:30:44','2026-04-14 13:30:44','<h2>SEE Batch 2082</h2>							\n		<img \n					data-interaction-id=\"78b0110\" \n									id=\"1646\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg\"\n												width=\"1024\"\n												height=\"819\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-300x240.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-768x614.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1536x1229.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082.jpg 2000w\"\n												alt=\"see 2082\"\n						/>','Alumni','','inherit','closed','closed','','1644-revision-v1','','','2026-04-14 13:30:44','2026-04-14 13:30:44','',1644,'http://genius-world-school.local/?p=1649',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1650,1,'2026-04-14 13:48:21','2026-04-14 13:32:31',' ','','','publish','closed','closed','','1650','','','2026-04-14 13:48:21','2026-04-14 13:48:21','',0,'http://genius-world-school.local/?p=1650',6,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (1652,1,'2026-04-14 13:46:57','2026-04-14 13:46:57','<h2 \n		data-interaction-id=\"d6e999e\" \n		class=\"e-d6e999e-6c7c6eb e-heading-base\" \n	>\n			Join Our Team\n		</h2>\n					<h2>“Be a part of a passionate and growing learning community at GWS.”</h2>							<h2 \n		data-interaction-id=\"f6a1c7d\" \n		class=\"e-f6a1c7d-71f5b40 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2><li data-section-id=\"1lohr9l\" data-start=\"509\" data-end=\"540\">Supportive Work Environment</li><li data-section-id=\"1pki2zx\" data-start=\"541\" data-end=\"578\">Professional Growth Opportunities</li><li data-section-id=\"1lu7qy7\" data-start=\"579\" data-end=\"609\">Modern Teaching Facilities\n</li><li data-section-id=\"vo8rrt\" data-start=\"610\" data-end=\"635\">Collaborative Culture</li></h2>							<h2 \n		data-interaction-id=\"61af9f5\" \n		class=\"e-61af9f5-0e07e63 e-heading-base\" \n	>\n			Call to Action\n		</h2>\n					<h2>Interested candidates can send their CV and cover letter to our email or visit the school office.</h2>					    	            <a\n            			href=\"https://mail.google.com/mail/?view=cm&to=uni.school2017@gmail.com\"\n        target=\"_self\"\n            data-interaction-id=\"ccd476b\"\n        >\n            Apply Now\n        </a>','Careers','','publish','closed','closed','','careers','','','2026-04-14 15:11:11','2026-04-14 15:11:11','',0,'http://genius-world-school.local/?page_id=1652',0,'page','',0);
INSERT INTO `wp_posts` VALUES (1653,1,'2026-04-14 13:36:20','2026-04-14 13:36:20','','Elementor Page #1652','','inherit','closed','closed','','1652-revision-v1','','','2026-04-14 13:36:20','2026-04-14 13:36:20','',1652,'http://genius-world-school.local/?p=1653',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1654,1,'2026-04-14 13:36:24','2026-04-14 13:36:24','<h2>SEE Batch 2082</h2>							\n		<img \n					data-interaction-id=\"78b0110\" \n									id=\"1646\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg\"\n												width=\"1024\"\n												height=\"819\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-300x240.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-768x614.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1536x1229.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082.jpg 2000w\"\n												alt=\"see 2082\"\n						/>','Alumni','','inherit','closed','closed','','1644-revision-v1','','','2026-04-14 13:36:24','2026-04-14 13:36:24','',1644,'http://genius-world-school.local/?p=1654',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1655,1,'2026-04-14 13:36:24','2026-04-14 13:36:24','<h2>SEE Batch 2082</h2>							\n		<img \n					data-interaction-id=\"78b0110\" \n									id=\"1646\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg\"\n												width=\"1024\"\n												height=\"819\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-300x240.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-768x614.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1536x1229.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082.jpg 2000w\"\n												alt=\"see 2082\"\n						/>','Alumni','','inherit','closed','closed','','1644-revision-v1','','','2026-04-14 13:36:24','2026-04-14 13:36:24','',1644,'http://genius-world-school.local/?p=1655',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1656,1,'2026-04-14 13:36:25','2026-04-14 13:36:25','<h2>SEE Batch 2082</h2>							\n		<img \n					data-interaction-id=\"78b0110\" \n									id=\"1646\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg\"\n												width=\"1024\"\n												height=\"819\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-300x240.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-768x614.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1536x1229.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082.jpg 2000w\"\n												alt=\"see 2082\"\n						/>','Alumni','','inherit','closed','closed','','1644-revision-v1','','','2026-04-14 13:36:25','2026-04-14 13:36:25','',1644,'http://genius-world-school.local/?p=1656',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1657,1,'2026-04-14 13:47:57','2026-04-14 13:47:57','<h2 \n		data-interaction-id=\"d6e999e\" \n		class=\"e-d6e999e-6c7c6eb e-heading-base\" \n	>\n			Join Our Team\n		</h2>\n					<h2>“Be a part of a passionate and growing learning community at GWS.”</h2>							<h2 \n		data-interaction-id=\"f6a1c7d\" \n		class=\"e-f6a1c7d-71f5b40 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2><li data-section-id=\"1lohr9l\" data-start=\"509\" data-end=\"540\">Supportive Work Environment</li><li data-section-id=\"1pki2zx\" data-start=\"541\" data-end=\"578\">Professional Growth Opportunities</li><li data-section-id=\"1lu7qy7\" data-start=\"579\" data-end=\"609\">Modern Teaching Facilities\n</li><li data-section-id=\"vo8rrt\" data-start=\"610\" data-end=\"635\">Collaborative Culture</li></h2>							<h2 \n		data-interaction-id=\"61af9f5\" \n		class=\"e-61af9f5-0e07e63 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2>Interested candidates can send their CV and cover letter to our email or visit the school office.</h2>					    	            <button data-interaction-id=\"ccd476b\"  >\n            Apply Now\n        </button>','Careers','','inherit','closed','closed','','1652-revision-v1','','','2026-04-14 13:47:57','2026-04-14 13:47:57','',1652,'http://genius-world-school.local/?p=1657',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1658,1,'2026-04-14 13:47:57','2026-04-14 13:47:57','<h2 \n		data-interaction-id=\"d6e999e\" \n		class=\"e-d6e999e-6c7c6eb e-heading-base\" \n	>\n			Join Our Team\n		</h2>\n					<h2>“Be a part of a passionate and growing learning community at GWS.”</h2>							<h2 \n		data-interaction-id=\"f6a1c7d\" \n		class=\"e-f6a1c7d-71f5b40 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2><li data-section-id=\"1lohr9l\" data-start=\"509\" data-end=\"540\">Supportive Work Environment</li><li data-section-id=\"1pki2zx\" data-start=\"541\" data-end=\"578\">Professional Growth Opportunities</li><li data-section-id=\"1lu7qy7\" data-start=\"579\" data-end=\"609\">Modern Teaching Facilities\n</li><li data-section-id=\"vo8rrt\" data-start=\"610\" data-end=\"635\">Collaborative Culture</li></h2>							<h2 \n		data-interaction-id=\"61af9f5\" \n		class=\"e-61af9f5-0e07e63 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2>Interested candidates can send their CV and cover letter to our email or visit the school office.</h2>					    	            <button data-interaction-id=\"ccd476b\"  >\n            Apply Now\n        </button>','Careers','','inherit','closed','closed','','1652-revision-v1','','','2026-04-14 13:47:57','2026-04-14 13:47:57','',1652,'http://genius-world-school.local/?p=1658',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1659,1,'2026-04-14 13:47:58','2026-04-14 13:47:58','<h2 \n		data-interaction-id=\"d6e999e\" \n		class=\"e-d6e999e-6c7c6eb e-heading-base\" \n	>\n			Join Our Team\n		</h2>\n					<h2>“Be a part of a passionate and growing learning community at GWS.”</h2>							<h2 \n		data-interaction-id=\"f6a1c7d\" \n		class=\"e-f6a1c7d-71f5b40 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2><li data-section-id=\"1lohr9l\" data-start=\"509\" data-end=\"540\">Supportive Work Environment</li><li data-section-id=\"1pki2zx\" data-start=\"541\" data-end=\"578\">Professional Growth Opportunities</li><li data-section-id=\"1lu7qy7\" data-start=\"579\" data-end=\"609\">Modern Teaching Facilities\n</li><li data-section-id=\"vo8rrt\" data-start=\"610\" data-end=\"635\">Collaborative Culture</li></h2>							<h2 \n		data-interaction-id=\"61af9f5\" \n		class=\"e-61af9f5-0e07e63 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2>Interested candidates can send their CV and cover letter to our email or visit the school office.</h2>					    	            <a\n            			href=\"mailto:uni.school2017@gmail.com\"\n        target=\"_self\"\n            data-interaction-id=\"ccd476b\"\n        >\n            Apply Now\n        </a>','Careers','','inherit','closed','closed','','1652-revision-v1','','','2026-04-14 13:47:58','2026-04-14 13:47:58','',1652,'http://genius-world-school.local/?p=1659',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1660,1,'2026-04-14 13:48:21','2026-04-14 13:48:21',' ','','','publish','closed','closed','','1660','','','2026-04-14 13:48:21','2026-04-14 13:48:21','',0,'http://genius-world-school.local/?p=1660',7,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (1661,1,'2026-04-14 13:54:52','2026-04-14 13:54:52','<h2 \n		data-interaction-id=\"d6e999e\" \n		class=\"e-d6e999e-6c7c6eb e-heading-base\" \n	>\n			Join Our Team\n		</h2>\n					<h2>“Be a part of a passionate and growing learning community at GWS.”</h2>							<h2 \n		data-interaction-id=\"f6a1c7d\" \n		class=\"e-f6a1c7d-71f5b40 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2><li data-section-id=\"1lohr9l\" data-start=\"509\" data-end=\"540\">Supportive Work Environment</li><li data-section-id=\"1pki2zx\" data-start=\"541\" data-end=\"578\">Professional Growth Opportunities</li><li data-section-id=\"1lu7qy7\" data-start=\"579\" data-end=\"609\">Modern Teaching Facilities\n</li><li data-section-id=\"vo8rrt\" data-start=\"610\" data-end=\"635\">Collaborative Culture</li></h2>							<h2 \n		data-interaction-id=\"61af9f5\" \n		class=\"e-61af9f5-0e07e63 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2>Interested candidates can send their CV and cover letter to our email or visit the school office.</h2>					    	            <a\n            			href=\"mailto:uni.school2017@gmail.com\"\n        target=\"_self\"\n            data-interaction-id=\"ccd476b\"\n        >\n            Apply Now\n        </a>','Careers','','inherit','closed','closed','','1652-revision-v1','','','2026-04-14 13:54:52','2026-04-14 13:54:52','',1652,'http://genius-world-school.local/?p=1661',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1662,1,'2026-04-14 13:54:52','2026-04-14 13:54:52','<h2 \n		data-interaction-id=\"d6e999e\" \n		class=\"e-d6e999e-6c7c6eb e-heading-base\" \n	>\n			Join Our Team\n		</h2>\n					<h2>“Be a part of a passionate and growing learning community at GWS.”</h2>							<h2 \n		data-interaction-id=\"f6a1c7d\" \n		class=\"e-f6a1c7d-71f5b40 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2><li data-section-id=\"1lohr9l\" data-start=\"509\" data-end=\"540\">Supportive Work Environment</li><li data-section-id=\"1pki2zx\" data-start=\"541\" data-end=\"578\">Professional Growth Opportunities</li><li data-section-id=\"1lu7qy7\" data-start=\"579\" data-end=\"609\">Modern Teaching Facilities\n</li><li data-section-id=\"vo8rrt\" data-start=\"610\" data-end=\"635\">Collaborative Culture</li></h2>							<h2 \n		data-interaction-id=\"61af9f5\" \n		class=\"e-61af9f5-0e07e63 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2>Interested candidates can send their CV and cover letter to our email or visit the school office.</h2>					    	            <a\n            			href=\"mailto:uni.school2017@gmail.com\"\n        target=\"_self\"\n            data-interaction-id=\"ccd476b\"\n        >\n            Apply Now\n        </a>','Careers','','inherit','closed','closed','','1652-revision-v1','','','2026-04-14 13:54:52','2026-04-14 13:54:52','',1652,'http://genius-world-school.local/?p=1662',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1663,1,'2026-04-14 13:54:53','2026-04-14 13:54:53','<h2 \n		data-interaction-id=\"d6e999e\" \n		class=\"e-d6e999e-6c7c6eb e-heading-base\" \n	>\n			Join Our Team\n		</h2>\n					<h2>“Be a part of a passionate and growing learning community at GWS.”</h2>							<h2 \n		data-interaction-id=\"f6a1c7d\" \n		class=\"e-f6a1c7d-71f5b40 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2><li data-section-id=\"1lohr9l\" data-start=\"509\" data-end=\"540\">Supportive Work Environment</li><li data-section-id=\"1pki2zx\" data-start=\"541\" data-end=\"578\">Professional Growth Opportunities</li><li data-section-id=\"1lu7qy7\" data-start=\"579\" data-end=\"609\">Modern Teaching Facilities\n</li><li data-section-id=\"vo8rrt\" data-start=\"610\" data-end=\"635\">Collaborative Culture</li></h2>							<h2 \n		data-interaction-id=\"61af9f5\" \n		class=\"e-61af9f5-0e07e63 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2>Interested candidates can send their CV and cover letter to our email or visit the school office.</h2>					    	            <a\n            			href=\"https://mail.google.com/mail/?view=cm&to=uni.school2017@gmail.com\"\n        target=\"_self\"\n            data-interaction-id=\"ccd476b\"\n        >\n            Apply Now\n        </a>','Careers','','inherit','closed','closed','','1652-revision-v1','','','2026-04-14 13:54:53','2026-04-14 13:54:53','',1652,'http://genius-world-school.local/?p=1663',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1665,1,'2026-04-14 13:57:26','2026-04-14 13:57:26','{\"fields\":{\"0\":{\"id\":\"0\",\"type\":\"name\",\"label\":\"Parent\'s Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"1\":{\"id\":\"1\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"radio\",\"label\":\"I have a question about:\",\"choices\":{\"1\":{\"label\":\"Preschool\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Primary & Secondary\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Hostel\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"other_size\":\"medium\",\"other_placeholder\":\"\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#0399ed\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"input_columns\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"textarea\",\"label\":\"Questions or message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"10\",\"field_id\":4,\"settings\":{\"themes\":{\"wpformsTheme\":\"default\",\"isCustomTheme\":\"\",\"themeName\":\"\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"\\\",\\\"isCustomTheme\\\":\\\"\\\",\\\"wpformsTheme\\\":\\\"default\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Simple Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"Day Care Services\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"1\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"2\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam\":\"1\",\"anti_spam\":{\"time_limit\":{\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"4dbf022985a4fe4bda4a80365011a3a0\"}}','Simple Contact Form','','inherit','closed','closed','','10-revision-v1','','','2026-04-14 13:57:26','2026-04-14 13:57:26','',10,'http://genius-world-school.local/?p=1665',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1666,1,'2026-04-14 13:57:40','2026-04-14 13:57:40','<h6>Contact</h6>					<h1>Have questions about our school &amp; program?</h1>		<p>Get in touch with us today—we’ll be happy to answer all your questions.</p>			<h4>General </h4>										<a href=\"#\">\n									info@geniusworld.edu.np\n					</a>\n														<a href=\"#\">\n									uni.school2017@gmail.com\n					</a>\n														<a href=\"#\">\n									geniusworldschoolmj@gmail.com\n					</a>\n							<h6>Keep in touch</h6>							\n					<a href=\"https://www.facebook.com/geniusworldschool\" target=\"_blank\">\n						Facebook\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.tiktok.com/@geniusworldschool\" target=\"_blank\">\n						Tiktok\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@geniusworldschool\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<form id=\"wpforms-form-10\" data-formid=\"10\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"6067dfbcc8427cffca56c812adbd2e7e\" data-token-time=\"1776172671\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-10-field_0\">Parent&#039;s Name *</label><input type=\"text\" id=\"wpforms-10-field_0\" name=\"wpforms[fields][0]\" required><label for=\"wpforms-10-field_1\">Email *</label><input type=\"email\" id=\"wpforms-10-field_1\" name=\"wpforms[fields][1]\" spellcheck=\"false\" required><label>I have a question about:</label><ul id=\"wpforms-10-field_3\"><li><input type=\"radio\" id=\"wpforms-10-field_3_1\" name=\"wpforms[fields][3]\" value=\"Infant\"  ><label for=\"wpforms-10-field_3_1\">Infant</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_2\" name=\"wpforms[fields][3]\" value=\"Toddler\"  ><label for=\"wpforms-10-field_3_2\">Toddler</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_3\" name=\"wpforms[fields][3]\" value=\"Preschool\"  ><label for=\"wpforms-10-field_3_3\">Preschool</label></li></ul><label for=\"wpforms-10-field_2\">Questions or message *</label><textarea id=\"wpforms-10-field_2\" name=\"wpforms[fields][2]\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"10\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"27e885e0f1\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"{page_title}\"><input type=\"hidden\" name=\"page_url\" value=\"http://page_url\"><input type=\"hidden\" name=\"url_referer\" value=\"http://url_referer\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-10\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"http://genius-world-school.local/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->			<h6>Address</h6><p>Basundhara, Tokha 5, Kathmandu</p>										<a href=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"></path></svg>			\n									Get directions\n					</a>\n									<h6>Work hours</h6><p>Sun-Fri: 8:30 am-5:00 pm</p>					<h6>Phone</h6><p>+977-01-4981877 / 4989177<br>+977-9851201398</p>							\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=https%3A%2F%2Fmaps.app.goo.gl%2Fhq7qwEh59r4WFH7w5&#038;t=m&#038;z=16&#038;output=embed&#038;iwloc=near\"\n					title=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\"\n					aria-label=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\"\n			></iframe>','Contact','','inherit','closed','closed','','1059-revision-v1','','','2026-04-14 13:57:40','2026-04-14 13:57:40','',1059,'http://genius-world-school.local/?p=1666',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1667,1,'2026-04-14 13:57:40','2026-04-14 13:57:40','<h6>Contact</h6>					<h1>Have questions about our school &amp; program?</h1>		<p>Get in touch with us today—we’ll be happy to answer all your questions.</p>			<h4>General </h4>										<a href=\"#\">\n									info@geniusworld.edu.np\n					</a>\n														<a href=\"#\">\n									uni.school2017@gmail.com\n					</a>\n														<a href=\"#\">\n									geniusworldschoolmj@gmail.com\n					</a>\n							<h6>Keep in touch</h6>							\n					<a href=\"https://www.facebook.com/geniusworldschool\" target=\"_blank\">\n						Facebook\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.tiktok.com/@geniusworldschool\" target=\"_blank\">\n						Tiktok\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@geniusworldschool\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<form id=\"wpforms-form-10\" data-formid=\"10\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"6067dfbcc8427cffca56c812adbd2e7e\" data-token-time=\"1776172671\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-10-field_0\">Parent&#039;s Name *</label><input type=\"text\" id=\"wpforms-10-field_0\" name=\"wpforms[fields][0]\" required><label for=\"wpforms-10-field_1\">Email *</label><input type=\"email\" id=\"wpforms-10-field_1\" name=\"wpforms[fields][1]\" spellcheck=\"false\" required><label>I have a question about:</label><ul id=\"wpforms-10-field_3\"><li><input type=\"radio\" id=\"wpforms-10-field_3_1\" name=\"wpforms[fields][3]\" value=\"Infant\"  ><label for=\"wpforms-10-field_3_1\">Infant</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_2\" name=\"wpforms[fields][3]\" value=\"Toddler\"  ><label for=\"wpforms-10-field_3_2\">Toddler</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_3\" name=\"wpforms[fields][3]\" value=\"Preschool\"  ><label for=\"wpforms-10-field_3_3\">Preschool</label></li></ul><label for=\"wpforms-10-field_2\">Questions or message *</label><textarea id=\"wpforms-10-field_2\" name=\"wpforms[fields][2]\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"10\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"27e885e0f1\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"{page_title}\"><input type=\"hidden\" name=\"page_url\" value=\"http://page_url\"><input type=\"hidden\" name=\"url_referer\" value=\"http://url_referer\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-10\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"http://genius-world-school.local/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->			<h6>Address</h6><p>Basundhara, Tokha 5, Kathmandu</p>										<a href=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"></path></svg>			\n									Get directions\n					</a>\n									<h6>Work hours</h6><p>Sun-Fri: 8:30 am-5:00 pm</p>					<h6>Phone</h6><p>+977-01-4981877 / 4989177<br>+977-9851201398</p>							\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=https%3A%2F%2Fmaps.app.goo.gl%2Fhq7qwEh59r4WFH7w5&#038;t=m&#038;z=16&#038;output=embed&#038;iwloc=near\"\n					title=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\"\n					aria-label=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\"\n			></iframe>','Contact','','inherit','closed','closed','','1059-revision-v1','','','2026-04-14 13:57:40','2026-04-14 13:57:40','',1059,'http://genius-world-school.local/?p=1667',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1668,1,'2026-04-14 13:57:41','2026-04-14 13:57:41','<h6>Contact</h6>					<h1>Have questions about our school &amp; program?</h1>		<p>Get in touch with us today—we’ll be happy to answer all your questions.</p>			<h4>General </h4>										<a href=\"#\">\n									info@geniusworld.edu.np\n					</a>\n														<a href=\"#\">\n									uni.school2017@gmail.com\n					</a>\n														<a href=\"#\">\n									geniusworldschoolmj@gmail.com\n					</a>\n							<h6>Keep in touch</h6>							\n					<a href=\"https://www.facebook.com/geniusworldschool\" target=\"_blank\">\n						Facebook\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.tiktok.com/@geniusworldschool\" target=\"_blank\">\n						Tiktok\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@geniusworldschool\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<form id=\"wpforms-form-10\" data-formid=\"10\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"6067dfbcc8427cffca56c812adbd2e7e\" data-token-time=\"1776175061\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-10-field_0\">Parent&#039;s Name *</label><input type=\"text\" id=\"wpforms-10-field_0\" name=\"wpforms[fields][0]\" required><label for=\"wpforms-10-field_1\">Email *</label><input type=\"email\" id=\"wpforms-10-field_1\" name=\"wpforms[fields][1]\" spellcheck=\"false\" required><label>I have a question about:</label><ul id=\"wpforms-10-field_3\"><li><input type=\"radio\" id=\"wpforms-10-field_3_1\" name=\"wpforms[fields][3]\" value=\"Preschool\"  ><label for=\"wpforms-10-field_3_1\">Preschool</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_2\" name=\"wpforms[fields][3]\" value=\"Primary &amp; Secondary\"  ><label for=\"wpforms-10-field_3_2\">Primary &amp; Secondary</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_3\" name=\"wpforms[fields][3]\" value=\"Hostel\"  ><label for=\"wpforms-10-field_3_3\">Hostel</label></li></ul><label for=\"wpforms-10-field_2\">Questions or message *</label><textarea id=\"wpforms-10-field_2\" name=\"wpforms[fields][2]\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"10\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"27e885e0f1\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"{page_title}\"><input type=\"hidden\" name=\"page_url\" value=\"http://page_url\"><input type=\"hidden\" name=\"url_referer\" value=\"http://url_referer\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-10\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"http://genius-world-school.local/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->			<h6>Address</h6><p>Basundhara, Tokha 5, Kathmandu</p>										<a href=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"></path></svg>			\n									Get directions\n					</a>\n									<h6>Work hours</h6><p>Sun-Fri: 8:30 am-5:00 pm</p>					<h6>Phone</h6><p>+977-01-4981877 / 4989177<br>+977-9851201398</p>							\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=https%3A%2F%2Fmaps.app.goo.gl%2Fhq7qwEh59r4WFH7w5&#038;t=m&#038;z=16&#038;output=embed&#038;iwloc=near\"\n					title=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\"\n					aria-label=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\"\n			></iframe>','Contact','','inherit','closed','closed','','1059-revision-v1','','','2026-04-14 13:57:41','2026-04-14 13:57:41','',1059,'http://genius-world-school.local/?p=1668',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1669,1,'2026-04-14 13:58:22','2026-04-14 13:58:22','<h6>Contact</h6>					<h1>Have questions about our school &amp; program?</h1>		<p>Get in touch with us today—we’ll be happy to answer all your questions.</p>			<h4>General </h4>										<a href=\"#\">\n									info@geniusworld.edu.np\n					</a>\n														<a href=\"#\">\n									uni.school2017@gmail.com\n					</a>\n														<a href=\"#\">\n									geniusworldschoolmj@gmail.com\n					</a>\n							<h6>Keep in touch</h6>							\n					<a href=\"https://www.facebook.com/geniusworldschool\" target=\"_blank\">\n						Facebook\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.tiktok.com/@geniusworldschool\" target=\"_blank\">\n						Tiktok\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@geniusworldschool\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<form id=\"wpforms-form-10\" data-formid=\"10\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"6067dfbcc8427cffca56c812adbd2e7e\" data-token-time=\"1776175061\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-10-field_0\">Parent&#039;s Name *</label><input type=\"text\" id=\"wpforms-10-field_0\" name=\"wpforms[fields][0]\" required><label for=\"wpforms-10-field_1\">Email *</label><input type=\"email\" id=\"wpforms-10-field_1\" name=\"wpforms[fields][1]\" spellcheck=\"false\" required><label>I have a question about:</label><ul id=\"wpforms-10-field_3\"><li><input type=\"radio\" id=\"wpforms-10-field_3_1\" name=\"wpforms[fields][3]\" value=\"Preschool\"  ><label for=\"wpforms-10-field_3_1\">Preschool</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_2\" name=\"wpforms[fields][3]\" value=\"Primary &amp; Secondary\"  ><label for=\"wpforms-10-field_3_2\">Primary &amp; Secondary</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_3\" name=\"wpforms[fields][3]\" value=\"Hostel\"  ><label for=\"wpforms-10-field_3_3\">Hostel</label></li></ul><label for=\"wpforms-10-field_2\">Questions or message *</label><textarea id=\"wpforms-10-field_2\" name=\"wpforms[fields][2]\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"10\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"27e885e0f1\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"{page_title}\"><input type=\"hidden\" name=\"page_url\" value=\"http://page_url\"><input type=\"hidden\" name=\"url_referer\" value=\"http://url_referer\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-10\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"http://genius-world-school.local/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->			<h6>Address</h6><p>Basundhara, Tokha 5, Kathmandu</p>										<a href=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"></path></svg>			\n									Get directions\n					</a>\n									<h6>Work hours</h6><p>Sun-Fri: 8:30 am-5:00 pm</p>					<h6>Phone</h6><p>+977-01-4981877 / 4989177<br>+977-9851201398</p>							\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=https%3A%2F%2Fmaps.app.goo.gl%2Fhq7qwEh59r4WFH7w5&#038;t=m&#038;z=16&#038;output=embed&#038;iwloc=near\"\n					title=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\"\n					aria-label=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\"\n			></iframe>','Contact','','inherit','closed','closed','','1059-revision-v1','','','2026-04-14 13:58:22','2026-04-14 13:58:22','',1059,'http://genius-world-school.local/?p=1669',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1670,1,'2026-04-14 13:58:22','2026-04-14 13:58:22','<h6>Contact</h6>					<h1>Have questions about our school &amp; program?</h1>		<p>Get in touch with us today—we’ll be happy to answer all your questions.</p>			<h4>General </h4>										<a href=\"#\">\n									info@geniusworld.edu.np\n					</a>\n														<a href=\"#\">\n									uni.school2017@gmail.com\n					</a>\n														<a href=\"#\">\n									geniusworldschoolmj@gmail.com\n					</a>\n							<h6>Keep in touch</h6>							\n					<a href=\"https://www.facebook.com/geniusworldschool\" target=\"_blank\">\n						Facebook\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.tiktok.com/@geniusworldschool\" target=\"_blank\">\n						Tiktok\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@geniusworldschool\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<form id=\"wpforms-form-10\" data-formid=\"10\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"6067dfbcc8427cffca56c812adbd2e7e\" data-token-time=\"1776175061\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-10-field_0\">Parent&#039;s Name *</label><input type=\"text\" id=\"wpforms-10-field_0\" name=\"wpforms[fields][0]\" required><label for=\"wpforms-10-field_1\">Email *</label><input type=\"email\" id=\"wpforms-10-field_1\" name=\"wpforms[fields][1]\" spellcheck=\"false\" required><label>I have a question about:</label><ul id=\"wpforms-10-field_3\"><li><input type=\"radio\" id=\"wpforms-10-field_3_1\" name=\"wpforms[fields][3]\" value=\"Preschool\"  ><label for=\"wpforms-10-field_3_1\">Preschool</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_2\" name=\"wpforms[fields][3]\" value=\"Primary &amp; Secondary\"  ><label for=\"wpforms-10-field_3_2\">Primary &amp; Secondary</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_3\" name=\"wpforms[fields][3]\" value=\"Hostel\"  ><label for=\"wpforms-10-field_3_3\">Hostel</label></li></ul><label for=\"wpforms-10-field_2\">Questions or message *</label><textarea id=\"wpforms-10-field_2\" name=\"wpforms[fields][2]\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"10\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"27e885e0f1\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"{page_title}\"><input type=\"hidden\" name=\"page_url\" value=\"http://page_url\"><input type=\"hidden\" name=\"url_referer\" value=\"http://url_referer\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-10\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"http://genius-world-school.local/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->			<h6>Address</h6><p>Basundhara, Tokha 5, Kathmandu</p>										<a href=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"></path></svg>			\n									Get directions\n					</a>\n									<h6>Work hours</h6><p>Sun-Fri: 8:30 am-5:00 pm</p>					<h6>Phone</h6><p>+977-01-4981877 / 4989177<br>+977-9851201398</p>							\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=https%3A%2F%2Fmaps.app.goo.gl%2Fhq7qwEh59r4WFH7w5&#038;t=m&#038;z=16&#038;output=embed&#038;iwloc=near\"\n					title=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\"\n					aria-label=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\"\n			></iframe>','Contact','','inherit','closed','closed','','1059-revision-v1','','','2026-04-14 13:58:22','2026-04-14 13:58:22','',1059,'http://genius-world-school.local/?p=1670',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1671,1,'2026-04-14 13:58:22','2026-04-14 13:58:22','<h6>Contact</h6>					<h1>Have questions about our school &amp; program?</h1>		<p>Get in touch with us today—we’ll be happy to answer all your questions.</p>			<h4>General </h4>										<a href=\"#\">\n									info@geniusworld.edu.np\n					</a>\n														<a href=\"#\">\n									uni.school2017@gmail.com\n					</a>\n														<a href=\"#\">\n									geniusworldschoolmj@gmail.com\n					</a>\n							<h6>Keep in touch</h6>							\n					<a href=\"https://www.facebook.com/geniusworldschool\" target=\"_blank\">\n						Facebook\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.tiktok.com/@geniusworldschool\" target=\"_blank\">\n						Tiktok\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@geniusworldschool\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<form id=\"wpforms-form-10\" data-formid=\"10\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"6067dfbcc8427cffca56c812adbd2e7e\" data-token-time=\"1776175102\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-10-field_0\">Parent&#039;s Name *</label><input type=\"text\" id=\"wpforms-10-field_0\" name=\"wpforms[fields][0]\" required><label for=\"wpforms-10-field_1\">Email *</label><input type=\"email\" id=\"wpforms-10-field_1\" name=\"wpforms[fields][1]\" spellcheck=\"false\" required><label>I have a question about:</label><ul id=\"wpforms-10-field_3\"><li><input type=\"radio\" id=\"wpforms-10-field_3_1\" name=\"wpforms[fields][3]\" value=\"Preschool\"  ><label for=\"wpforms-10-field_3_1\">Preschool</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_2\" name=\"wpforms[fields][3]\" value=\"Primary &amp; Secondary\"  ><label for=\"wpforms-10-field_3_2\">Primary &amp; Secondary</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_3\" name=\"wpforms[fields][3]\" value=\"Hostel\"  ><label for=\"wpforms-10-field_3_3\">Hostel</label></li></ul><label for=\"wpforms-10-field_2\">Questions or message *</label><textarea id=\"wpforms-10-field_2\" name=\"wpforms[fields][2]\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"10\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"27e885e0f1\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"{page_title}\"><input type=\"hidden\" name=\"page_url\" value=\"http://page_url\"><input type=\"hidden\" name=\"url_referer\" value=\"http://url_referer\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-10\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"http://genius-world-school.local/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->			<h6>Address</h6><p>Basundhara, Tokha 5, Kathmandu</p>										<a href=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"></path></svg>			\n									Get directions\n					</a>\n									<h6>Work hours</h6><p>Sun-Fri: 8:30 am-5:00 pm</p>					<h6>Phone</h6><p>+977-01-4981877 / 4989177<br>+977-9851201398</p>','Contact','','inherit','closed','closed','','1059-revision-v1','','','2026-04-14 13:58:22','2026-04-14 13:58:22','',1059,'http://genius-world-school.local/?p=1671',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1672,1,'2026-04-14 13:59:02','2026-04-14 13:59:02','<h6>Contact</h6>					<h1>Have questions about our school &amp; program?</h1>		<p>Get in touch with us today—we’ll be happy to answer all your questions.</p>			<h4>General </h4>										<a href=\"#\">\n									info@geniusworld.edu.np\n					</a>\n														<a href=\"#\">\n									uni.school2017@gmail.com\n					</a>\n														<a href=\"#\">\n									geniusworldschoolmj@gmail.com\n					</a>\n							<h6>Keep in touch</h6>							\n					<a href=\"https://www.facebook.com/geniusworldschool\" target=\"_blank\">\n						Facebook\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.tiktok.com/@geniusworldschool\" target=\"_blank\">\n						Tiktok\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@geniusworldschool\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<form id=\"wpforms-form-10\" data-formid=\"10\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"6067dfbcc8427cffca56c812adbd2e7e\" data-token-time=\"1776175102\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-10-field_0\">Parent&#039;s Name *</label><input type=\"text\" id=\"wpforms-10-field_0\" name=\"wpforms[fields][0]\" required><label for=\"wpforms-10-field_1\">Email *</label><input type=\"email\" id=\"wpforms-10-field_1\" name=\"wpforms[fields][1]\" spellcheck=\"false\" required><label>I have a question about:</label><ul id=\"wpforms-10-field_3\"><li><input type=\"radio\" id=\"wpforms-10-field_3_1\" name=\"wpforms[fields][3]\" value=\"Preschool\"  ><label for=\"wpforms-10-field_3_1\">Preschool</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_2\" name=\"wpforms[fields][3]\" value=\"Primary &amp; Secondary\"  ><label for=\"wpforms-10-field_3_2\">Primary &amp; Secondary</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_3\" name=\"wpforms[fields][3]\" value=\"Hostel\"  ><label for=\"wpforms-10-field_3_3\">Hostel</label></li></ul><label for=\"wpforms-10-field_2\">Questions or message *</label><textarea id=\"wpforms-10-field_2\" name=\"wpforms[fields][2]\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"10\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"27e885e0f1\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"{page_title}\"><input type=\"hidden\" name=\"page_url\" value=\"http://page_url\"><input type=\"hidden\" name=\"url_referer\" value=\"http://url_referer\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-10\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"http://genius-world-school.local/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->			<h6>Address</h6><p>Basundhara, Tokha 5, Kathmandu</p>										<a href=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"></path></svg>			\n									Get directions\n					</a>\n									<h6>Work hours</h6><p>Sun-Fri: 8:30 am-5:00 pm</p>					<h6>Phone</h6><p>+977-01-4981877 / 4989177<br>+977-9851201398</p>','Contact','','inherit','closed','closed','','1059-revision-v1','','','2026-04-14 13:59:02','2026-04-14 13:59:02','',1059,'http://genius-world-school.local/?p=1672',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1673,1,'2026-04-14 13:59:02','2026-04-14 13:59:02','<h6>Contact</h6>					<h1>Have questions about our school &amp; program?</h1>		<p>Get in touch with us today—we’ll be happy to answer all your questions.</p>			<h4>General </h4>										<a href=\"#\">\n									info@geniusworld.edu.np\n					</a>\n														<a href=\"#\">\n									uni.school2017@gmail.com\n					</a>\n														<a href=\"#\">\n									geniusworldschoolmj@gmail.com\n					</a>\n							<h6>Keep in touch</h6>							\n					<a href=\"https://www.facebook.com/geniusworldschool\" target=\"_blank\">\n						Facebook\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.tiktok.com/@geniusworldschool\" target=\"_blank\">\n						Tiktok\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@geniusworldschool\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<form id=\"wpforms-form-10\" data-formid=\"10\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"6067dfbcc8427cffca56c812adbd2e7e\" data-token-time=\"1776175102\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-10-field_0\">Parent&#039;s Name *</label><input type=\"text\" id=\"wpforms-10-field_0\" name=\"wpforms[fields][0]\" required><label for=\"wpforms-10-field_1\">Email *</label><input type=\"email\" id=\"wpforms-10-field_1\" name=\"wpforms[fields][1]\" spellcheck=\"false\" required><label>I have a question about:</label><ul id=\"wpforms-10-field_3\"><li><input type=\"radio\" id=\"wpforms-10-field_3_1\" name=\"wpforms[fields][3]\" value=\"Preschool\"  ><label for=\"wpforms-10-field_3_1\">Preschool</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_2\" name=\"wpforms[fields][3]\" value=\"Primary &amp; Secondary\"  ><label for=\"wpforms-10-field_3_2\">Primary &amp; Secondary</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_3\" name=\"wpforms[fields][3]\" value=\"Hostel\"  ><label for=\"wpforms-10-field_3_3\">Hostel</label></li></ul><label for=\"wpforms-10-field_2\">Questions or message *</label><textarea id=\"wpforms-10-field_2\" name=\"wpforms[fields][2]\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"10\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"27e885e0f1\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"{page_title}\"><input type=\"hidden\" name=\"page_url\" value=\"http://page_url\"><input type=\"hidden\" name=\"url_referer\" value=\"http://url_referer\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-10\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"http://genius-world-school.local/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->			<h6>Address</h6><p>Basundhara, Tokha 5, Kathmandu</p>										<a href=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"></path></svg>			\n									Get directions\n					</a>\n									<h6>Work hours</h6><p>Sun-Fri: 8:30 am-5:00 pm</p>					<h6>Phone</h6><p>+977-01-4981877 / 4989177<br>+977-9851201398</p>','Contact','','inherit','closed','closed','','1059-revision-v1','','','2026-04-14 13:59:02','2026-04-14 13:59:02','',1059,'http://genius-world-school.local/?p=1673',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1674,1,'2026-04-14 13:59:03','2026-04-14 13:59:03','<h6>Contact</h6>					<h1>Have questions about our school &amp; program?</h1>		<p>Get in touch with us today—we’ll be happy to answer all your questions.</p>			<h4>General </h4>										<a href=\"#\">\n									info@geniusworld.edu.np\n					</a>\n														<a href=\"#\">\n									uni.school2017@gmail.com\n					</a>\n														<a href=\"#\">\n									geniusworldschoolmj@gmail.com\n					</a>\n							<h6>Keep in touch</h6>							\n					<a href=\"https://www.facebook.com/geniusworldschool\" target=\"_blank\">\n						Facebook\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.tiktok.com/@geniusworldschool\" target=\"_blank\">\n						Tiktok\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@geniusworldschool\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<form id=\"wpforms-form-10\" data-formid=\"10\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"6067dfbcc8427cffca56c812adbd2e7e\" data-token-time=\"1776175143\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-10-field_0\">Parent&#039;s Name *</label><input type=\"text\" id=\"wpforms-10-field_0\" name=\"wpforms[fields][0]\" required><label for=\"wpforms-10-field_1\">Email *</label><input type=\"email\" id=\"wpforms-10-field_1\" name=\"wpforms[fields][1]\" spellcheck=\"false\" required><label>I have a question about:</label><ul id=\"wpforms-10-field_3\"><li><input type=\"radio\" id=\"wpforms-10-field_3_1\" name=\"wpforms[fields][3]\" value=\"Preschool\"  ><label for=\"wpforms-10-field_3_1\">Preschool</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_2\" name=\"wpforms[fields][3]\" value=\"Primary &amp; Secondary\"  ><label for=\"wpforms-10-field_3_2\">Primary &amp; Secondary</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_3\" name=\"wpforms[fields][3]\" value=\"Hostel\"  ><label for=\"wpforms-10-field_3_3\">Hostel</label></li></ul><label for=\"wpforms-10-field_2\">Questions or message *</label><textarea id=\"wpforms-10-field_2\" name=\"wpforms[fields][2]\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"10\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"27e885e0f1\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"{page_title}\"><input type=\"hidden\" name=\"page_url\" value=\"http://page_url\"><input type=\"hidden\" name=\"url_referer\" value=\"http://url_referer\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-10\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"http://genius-world-school.local/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->			<h6>Address</h6><p>Basundhara, Tokha 5, Kathmandu</p>										<a href=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"></path></svg>			\n									Get directions\n					</a>\n									<h6>Work hours</h6><p>Sun-Fri: 8:30 am-5:00 pm</p>					<h6>Phone</h6><p>+977-01-4981877 / 4989177<br>+977-9851201398</p>','Contact','','inherit','closed','closed','','1059-revision-v1','','','2026-04-14 13:59:03','2026-04-14 13:59:03','',1059,'http://genius-world-school.local/?p=1674',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1675,1,'2026-04-14 13:59:39','2026-04-14 13:59:39','<h6>Contact</h6>					<h1>Have questions about our school &amp; program?</h1>		<p>Get in touch with us today—we’ll be happy to answer all your questions.</p>			<h4>General </h4>										<a href=\"#\">\n									info@geniusworld.edu.np\n					</a>\n														<a href=\"#\">\n									uni.school2017@gmail.com\n					</a>\n														<a href=\"#\">\n									geniusworldschoolmj@gmail.com\n					</a>\n							<h6>Keep in touch</h6>							\n					<a href=\"https://www.facebook.com/geniusworldschool\" target=\"_blank\">\n						Facebook\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.tiktok.com/@geniusworldschool\" target=\"_blank\">\n						Tiktok\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@geniusworldschool\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<form id=\"wpforms-form-10\" data-formid=\"10\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"6067dfbcc8427cffca56c812adbd2e7e\" data-token-time=\"1776175143\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-10-field_0\">Parent&#039;s Name *</label><input type=\"text\" id=\"wpforms-10-field_0\" name=\"wpforms[fields][0]\" required><label for=\"wpforms-10-field_1\">Email *</label><input type=\"email\" id=\"wpforms-10-field_1\" name=\"wpforms[fields][1]\" spellcheck=\"false\" required><label>I have a question about:</label><ul id=\"wpforms-10-field_3\"><li><input type=\"radio\" id=\"wpforms-10-field_3_1\" name=\"wpforms[fields][3]\" value=\"Preschool\"  ><label for=\"wpforms-10-field_3_1\">Preschool</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_2\" name=\"wpforms[fields][3]\" value=\"Primary &amp; Secondary\"  ><label for=\"wpforms-10-field_3_2\">Primary &amp; Secondary</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_3\" name=\"wpforms[fields][3]\" value=\"Hostel\"  ><label for=\"wpforms-10-field_3_3\">Hostel</label></li></ul><label for=\"wpforms-10-field_2\">Questions or message *</label><textarea id=\"wpforms-10-field_2\" name=\"wpforms[fields][2]\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"10\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"27e885e0f1\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"{page_title}\"><input type=\"hidden\" name=\"page_url\" value=\"http://page_url\"><input type=\"hidden\" name=\"url_referer\" value=\"http://url_referer\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-10\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"http://genius-world-school.local/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->			<h6>Address</h6><p>Basundhara, Tokha 5, Kathmandu</p>										<a href=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"></path></svg>			\n									Get directions\n					</a>\n									<h6>Work hours</h6><p>Sun-Fri: 8:30 am-5:00 pm</p>					<h6>Phone</h6><p>+977-01-4981877 / 4989177<br>+977-9851201398</p>','Contact','','inherit','closed','closed','','1059-revision-v1','','','2026-04-14 13:59:39','2026-04-14 13:59:39','',1059,'http://genius-world-school.local/?p=1675',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1676,1,'2026-04-14 13:59:39','2026-04-14 13:59:39','<h6>Contact</h6>					<h1>Have questions about our school &amp; program?</h1>		<p>Get in touch with us today—we’ll be happy to answer all your questions.</p>			<h4>General </h4>										<a href=\"#\">\n									info@geniusworld.edu.np\n					</a>\n														<a href=\"#\">\n									uni.school2017@gmail.com\n					</a>\n														<a href=\"#\">\n									geniusworldschoolmj@gmail.com\n					</a>\n							<h6>Keep in touch</h6>							\n					<a href=\"https://www.facebook.com/geniusworldschool\" target=\"_blank\">\n						Facebook\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.tiktok.com/@geniusworldschool\" target=\"_blank\">\n						Tiktok\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@geniusworldschool\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<form id=\"wpforms-form-10\" data-formid=\"10\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"6067dfbcc8427cffca56c812adbd2e7e\" data-token-time=\"1776175143\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-10-field_0\">Parent&#039;s Name *</label><input type=\"text\" id=\"wpforms-10-field_0\" name=\"wpforms[fields][0]\" required><label for=\"wpforms-10-field_1\">Email *</label><input type=\"email\" id=\"wpforms-10-field_1\" name=\"wpforms[fields][1]\" spellcheck=\"false\" required><label>I have a question about:</label><ul id=\"wpforms-10-field_3\"><li><input type=\"radio\" id=\"wpforms-10-field_3_1\" name=\"wpforms[fields][3]\" value=\"Preschool\"  ><label for=\"wpforms-10-field_3_1\">Preschool</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_2\" name=\"wpforms[fields][3]\" value=\"Primary &amp; Secondary\"  ><label for=\"wpforms-10-field_3_2\">Primary &amp; Secondary</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_3\" name=\"wpforms[fields][3]\" value=\"Hostel\"  ><label for=\"wpforms-10-field_3_3\">Hostel</label></li></ul><label for=\"wpforms-10-field_2\">Questions or message *</label><textarea id=\"wpforms-10-field_2\" name=\"wpforms[fields][2]\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"10\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"27e885e0f1\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"{page_title}\"><input type=\"hidden\" name=\"page_url\" value=\"http://page_url\"><input type=\"hidden\" name=\"url_referer\" value=\"http://url_referer\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-10\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"http://genius-world-school.local/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->			<h6>Address</h6><p>Basundhara, Tokha 5, Kathmandu</p>										<a href=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"></path></svg>			\n									Get directions\n					</a>\n									<h6>Work hours</h6><p>Sun-Fri: 8:30 am-5:00 pm</p>					<h6>Phone</h6><p>+977-01-4981877 / 4989177<br>+977-9851201398</p>','Contact','','inherit','closed','closed','','1059-revision-v1','','','2026-04-14 13:59:39','2026-04-14 13:59:39','',1059,'http://genius-world-school.local/?p=1676',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1677,1,'2026-04-14 13:59:40','2026-04-14 13:59:40','<h6>Contact</h6>					<h1>Have questions about our school &amp; program?</h1>		<p>Get in touch with us today—we’ll be happy to answer all your questions.</p>			<h4>General </h4>										<a href=\"#\">\n									info@geniusworld.edu.np\n					</a>\n														<a href=\"#\">\n									uni.school2017@gmail.com\n					</a>\n														<a href=\"#\">\n									geniusworldschoolmj@gmail.com\n					</a>\n							<h6>Keep in touch</h6>							\n					<a href=\"https://www.facebook.com/geniusworldschool\" target=\"_blank\">\n						Facebook\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a href=\"https://www.tiktok.com/@geniusworldschool\" target=\"_blank\">\n						Tiktok\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@geniusworldschool\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n				<form id=\"wpforms-form-10\" data-formid=\"10\" method=\"post\" enctype=\"multipart/form-data\" action=\"/wp-admin/admin-ajax.php\" data-token=\"6067dfbcc8427cffca56c812adbd2e7e\" data-token-time=\"1776175180\"><noscript>Please enable JavaScript in your browser to complete this form.</noscript><label for=\"wpforms-10-field_0\">Parent&#039;s Name *</label><input type=\"text\" id=\"wpforms-10-field_0\" name=\"wpforms[fields][0]\" required><label for=\"wpforms-10-field_1\">Email *</label><input type=\"email\" id=\"wpforms-10-field_1\" name=\"wpforms[fields][1]\" spellcheck=\"false\" required><label>I have a question about:</label><ul id=\"wpforms-10-field_3\"><li><input type=\"radio\" id=\"wpforms-10-field_3_1\" name=\"wpforms[fields][3]\" value=\"Preschool\"  ><label for=\"wpforms-10-field_3_1\">Preschool</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_2\" name=\"wpforms[fields][3]\" value=\"Primary &amp; Secondary\"  ><label for=\"wpforms-10-field_3_2\">Primary &amp; Secondary</label></li><li><input type=\"radio\" id=\"wpforms-10-field_3_3\" name=\"wpforms[fields][3]\" value=\"Hostel\"  ><label for=\"wpforms-10-field_3_3\">Hostel</label></li></ul><label for=\"wpforms-10-field_2\">Questions or message *</label><textarea id=\"wpforms-10-field_2\" name=\"wpforms[fields][2]\" required></textarea><!-- .wpforms-field-container --><input type=\"hidden\" name=\"wpforms[id]\" value=\"10\">			<input\n				type=\"hidden\"\n				name=\"wpforms[nonce]\"\n				value=\"27e885e0f1\"\n			/>\n			<input type=\"hidden\" name=\"page_title\" value=\"{page_title}\"><input type=\"hidden\" name=\"page_url\" value=\"http://page_url\"><input type=\"hidden\" name=\"url_referer\" value=\"http://url_referer\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-10\" data-alt-text=\"Sending...\" data-submit-text=\"Submit\" aria-live=\"assertive\" value=\"wpforms-submit\">Submit</button><img src=\"http://genius-world-school.local/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"></form>  <!-- .wpforms-container -->			<h6>Address</h6><p>Basundhara, Tokha 5, Kathmandu</p>										<a href=\"https://maps.app.goo.gl/hq7qwEh59r4WFH7w5\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z\"></path></svg>			\n									Get directions\n					</a>\n									<h6>Work hours</h6><p>Sun-Fri: 8:30 am-5:00 pm</p>					<h6>Phone</h6><p>+977-01-4981877 / 4989177<br>+977-9851201398</p>','Contact','','inherit','closed','closed','','1059-revision-v1','','','2026-04-14 13:59:40','2026-04-14 13:59:40','',1059,'http://genius-world-school.local/?p=1677',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1678,1,'2026-04-14 14:00:36','2026-04-14 14:00:36','<h2 \n		data-interaction-id=\"d6e999e\" \n		class=\"e-d6e999e-6c7c6eb e-heading-base\" \n	>\n			Join Our Team\n		</h2>\n					<h2>“Be a part of a passionate and growing learning community at GWS.”</h2>							<h2 \n		data-interaction-id=\"f6a1c7d\" \n		class=\"e-f6a1c7d-71f5b40 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2><li data-section-id=\"1lohr9l\" data-start=\"509\" data-end=\"540\">Supportive Work Environment</li><li data-section-id=\"1pki2zx\" data-start=\"541\" data-end=\"578\">Professional Growth Opportunities</li><li data-section-id=\"1lu7qy7\" data-start=\"579\" data-end=\"609\">Modern Teaching Facilities\n</li><li data-section-id=\"vo8rrt\" data-start=\"610\" data-end=\"635\">Collaborative Culture</li></h2>							<h2 \n		data-interaction-id=\"61af9f5\" \n		class=\"e-61af9f5-0e07e63 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2>Interested candidates can send their CV and cover letter to our email or visit the school office.</h2>					    	            <a\n            			href=\"https://mail.google.com/mail/?view=cm&to=uni.school2017@gmail.com\"\n        target=\"_self\"\n            data-interaction-id=\"ccd476b\"\n        >\n            Apply Now\n        </a>','Careers','','inherit','closed','closed','','1652-revision-v1','','','2026-04-14 14:00:36','2026-04-14 14:00:36','',1652,'http://genius-world-school.local/?p=1678',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1679,1,'2026-04-14 14:00:36','2026-04-14 14:00:36','<h2 \n		data-interaction-id=\"d6e999e\" \n		class=\"e-d6e999e-6c7c6eb e-heading-base\" \n	>\n			Join Our Team\n		</h2>\n					<h2>“Be a part of a passionate and growing learning community at GWS.”</h2>							<h2 \n		data-interaction-id=\"f6a1c7d\" \n		class=\"e-f6a1c7d-71f5b40 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2><li data-section-id=\"1lohr9l\" data-start=\"509\" data-end=\"540\">Supportive Work Environment</li><li data-section-id=\"1pki2zx\" data-start=\"541\" data-end=\"578\">Professional Growth Opportunities</li><li data-section-id=\"1lu7qy7\" data-start=\"579\" data-end=\"609\">Modern Teaching Facilities\n</li><li data-section-id=\"vo8rrt\" data-start=\"610\" data-end=\"635\">Collaborative Culture</li></h2>							<h2 \n		data-interaction-id=\"61af9f5\" \n		class=\"e-61af9f5-0e07e63 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2>Interested candidates can send their CV and cover letter to our email or visit the school office.</h2>					    	            <a\n            			href=\"https://mail.google.com/mail/?view=cm&to=uni.school2017@gmail.com\"\n        target=\"_self\"\n            data-interaction-id=\"ccd476b\"\n        >\n            Apply Now\n        </a>','Careers','','inherit','closed','closed','','1652-revision-v1','','','2026-04-14 14:00:36','2026-04-14 14:00:36','',1652,'http://genius-world-school.local/?p=1679',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1680,1,'2026-04-14 14:00:37','2026-04-14 14:00:37','<h2 \n		data-interaction-id=\"d6e999e\" \n		class=\"e-d6e999e-6c7c6eb e-heading-base\" \n	>\n			Join Our Team\n		</h2>\n					<h2>“Be a part of a passionate and growing learning community at GWS.”</h2>							<h2 \n		data-interaction-id=\"f6a1c7d\" \n		class=\"e-f6a1c7d-71f5b40 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2><li data-section-id=\"1lohr9l\" data-start=\"509\" data-end=\"540\">Supportive Work Environment</li><li data-section-id=\"1pki2zx\" data-start=\"541\" data-end=\"578\">Professional Growth Opportunities</li><li data-section-id=\"1lu7qy7\" data-start=\"579\" data-end=\"609\">Modern Teaching Facilities\n</li><li data-section-id=\"vo8rrt\" data-start=\"610\" data-end=\"635\">Collaborative Culture</li></h2>							<h2 \n		data-interaction-id=\"61af9f5\" \n		class=\"e-61af9f5-0e07e63 e-heading-base\" \n	>\n			Call to Action\n		</h2>\n					<h2>Interested candidates can send their CV and cover letter to our email or visit the school office.</h2>					    	            <a\n            			href=\"https://mail.google.com/mail/?view=cm&to=uni.school2017@gmail.com\"\n        target=\"_self\"\n            data-interaction-id=\"ccd476b\"\n        >\n            Apply Now\n        </a>','Careers','','inherit','closed','closed','','1652-revision-v1','','','2026-04-14 14:00:37','2026-04-14 14:00:37','',1652,'http://genius-world-school.local/?p=1680',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1681,1,'2026-04-14 14:05:21','2026-04-14 14:05:21','{\n    \"astra-settings[header-button1-link-option]\": {\n        \"value\": {\n            \"url\": \"https://forms.gle/q5yHBDQzoKcroYDj6\",\n            \"new_tab\": \"\",\n            \"link_rel\": \"\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:05:21\"\n    }\n}','','','trash','closed','closed','','b6dc285e-81a5-4785-9571-5bf2f49dac58','','','2026-04-14 14:05:21','2026-04-14 14:05:21','',0,'http://genius-world-school.local/b6dc285e-81a5-4785-9571-5bf2f49dac58/',0,'customize_changeset','',0);
INSERT INTO `wp_posts` VALUES (1682,1,'2026-04-14 14:06:24','2026-04-14 14:06:24','{\n    \"astra-settings[footer-social-icons-1]\": {\n        \"value\": {\n            \"items\": [\n                {\n                    \"id\": \"facebook\",\n                    \"enabled\": true,\n                    \"source\": \"icon\",\n                    \"url\": \"https://www.facebook.com/geniusworldschool\",\n                    \"color\": \"#557dbc\",\n                    \"background\": \"transparent\",\n                    \"icon\": \"facebook-round\",\n                    \"label\": \"Facebook\"\n                },\n                {\n                    \"id\": \"twitter\",\n                    \"enabled\": true,\n                    \"source\": \"icon\",\n                    \"url\": \"\",\n                    \"color\": \"#7acdee\",\n                    \"background\": \"transparent\",\n                    \"icon\": \"twitter\",\n                    \"label\": \"Twitter\"\n                },\n                {\n                    \"id\": \"instagram\",\n                    \"enabled\": true,\n                    \"source\": \"icon\",\n                    \"url\": \"\",\n                    \"color\": \"#8a3ab9\",\n                    \"background\": \"transparent\",\n                    \"icon\": \"instagram-square\",\n                    \"label\": \"Instagram\"\n                },\n                {\n                    \"id\": \"youtube\",\n                    \"enabled\": true,\n                    \"url\": \"\",\n                    \"color\": \"#e96651\",\n                    \"background\": \"transparent\",\n                    \"icon\": \"youtube\",\n                    \"label\": \"YouTube\"\n                }\n            ],\n            \"flag\": true\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:06:24\"\n    }\n}','','','trash','closed','closed','','b979ec7e-e28a-476d-a038-5ccec37c6de2','','','2026-04-14 14:06:24','2026-04-14 14:06:24','',0,'http://genius-world-school.local/?p=1682',0,'customize_changeset','',0);
INSERT INTO `wp_posts` VALUES (1683,1,'2026-04-14 14:08:14','2026-04-14 14:08:14','{\n    \"astra-settings[footer-social-icons-1]\": {\n        \"value\": {\n            \"items\": [\n                {\n                    \"id\": \"facebook\",\n                    \"enabled\": true,\n                    \"source\": \"icon\",\n                    \"url\": \"https://www.facebook.com/geniusworldschool\",\n                    \"color\": \"#557dbc\",\n                    \"background\": \"transparent\",\n                    \"icon\": \"facebook-round\",\n                    \"label\": \"Facebook\"\n                },\n                {\n                    \"id\": \"youtube\",\n                    \"enabled\": true,\n                    \"url\": \"https://www.youtube.com/@geniusworldschool\",\n                    \"color\": \"#e96651\",\n                    \"background\": \"transparent\",\n                    \"icon\": \"youtube\",\n                    \"label\": \"YouTube\"\n                },\n                {\n                    \"id\": \"behance\",\n                    \"enabled\": true,\n                    \"url\": \"https://www.tiktok.com/@geniusworldschool\",\n                    \"color\": \"#1B64F6\",\n                    \"background\": \"transparent\",\n                    \"icon\": \"tiktok\",\n                    \"label\": \"Tiktok\",\n                    \"icon_type\": \"icon-library\",\n                    \"custom_svg\": \"\"\n                }\n            ],\n            \"flag\": true\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:08:14\"\n    }\n}','','','trash','closed','closed','','6715982c-5c63-4049-91d9-9fed19b45e5c','','','2026-04-14 14:08:14','2026-04-14 14:08:14','',0,'http://genius-world-school.local/?p=1683',0,'customize_changeset','',0);
INSERT INTO `wp_posts` VALUES (1684,1,'2026-04-14 14:10:01','2026-04-14 14:10:01','<h6>Admission</h6>					<h1>Ready to enroll?<br>We hope to meet you soon</h1>		<p>Join the GWS family and give your child the gift of quality education in a nurturing environment. We’re here to guide you every step of the way.</p>			<h6>The process</h6>					<h2>01</h2>							\n									<h5>\n							Take a tour						\n					</h5>\n									<p>\n						Visit our school to explore the learning environment, facilities, and classrooms. Meet our team and get a feel of the nurturing atmosphere we provide for every child.					</p>\n							<h2>02</h2>							\n									<h5>\n							Submit application						\n					</h5>\n									<p>\n						Complete and submit the admission form with the required documents. Our team will guide you through the process to ensure everything is smooth and hassle-free.					</p>\n							<h2>03</h2>							\n									<h5>\n							Meet and greet						\n					</h5>\n									<p>\n						Attend an interaction session with the school team. This helps us understand your child better and gives you an opportunity to ask questions and learn more about our approach.					</p>\n							<h2>04</h2>							\n									<h5>\n							Secure a spot						\n					</h5>\n									<p>\n						Once selected, confirm admission by completing the enrollment process. Welcome to the GWS family, where your child’s learning journey begins!					</p>\n																	<img width=\"620\" height=\"456\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2.jpg\" alt=\"daycare admission image 2\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2.jpg 620w, http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2-300x221.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />																										<img width=\"620\" height=\"456\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1.jpg\" alt=\"daycare admission image 1\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1.jpg 620w, http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1-300x221.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />																<h2>Required enrollment documents</h2>		<p data-start=\"122\" data-end=\"207\">To complete the admission process, please prepare and submit the following documents:</p>					\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Completed Admission Form\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Copy of Birth Certificate\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Recent Passport-Sized Photographs (student)\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Previous School Reports / Transcripts\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Transfer Certificate (TC) (if applicable)\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										IEMIS transfer\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Medical Records / Immunization Report (if required)\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>','Admission','','inherit','closed','closed','','938-revision-v1','','','2026-04-14 14:10:01','2026-04-14 14:10:01','',938,'http://genius-world-school.local/?p=1684',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1685,1,'2026-04-14 14:10:02','2026-04-14 14:10:02','<h6>Admission</h6>					<h1>Ready to enroll?<br>We hope to meet you soon</h1>		<p>Join the GWS family and give your child the gift of quality education in a nurturing environment. We’re here to guide you every step of the way.</p>			<h6>The process</h6>					<h2>01</h2>							\n									<h5>\n							Take a tour						\n					</h5>\n									<p>\n						Visit our school to explore the learning environment, facilities, and classrooms. Meet our team and get a feel of the nurturing atmosphere we provide for every child.					</p>\n							<h2>02</h2>							\n									<h5>\n							Submit application						\n					</h5>\n									<p>\n						Complete and submit the admission form with the required documents. Our team will guide you through the process to ensure everything is smooth and hassle-free.					</p>\n							<h2>03</h2>							\n									<h5>\n							Meet and greet						\n					</h5>\n									<p>\n						Attend an interaction session with the school team. This helps us understand your child better and gives you an opportunity to ask questions and learn more about our approach.					</p>\n							<h2>04</h2>							\n									<h5>\n							Secure a spot						\n					</h5>\n									<p>\n						Once selected, confirm admission by completing the enrollment process. Welcome to the GWS family, where your child’s learning journey begins!					</p>\n																	<img width=\"620\" height=\"456\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2.jpg\" alt=\"daycare admission image 2\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2.jpg 620w, http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2-300x221.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />																										<img width=\"620\" height=\"456\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1.jpg\" alt=\"daycare admission image 1\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1.jpg 620w, http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1-300x221.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />																<h2>Required enrollment documents</h2>		<p data-start=\"122\" data-end=\"207\">To complete the admission process, please prepare and submit the following documents:</p>					\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Completed Admission Form\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Copy of Birth Certificate\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Recent Passport-Sized Photographs (student)\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Previous School Reports / Transcripts\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Transfer Certificate (TC) (if applicable)\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										IEMIS transfer\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Medical Records / Immunization Report (if required)\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>','Admission','','inherit','closed','closed','','938-revision-v1','','','2026-04-14 14:10:02','2026-04-14 14:10:02','',938,'http://genius-world-school.local/?p=1685',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1686,1,'2026-04-14 14:10:02','2026-04-14 14:10:02','<h6>Admission</h6>					<h1>Ready to enroll?<br>We hope to meet you soon</h1>		<p>Join the GWS family and give your child the gift of quality education in a nurturing environment. We’re here to guide you every step of the way.</p>			<h6>The process</h6>					<h2>01</h2>							\n									<h5>\n							Take a tour						\n					</h5>\n									<p>\n						Visit our school to explore the learning environment, facilities, and classrooms. Meet our team and get a feel of the nurturing atmosphere we provide for every child.					</p>\n							<h2>02</h2>							\n									<h5>\n							Submit application						\n					</h5>\n									<p>\n						Complete and submit the admission form with the required documents. Our team will guide you through the process to ensure everything is smooth and hassle-free.					</p>\n							<h2>03</h2>							\n									<h5>\n							Meet and greet						\n					</h5>\n									<p>\n						Attend an interaction session with the school team. This helps us understand your child better and gives you an opportunity to ask questions and learn more about our approach.					</p>\n							<h2>04</h2>							\n									<h5>\n							Secure a spot						\n					</h5>\n									<p>\n						Once selected, confirm admission by completing the enrollment process. Welcome to the GWS family, where your child’s learning journey begins!					</p>\n																	<img width=\"620\" height=\"456\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2.jpg\" alt=\"daycare admission image 2\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2.jpg 620w, http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-2-300x221.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />																										<img width=\"620\" height=\"456\" src=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1.jpg\" alt=\"daycare admission image 1\" srcset=\"http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1.jpg 620w, http://genius-world-school.local/wp-content/uploads/2022/03/daycare-admission-image-1-300x221.jpg 300w\" sizes=\"(max-width: 620px) 100vw, 620px\" />																<h2>Required enrollment documents</h2>		<p data-start=\"122\" data-end=\"207\">To complete the admission process, please prepare and submit the following documents:</p>					\n									<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Completed Admission Form\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Copy of Birth Certificate\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Recent Passport-Sized Photographs (student)\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Previous School Reports / Transcripts\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Transfer Certificate (TC) (if applicable)\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										IEMIS transfer\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"></path></svg>						\n										Medical Records / Immunization Report (if required)\n									</li>\n						</ul>\n												<a href=\"https://forms.gle/q5yHBDQzoKcroYDj6\">\n									Enroll your kid\n					</a>','Admission','','inherit','closed','closed','','938-revision-v1','','','2026-04-14 14:10:02','2026-04-14 14:10:02','',938,'http://genius-world-school.local/?p=1686',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1687,1,'2026-04-14 14:13:20','0000-00-00 00:00:00','{\n    \"widget_nav_menu[1]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YToxOntzOjg6Im5hdl9tZW51IjtpOjM7fQ==\",\n            \"title\": \"\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"366ad7ed981da7bc0add600baebcea40\",\n            \"raw_instance\": {\n                \"nav_menu\": 3\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:12:20\"\n    },\n    \"astra-settings[footer-widget-alignment-1]\": {\n        \"value\": {\n            \"desktop\": \"left\",\n            \"tablet\": \"left\",\n            \"mobile\": \"center\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:12:20\"\n    },\n    \"sidebars_widgets[footer-widget-1]\": {\n        \"value\": [\n            \"block-7\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:13:20\"\n    },\n    \"sidebars_widgets[footer-widget-2]\": {\n        \"value\": [\n            \"block-8\",\n            \"nav_menu-2\",\n            \"nav_menu-1\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:13:20\"\n    }\n}','','','auto-draft','closed','closed','','ad12465f-a4c9-455a-b1da-76a6f7d06ae7','','','2026-04-14 14:13:20','2026-04-14 14:13:20','',0,'http://genius-world-school.local/?p=1687',0,'customize_changeset','',0);
INSERT INTO `wp_posts` VALUES (1688,1,'2026-04-14 14:17:27','0000-00-00 00:00:00','{\n    \"widget_nav_menu[1]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YToxOntzOjg6Im5hdl9tZW51IjtpOjM7fQ==\",\n            \"title\": \"\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"366ad7ed981da7bc0add600baebcea40\",\n            \"raw_instance\": {\n                \"nav_menu\": 3\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:17:27\"\n    },\n    \"sidebars_widgets[footer-widget-1]\": {\n        \"value\": [\n            \"block-7\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:17:27\"\n    },\n    \"sidebars_widgets[footer-widget-2]\": {\n        \"value\": [\n            \"block-8\",\n            \"nav_menu-2\",\n            \"nav_menu-1\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:17:27\"\n    }\n}','','','auto-draft','closed','closed','','8044d706-ce7d-4586-bdda-3326511c1c18','','','2026-04-14 14:17:27','0000-00-00 00:00:00','',0,'http://genius-world-school.local/?p=1688',0,'customize_changeset','',0);
INSERT INTO `wp_posts` VALUES (1689,1,'2026-04-14 14:22:35','2026-04-14 14:22:35','{\n    \"sidebars_widgets[footer-widget-1]\": {\n        \"value\": [\n            \"block-7\",\n            \"nav_menu-1\"\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:22:22\"\n    },\n    \"widget_block[16]\": {\n        \"value\": {\n            \"raw_instance\": {\n                \"content\": \"<!-- wp:widget-group -->\\n<h2 class=\\\"widget-title\\\"></h2><div class=\\\"wp-widget-group__inner-blocks\\\"><!-- wp:legacy-widget {\\\"idBase\\\":\\\"nav_menu\\\",\\\"instance\\\":{\\\"encoded\\\":\\\"YToxOntzOjg6Im5hdl9tZW51IjtpOjM7fQ==\\\",\\\"hash\\\":\\\"366ad7ed981da7bc0add600baebcea40\\\",\\\"raw\\\":{\\\"nav_menu\\\":3},\\\"title\\\":\\\"\\\",\\\"is_widget_customizer_js_value\\\":true}} /--></div>\\n<!-- /wp:widget-group -->\"\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:22:22\"\n    },\n    \"widget_nav_menu[1]\": {\n        \"value\": {\n            \"encoded_serialized_instance\": \"YToxOntzOjg6Im5hdl9tZW51IjtpOjM7fQ==\",\n            \"title\": \"\",\n            \"is_widget_customizer_js_value\": true,\n            \"instance_hash_key\": \"366ad7ed981da7bc0add600baebcea40\",\n            \"raw_instance\": {\n                \"nav_menu\": 3\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:22:22\"\n    }\n}','','','trash','closed','closed','','2971ed77-fb8d-4435-bab7-aff97db3f7d5','','','2026-04-14 14:22:35','2026-04-14 14:22:35','',0,'http://genius-world-school.local/?p=1689',0,'customize_changeset','',0);
INSERT INTO `wp_posts` VALUES (1690,1,'2026-04-14 14:29:16','2026-04-14 14:29:16','{\n    \"nav_menu_item[433]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 433,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"About Us\",\n            \"url\": \"http://genius-world-school.local/about/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 3,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"_invalid\": false,\n            \"original_title\": \"\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:28:47\"\n    },\n    \"nav_menu_item[434]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 434,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Admission\",\n            \"url\": \"http://genius-world-school.local/admission/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 3,\n            \"position\": 3,\n            \"status\": \"publish\",\n            \"_invalid\": false,\n            \"original_title\": \"\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:29:06\"\n    },\n    \"nav_menu_item[435]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 435,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Contact\",\n            \"url\": \"http://genius-world-school.local/contact/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 3,\n            \"position\": 4,\n            \"status\": \"publish\",\n            \"_invalid\": false,\n            \"original_title\": \"\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:29:16\"\n    }\n}','','','trash','closed','closed','','232b01ca-4688-43c3-b579-70b9689af20c','','','2026-04-14 14:29:16','2026-04-14 14:29:16','',0,'http://genius-world-school.local/?p=1690',0,'customize_changeset','',0);
INSERT INTO `wp_posts` VALUES (1691,1,'2026-04-14 14:31:09','2026-04-14 14:31:09','{\n    \"nav_menu_item[1266]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 1266,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Mission\",\n            \"url\": \"http://genius-world-school.local/about/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"_invalid\": false,\n            \"original_title\": \"\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:30:23\"\n    },\n    \"nav_menu_item[1267]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 1267,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Programs\",\n            \"url\": \"http://genius-world-school.local/program/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"_invalid\": false,\n            \"original_title\": \"\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:30:50\"\n    },\n    \"nav_menu_item[1522]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:30:50\"\n    },\n    \"nav_menu_item[1268]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 1268,\n            \"object\": \"custom\",\n            \"type\": \"custom\",\n            \"type_label\": \"Custom Link\",\n            \"title\": \"Our Team\",\n            \"url\": \"http://genius-world-school.local/our-team/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 2,\n            \"position\": 4,\n            \"status\": \"publish\",\n            \"_invalid\": false,\n            \"original_title\": \"\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:31:09\"\n    },\n    \"nav_menu_item[1269]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-04-14 14:31:09\"\n    }\n}','','','trash','closed','closed','','e5f39f7a-3a69-4fdd-a387-125d5eb9db4e','','','2026-04-14 14:31:09','2026-04-14 14:31:09','',0,'http://genius-world-school.local/?p=1691',0,'customize_changeset','',0);
INSERT INTO `wp_posts` VALUES (1693,1,'2026-04-14 14:38:05','2026-04-14 14:38:05','','picture (3)','','inherit','open','closed','','picture-3','','','2026-04-14 14:38:05','2026-04-14 14:38:05','',739,'http://genius-world-school.local/wp-content/uploads/2026/04/picture-3.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1694,1,'2026-04-14 14:38:09','2026-04-14 14:38:09','','picture (2)','','inherit','open','closed','','picture-2','','','2026-04-14 14:38:09','2026-04-14 14:38:09','',739,'http://genius-world-school.local/wp-content/uploads/2026/04/picture-2.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1695,1,'2026-04-14 14:38:13','2026-04-14 14:38:13','','picture (1)','','inherit','open','closed','','picture-1','','','2026-04-14 14:38:13','2026-04-14 14:38:13','',739,'http://genius-world-school.local/wp-content/uploads/2026/04/picture-1.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1696,1,'2026-04-14 14:47:45','2026-04-14 14:47:45','','1','','inherit','open','closed','','1','','','2026-04-14 14:47:45','2026-04-14 14:47:45','',739,'http://genius-world-school.local/wp-content/uploads/2026/04/1.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1697,1,'2026-04-14 14:47:47','2026-04-14 14:47:47','','2082','','inherit','open','closed','','2082','','','2026-04-14 14:47:47','2026-04-14 14:47:47','',739,'http://genius-world-school.local/wp-content/uploads/2026/04/2082.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1698,1,'2026-04-14 14:47:55','2026-04-14 14:47:55','','608918078 1391286219676388 4779395197971108801 n','','inherit','open','closed','','608918078_1391286219676388_4779395197971108801_n','','','2026-04-14 14:47:55','2026-04-14 14:47:55','',739,'http://genius-world-school.local/wp-content/uploads/2026/04/608918078_1391286219676388_4779395197971108801_n.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1699,1,'2026-04-14 14:47:57','2026-04-14 14:47:57','','622377885 1413786470759696 2212442530764339429 n','','inherit','open','closed','','622377885_1413786470759696_2212442530764339429_n','','','2026-04-14 14:47:57','2026-04-14 14:47:57','',739,'http://genius-world-school.local/wp-content/uploads/2026/04/622377885_1413786470759696_2212442530764339429_n.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1700,1,'2026-04-14 14:47:58','2026-04-14 14:47:58','','652675611 1451847693620240 4753971416062065307 n','','inherit','open','closed','','652675611_1451847693620240_4753971416062065307_n','','','2026-04-14 14:47:58','2026-04-14 14:47:58','',739,'http://genius-world-school.local/wp-content/uploads/2026/04/652675611_1451847693620240_4753971416062065307_n.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1701,1,'2026-04-14 14:48:01','2026-04-14 14:48:01','','hemanta sunuwar','','inherit','open','closed','','hemanta-sunuwar','','','2026-04-14 14:48:01','2026-04-14 14:48:01','',739,'http://genius-world-school.local/wp-content/uploads/2026/04/Hemanta-Sunuwar.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1702,1,'2026-04-14 14:48:02','2026-04-14 14:48:02','','see 2082','','inherit','open','closed','','see-2082-2','','','2026-04-14 14:48:02','2026-04-14 14:48:02','',739,'http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1703,1,'2026-04-14 14:48:05','2026-04-14 14:48:05','','sugam ram bhandari','','inherit','open','closed','','sugam-ram-bhandari','','','2026-04-14 14:48:05','2026-04-14 14:48:05','',739,'http://genius-world-school.local/wp-content/uploads/2026/04/Sugam-Ram-Bhandari.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1704,1,'2026-04-14 14:48:07','2026-04-14 14:48:07','','viber image 2026 04 04 17 05 37 294','','inherit','open','closed','','viber_image_2026-04-04_17-05-37-294','','','2026-04-14 14:48:07','2026-04-14 14:48:07','',739,'http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-04_17-05-37-294.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1705,1,'2026-04-14 14:50:23','2026-04-14 14:50:23','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>\n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>\n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>					<h6>02</h6>					<h2>Library</h2>					<p><p data-start=\"0\" data-end=\"350\">The Library at GWS serves as a <strong data-start=\"31\" data-end=\"55\">dynamic learning hub</strong> that nurtures a strong culture of <strong data-start=\"90\" data-end=\"134\">reading, research, and lifelong learning</strong>. It is well-stocked with a wide range of <strong data-start=\"176\" data-end=\"201\">age-appropriate books</strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\"299\" data-end=\"347\">curriculum needs and independent exploration</strong>.</p>\n<p data-start=\"352\" data-end=\"737\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\"437\" data-end=\"471\">reading habits among educators</strong> as well. A dedicated <strong data-start=\"493\" data-end=\"522\">teachers’ library section</strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\"631\" data-end=\"712\">continuously enhance their knowledge, teaching practices, and personal growth</strong> beyond the curriculum.</p>\n<p data-start=\"739\" data-end=\"1122\" data-is-last-node=\"\" data-is-only-node=\"\">Designed to be <strong data-start=\"754\" data-end=\"801\">peaceful, comfortable, and student-friendly</strong>, the library provides an ideal space for <strong data-start=\"843\" data-end=\"890\">focused reading and intellectual engagement</strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\"964\" data-end=\"1026\">curiosity, creativity, and a lifelong passion for learning</strong>, making the library a true cornerstone of <strong data-start=\"1069\" data-end=\"1114\">academic excellence and continuous growth</strong> at GWS.</p></p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>07</h6>					<h2>Outdoor activities &amp; Trips</h2>					<p><p>At&nbsp;Genius World School, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;field trips, dayouts, and nightouts&nbsp;play a vital role in enriching students’ learning experiences. These activities are designed not only to educate students about&nbsp;culture, tradition, nature, and the environment, but also to help them develop important&nbsp;life skills&nbsp;such as teamwork, independence, responsibility, and confidence.</p><p>Dayouts&nbsp;are regularly organized for all grades within school hours, based on&nbsp;thematic learning requirements. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.</p><p>Nightouts&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;Grade 1 and 2, students participate in&nbsp;night camping experiences within the school, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.</p><p>For&nbsp;Grade 3 to 5, students go on&nbsp;1-night, 2-day trips, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.</p><p>Students from&nbsp;Grade 6 to 10&nbsp;participate in&nbsp;longer trips of at least 2 nights and 3 days. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.</p><p>&nbsp;</p><p>Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.</p></p>					<h6>08</h6>					<h2>Parental Guidence &amp; Counselling</h2>					<p>At Genius World School, educational service guidance is an important part of supporting students’ academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.</p>					<h6>09</h6>					<h2>ECA/CCA Activities</h2>					<p>At Genius World School, ECA/CCA activities are an integral part of our holistic education approach, designed to nurture students’ talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our “Extra Club” offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.</p>					<h6>10</h6>					<h2>Art &amp; Crafts</h2>					<p>At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork—it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.</p>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 14:50:23','2026-04-14 14:50:23','',739,'http://genius-world-school.local/?p=1705',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1706,1,'2026-04-14 14:50:23','2026-04-14 14:50:23','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>\n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>\n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>					<h6>02</h6>					<h2>Library</h2>					<p><p data-start=\"0\" data-end=\"350\">The Library at GWS serves as a <strong data-start=\"31\" data-end=\"55\">dynamic learning hub</strong> that nurtures a strong culture of <strong data-start=\"90\" data-end=\"134\">reading, research, and lifelong learning</strong>. It is well-stocked with a wide range of <strong data-start=\"176\" data-end=\"201\">age-appropriate books</strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\"299\" data-end=\"347\">curriculum needs and independent exploration</strong>.</p>\n<p data-start=\"352\" data-end=\"737\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\"437\" data-end=\"471\">reading habits among educators</strong> as well. A dedicated <strong data-start=\"493\" data-end=\"522\">teachers’ library section</strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\"631\" data-end=\"712\">continuously enhance their knowledge, teaching practices, and personal growth</strong> beyond the curriculum.</p>\n<p data-start=\"739\" data-end=\"1122\" data-is-last-node=\"\" data-is-only-node=\"\">Designed to be <strong data-start=\"754\" data-end=\"801\">peaceful, comfortable, and student-friendly</strong>, the library provides an ideal space for <strong data-start=\"843\" data-end=\"890\">focused reading and intellectual engagement</strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\"964\" data-end=\"1026\">curiosity, creativity, and a lifelong passion for learning</strong>, making the library a true cornerstone of <strong data-start=\"1069\" data-end=\"1114\">academic excellence and continuous growth</strong> at GWS.</p></p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>07</h6>					<h2>Outdoor activities &amp; Trips</h2>					<p><p>At&nbsp;Genius World School, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;field trips, dayouts, and nightouts&nbsp;play a vital role in enriching students’ learning experiences. These activities are designed not only to educate students about&nbsp;culture, tradition, nature, and the environment, but also to help them develop important&nbsp;life skills&nbsp;such as teamwork, independence, responsibility, and confidence.</p><p>Dayouts&nbsp;are regularly organized for all grades within school hours, based on&nbsp;thematic learning requirements. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.</p><p>Nightouts&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;Grade 1 and 2, students participate in&nbsp;night camping experiences within the school, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.</p><p>For&nbsp;Grade 3 to 5, students go on&nbsp;1-night, 2-day trips, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.</p><p>Students from&nbsp;Grade 6 to 10&nbsp;participate in&nbsp;longer trips of at least 2 nights and 3 days. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.</p><p>&nbsp;</p><p>Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.</p></p>					<h6>08</h6>					<h2>Parental Guidence &amp; Counselling</h2>					<p>At Genius World School, educational service guidance is an important part of supporting students’ academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.</p>					<h6>09</h6>					<h2>ECA/CCA Activities</h2>					<p>At Genius World School, ECA/CCA activities are an integral part of our holistic education approach, designed to nurture students’ talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our “Extra Club” offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.</p>					<h6>10</h6>					<h2>Art &amp; Crafts</h2>					<p>At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork—it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.</p>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 14:50:23','2026-04-14 14:50:23','',739,'http://genius-world-school.local/?p=1706',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1707,1,'2026-04-14 14:50:24','2026-04-14 14:50:24','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>\n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>\n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>					<h6>02</h6>					<h2>Library</h2>					<p><p data-start=\"0\" data-end=\"350\">The Library at GWS serves as a <strong data-start=\"31\" data-end=\"55\">dynamic learning hub</strong> that nurtures a strong culture of <strong data-start=\"90\" data-end=\"134\">reading, research, and lifelong learning</strong>. It is well-stocked with a wide range of <strong data-start=\"176\" data-end=\"201\">age-appropriate books</strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\"299\" data-end=\"347\">curriculum needs and independent exploration</strong>.</p>\n<p data-start=\"352\" data-end=\"737\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\"437\" data-end=\"471\">reading habits among educators</strong> as well. A dedicated <strong data-start=\"493\" data-end=\"522\">teachers’ library section</strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\"631\" data-end=\"712\">continuously enhance their knowledge, teaching practices, and personal growth</strong> beyond the curriculum.</p>\n<p data-start=\"739\" data-end=\"1122\" data-is-last-node=\"\" data-is-only-node=\"\">Designed to be <strong data-start=\"754\" data-end=\"801\">peaceful, comfortable, and student-friendly</strong>, the library provides an ideal space for <strong data-start=\"843\" data-end=\"890\">focused reading and intellectual engagement</strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\"964\" data-end=\"1026\">curiosity, creativity, and a lifelong passion for learning</strong>, making the library a true cornerstone of <strong data-start=\"1069\" data-end=\"1114\">academic excellence and continuous growth</strong> at GWS.</p></p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>07</h6>					<h2>Outdoor activities &amp; Trips</h2>					<p><p>At&nbsp;Genius World School, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;field trips, dayouts, and nightouts&nbsp;play a vital role in enriching students’ learning experiences. These activities are designed not only to educate students about&nbsp;culture, tradition, nature, and the environment, but also to help them develop important&nbsp;life skills&nbsp;such as teamwork, independence, responsibility, and confidence.</p><p>Dayouts&nbsp;are regularly organized for all grades within school hours, based on&nbsp;thematic learning requirements. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.</p><p>Nightouts&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;Grade 1 and 2, students participate in&nbsp;night camping experiences within the school, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.</p><p>For&nbsp;Grade 3 to 5, students go on&nbsp;1-night, 2-day trips, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.</p><p>Students from&nbsp;Grade 6 to 10&nbsp;participate in&nbsp;longer trips of at least 2 nights and 3 days. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.</p><p>&nbsp;</p><p>Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.</p></p>					<h6>08</h6>					<h2>Parental Guidence &amp; Counselling</h2>					<p>At Genius World School, educational service guidance is an important part of supporting students’ academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.</p>					<h6>09</h6>					<h2>ECA/CCA Activities</h2>					<p>At Genius World School, ECA/CCA activities are an integral part of our holistic education approach, designed to nurture students’ talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our “Extra Club” offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.</p>					<h6>10</h6>					<h2>Art &amp; Crafts</h2>					<p>At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork—it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.</p>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 14:50:24','2026-04-14 14:50:24','',739,'http://genius-world-school.local/?p=1707',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1708,1,'2026-04-14 15:09:12','2026-04-14 15:09:12','<h2>SEE Batch 2082</h2>							\n		<img \n					data-interaction-id=\"78b0110\" \n									id=\"1646\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg\"\n												width=\"1024\"\n												height=\"819\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-300x240.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-768x614.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1536x1229.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082.jpg 2000w\"\n												alt=\"see 2082\"\n						/>','Alumni','','inherit','closed','closed','','1644-revision-v1','','','2026-04-14 15:09:12','2026-04-14 15:09:12','',1644,'http://genius-world-school.local/?p=1708',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1709,1,'2026-04-14 15:09:12','2026-04-14 15:09:12','<h2>SEE Batch 2082</h2>							\n		<img \n					data-interaction-id=\"78b0110\" \n									id=\"1646\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg\"\n												width=\"1024\"\n												height=\"819\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-300x240.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-768x614.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1536x1229.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082.jpg 2000w\"\n												alt=\"see 2082\"\n						/>','Alumni','','inherit','closed','closed','','1644-revision-v1','','','2026-04-14 15:09:12','2026-04-14 15:09:12','',1644,'http://genius-world-school.local/?p=1709',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1710,1,'2026-04-14 15:09:13','2026-04-14 15:09:13','<h2>SEE Batch 2082</h2>							\n		<img \n					data-interaction-id=\"78b0110\" \n									id=\"1646\"\n												src=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg\"\n												width=\"1024\"\n												height=\"819\"\n												srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1024x819.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-300x240.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-768x614.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082-1536x1229.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/SEE-2082.jpg 2000w\"\n												alt=\"see 2082\"\n						/>','Alumni','','inherit','closed','closed','','1644-revision-v1','','','2026-04-14 15:09:13','2026-04-14 15:09:13','',1644,'http://genius-world-school.local/?p=1710',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1711,1,'2026-04-14 15:10:06','2026-04-14 15:10:06','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>\n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>\n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>					<h6>02</h6>					<h2>Library</h2>					<p><p data-start=\"0\" data-end=\"350\">The Library at GWS serves as a <strong data-start=\"31\" data-end=\"55\">dynamic learning hub</strong> that nurtures a strong culture of <strong data-start=\"90\" data-end=\"134\">reading, research, and lifelong learning</strong>. It is well-stocked with a wide range of <strong data-start=\"176\" data-end=\"201\">age-appropriate books</strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\"299\" data-end=\"347\">curriculum needs and independent exploration</strong>.</p>\n<p data-start=\"352\" data-end=\"737\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\"437\" data-end=\"471\">reading habits among educators</strong> as well. A dedicated <strong data-start=\"493\" data-end=\"522\">teachers’ library section</strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\"631\" data-end=\"712\">continuously enhance their knowledge, teaching practices, and personal growth</strong> beyond the curriculum.</p>\n<p data-start=\"739\" data-end=\"1122\" data-is-last-node=\"\" data-is-only-node=\"\">Designed to be <strong data-start=\"754\" data-end=\"801\">peaceful, comfortable, and student-friendly</strong>, the library provides an ideal space for <strong data-start=\"843\" data-end=\"890\">focused reading and intellectual engagement</strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\"964\" data-end=\"1026\">curiosity, creativity, and a lifelong passion for learning</strong>, making the library a true cornerstone of <strong data-start=\"1069\" data-end=\"1114\">academic excellence and continuous growth</strong> at GWS.</p></p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>07</h6>					<h2>Outdoor activities &amp; Trips</h2>					<p><p>At&nbsp;Genius World School, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;field trips, dayouts, and nightouts&nbsp;play a vital role in enriching students’ learning experiences. These activities are designed not only to educate students about&nbsp;culture, tradition, nature, and the environment, but also to help them develop important&nbsp;life skills&nbsp;such as teamwork, independence, responsibility, and confidence.</p><p>Dayouts&nbsp;are regularly organized for all grades within school hours, based on&nbsp;thematic learning requirements. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.</p><p>Nightouts&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;Grade 1 and 2, students participate in&nbsp;night camping experiences within the school, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.</p><p>For&nbsp;Grade 3 to 5, students go on&nbsp;1-night, 2-day trips, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.</p><p>Students from&nbsp;Grade 6 to 10&nbsp;participate in&nbsp;longer trips of at least 2 nights and 3 days. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.</p><p>&nbsp;</p><p>Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.</p></p>					<h6>08</h6>					<h2>Parental Guidence &amp; Counselling</h2>					<p>At Genius World School, educational service guidance is an important part of supporting students’ academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.</p>					<h6>09</h6>					<h2>ECA/CCA Activities</h2>					<p>At Genius World School, ECA/CCA activities are an integral part of our holistic education approach, designed to nurture students’ talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our “Extra Club” offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.</p>					<h6>10</h6>					<h2>Art &amp; Crafts</h2>					<p>At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork—it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.</p>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 15:10:06','2026-04-14 15:10:06','',739,'http://genius-world-school.local/?p=1711',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1712,1,'2026-04-14 15:10:06','2026-04-14 15:10:06','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>\n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>\n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>					<h6>02</h6>					<h2>Library</h2>					<p><p data-start=\"0\" data-end=\"350\">The Library at GWS serves as a <strong data-start=\"31\" data-end=\"55\">dynamic learning hub</strong> that nurtures a strong culture of <strong data-start=\"90\" data-end=\"134\">reading, research, and lifelong learning</strong>. It is well-stocked with a wide range of <strong data-start=\"176\" data-end=\"201\">age-appropriate books</strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\"299\" data-end=\"347\">curriculum needs and independent exploration</strong>.</p>\n<p data-start=\"352\" data-end=\"737\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\"437\" data-end=\"471\">reading habits among educators</strong> as well. A dedicated <strong data-start=\"493\" data-end=\"522\">teachers’ library section</strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\"631\" data-end=\"712\">continuously enhance their knowledge, teaching practices, and personal growth</strong> beyond the curriculum.</p>\n<p data-start=\"739\" data-end=\"1122\" data-is-last-node=\"\" data-is-only-node=\"\">Designed to be <strong data-start=\"754\" data-end=\"801\">peaceful, comfortable, and student-friendly</strong>, the library provides an ideal space for <strong data-start=\"843\" data-end=\"890\">focused reading and intellectual engagement</strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\"964\" data-end=\"1026\">curiosity, creativity, and a lifelong passion for learning</strong>, making the library a true cornerstone of <strong data-start=\"1069\" data-end=\"1114\">academic excellence and continuous growth</strong> at GWS.</p></p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>07</h6>					<h2>Outdoor activities &amp; Trips</h2>					<p><p>At&nbsp;Genius World School, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;field trips, dayouts, and nightouts&nbsp;play a vital role in enriching students’ learning experiences. These activities are designed not only to educate students about&nbsp;culture, tradition, nature, and the environment, but also to help them develop important&nbsp;life skills&nbsp;such as teamwork, independence, responsibility, and confidence.</p><p>Dayouts&nbsp;are regularly organized for all grades within school hours, based on&nbsp;thematic learning requirements. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.</p><p>Nightouts&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;Grade 1 and 2, students participate in&nbsp;night camping experiences within the school, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.</p><p>For&nbsp;Grade 3 to 5, students go on&nbsp;1-night, 2-day trips, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.</p><p>Students from&nbsp;Grade 6 to 10&nbsp;participate in&nbsp;longer trips of at least 2 nights and 3 days. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.</p><p>&nbsp;</p><p>Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.</p></p>					<h6>08</h6>					<h2>Parental Guidence &amp; Counselling</h2>					<p>At Genius World School, educational service guidance is an important part of supporting students’ academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.</p>					<h6>09</h6>					<h2>ECA/CCA Activities</h2>					<p>At Genius World School, ECA/CCA activities are an integral part of our holistic education approach, designed to nurture students’ talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our “Extra Club” offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.</p>					<h6>10</h6>					<h2>Art &amp; Crafts</h2>					<p>At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork—it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.</p>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 15:10:06','2026-04-14 15:10:06','',739,'http://genius-world-school.local/?p=1712',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1713,1,'2026-04-14 15:10:07','2026-04-14 15:10:07','<h6>Our Facilities</h6>					<h1>We are committed to providing a safe, modern, and student-friendly environment that supports both academic excellence and overall well-being. Our school is thoughtfully designed to create a comfortable and inspiring atmosphere for effective learnings.<br><br>The school offers spacious, well-ventilated, and fully equipped classrooms that enhance the teaching–learning experience. Our high-tech Science, Math and Computer laboratories provide students with practical exposure and hands-on learning opportunities, while our well-stocked library encourages reading, research, and independent learning.<br><br>We also provide hygienic and nutritious meal facilities, ensuring the health and well-being of our students. Wide and secure playgrounds offer ample space for sports and physical activities, promoting fitness, teamwork, and discipline.<br><br>In addition, Genius World School ensures a clean, green, and safe environment with proper sanitation, secure premises, and a child-friendly atmosphere. Every facility is designed to create a memorable, enjoyable, and enriching school life for our students.</h1>					<h6>Why us?</h6>					<p><p style=\"font-size: 18px\">At Genius World School, we are committed to providing quality education that nurtures both academic excellence and personal growth.</p><ul style=\"font-size: 18px\"><li style=\"align-items: center\">Holistic approach</li><li style=\"align-items: center\">Progressive &amp; child-centered learning approach</li><li style=\"align-items: center\">Spacious, safe, and student-friendly environment</li><li style=\"align-items: center\">STEAM-based and integrated curriculum</li><li style=\"align-items: center\">Wide range of extra club activities</li><li style=\"align-items: center\">Chinese language classes</li><li style=\"align-items: center\">ESOL Cambridge courses</li><li style=\"align-items: center\">Hostel facilities available</li><li style=\"align-items: center\">Commitment to quality education</li><li style=\"align-items: center\">UCMAS Abacus classes</li><li style=\"align-items: center\">Robotics &amp; coding classes</li><li style=\"align-items: center\">Well-equipped labs and library</li><li style=\"align-items: center\">And many more opportunities for overall student development</li></ul></p>							\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg>				\n									<h5>\n							Holistic approach						\n					</h5>\n									<p>\n						Our holistic approach ensures the development of intellectual, emotional, social, and physical well-being of every student.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h5>\n							Passionate teachers						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z\"></path></svg>				\n									<h5>\n							Supervision to keep children safe						\n					</h5>\n									<p>\n						Our passionate teachers are committed to nurturing young minds with dedication, creativity, and care, ensuring every student reaches their full potential.					</p>\n							<h6>01</h6>					<h2>Classrooms</h2>					<p><p data-start=\"0\" data-end=\"332\">At GWS, our classrooms are thoughtfully designed to be <strong data-start=\"55\" data-end=\"104\">spacious, child-friendly, and age-appropriate</strong>, creating a <strong data-start=\"117\" data-end=\"180\">comfortable and engaging environment for effective learning</strong>. Each classroom is well-equipped with <strong data-start=\"219\" data-end=\"261\">modern teaching and learning materials</strong> that support <strong data-start=\"275\" data-end=\"329\">progressive and interactive teaching methodologies</strong>.</p>\n<p data-start=\"334\" data-end=\"677\">From Kindergarten to Grade 2, classrooms are arranged with <strong data-start=\"393\" data-end=\"426\">safe, age-appropriate seating</strong>, including floor seating, small chairs, and desks, allowing young learners to <strong data-start=\"505\" data-end=\"542\">move freely and learn comfortably</strong>. From Grade 3 onwards, students are provided with <strong data-start=\"593\" data-end=\"613\">individual desks</strong> that promote <strong data-start=\"627\" data-end=\"674\">focus, independence, and organized learning</strong>.</p>\n<p data-start=\"679\" data-end=\"1011\" data-is-last-node=\"\" data-is-only-node=\"\">All classrooms are <strong data-start=\"698\" data-end=\"713\">ICT-enabled</strong> and feature <strong data-start=\"726\" data-end=\"755\">dedicated reading corners</strong> to encourage a <strong data-start=\"771\" data-end=\"819\">love for reading and independent exploration</strong>. Ample space is provided to facilitate <strong data-start=\"859\" data-end=\"920\">hands-on activities, group work, and interactive learning</strong>, ensuring that students <strong data-start=\"945\" data-end=\"1010\">actively participate and fully engage in the learning process</strong>.</p></p>					<h6>02</h6>					<h2>Library</h2>					<p><p data-start=\"0\" data-end=\"350\">The Library at GWS serves as a <strong data-start=\"31\" data-end=\"55\">dynamic learning hub</strong> that nurtures a strong culture of <strong data-start=\"90\" data-end=\"134\">reading, research, and lifelong learning</strong>. It is well-stocked with a wide range of <strong data-start=\"176\" data-end=\"201\">age-appropriate books</strong>, including academic resources, storybooks, reference materials, and periodicals, supporting both <strong data-start=\"299\" data-end=\"347\">curriculum needs and independent exploration</strong>.</p>\n<p data-start=\"352\" data-end=\"737\">The library is not limited to students alone; we place strong emphasis on developing <strong data-start=\"437\" data-end=\"471\">reading habits among educators</strong> as well. A dedicated <strong data-start=\"493\" data-end=\"522\">teachers’ library section</strong> is maintained with a rich collection of professional and general reading materials, encouraging teachers to <strong data-start=\"631\" data-end=\"712\">continuously enhance their knowledge, teaching practices, and personal growth</strong> beyond the curriculum.</p>\n<p data-start=\"739\" data-end=\"1122\" data-is-last-node=\"\" data-is-only-node=\"\">Designed to be <strong data-start=\"754\" data-end=\"801\">peaceful, comfortable, and student-friendly</strong>, the library provides an ideal space for <strong data-start=\"843\" data-end=\"890\">focused reading and intellectual engagement</strong>. Through regular use, both students and teachers are inspired to develop <strong data-start=\"964\" data-end=\"1026\">curiosity, creativity, and a lifelong passion for learning</strong>, making the library a true cornerstone of <strong data-start=\"1069\" data-end=\"1114\">academic excellence and continuous growth</strong> at GWS.</p></p>					<h6>03</h6>					<h2>Cafeteria</h2>					<p><p data-start=\"70\" data-end=\"300\">GWS cafeteria is committed to providing <strong data-start=\"110\" data-end=\"153\">healthy, hygienic, and nutritious meals</strong> to all students. We recognize that a <strong data-start=\"191\" data-end=\"224\">well-balanced and varied diet</strong> is essential for both the <strong data-start=\"251\" data-end=\"287\">physical and intellectual growth</strong> of children.</p>\n<p data-start=\"302\" data-end=\"572\">Meals are prepared under <strong data-start=\"327\" data-end=\"357\">strict hygienic conditions</strong> in a <strong data-start=\"363\" data-end=\"381\">modern kitchen</strong> by <strong data-start=\"385\" data-end=\"402\">trained staff</strong>, under the guidance of a <strong data-start=\"428\" data-end=\"449\">professional chef</strong> and a <strong data-start=\"456\" data-end=\"469\">dietitian</strong>. Special care is taken to ensure <strong data-start=\"503\" data-end=\"550\">quality, cleanliness, and nutritional value</strong> in every meal served.</p>\n<p data-start=\"574\" data-end=\"739\">The cafeteria offers a <strong data-start=\"597\" data-end=\"648\">clean, safe, and comfortable dining environment</strong>, encouraging students to develop <strong data-start=\"682\" data-end=\"707\">healthy eating habits</strong> as part of their daily routine.</p></p>					<h6>04</h6>					<h2>Transportation</h2>					<p><p data-start=\"85\" data-end=\"367\">At Genius World School, we provide a <strong data-start=\"122\" data-end=\"176\">reliable and well-organized transportation service</strong> to ensure the <strong data-start=\"191\" data-end=\"227\">safety, comfort, and convenience</strong> of our students. The school offers <strong data-start=\"263\" data-end=\"294\">door-to-door transportation</strong>, allowing students to travel securely between home and school with ease.</p>\n<p data-start=\"369\" data-end=\"675\">Each school vehicle is operated by a <strong data-start=\"406\" data-end=\"440\">trained and experienced driver</strong>, accompanied by a <strong data-start=\"459\" data-end=\"484\">responsible assistant</strong> who provides <strong data-start=\"498\" data-end=\"525\">supervision and support</strong> throughout the journey. Together, they ensure that all <strong data-start=\"581\" data-end=\"601\">safety protocols</strong> are followed and that students are cared for at all times during transit.</p>\n<p data-start=\"677\" data-end=\"865\">Our transportation system is carefully managed to provide <strong data-start=\"735\" data-end=\"777\">punctual, safe, and comfortable travel</strong>, giving parents <strong data-start=\"794\" data-end=\"811\">peace of mind</strong> and ensuring a <strong data-start=\"827\" data-end=\"851\">smooth daily routine</strong> for students.</p><br></p>					<h6>05</h6>					<h2>Physical Education</h2>					<p><p data-start=\"59\" data-end=\"312\">At Genius World School, <strong data-start=\"83\" data-end=\"105\">Physical Education</strong> is an essential part of <strong data-start=\"130\" data-end=\"154\">Holistic Development</strong>. We believe physical activity promotes <strong data-start=\"194\" data-end=\"218\">Fitness &amp; Well-being</strong> while building <strong data-start=\"234\" data-end=\"248\">Discipline</strong>, <strong data-start=\"250\" data-end=\"262\">Teamwork</strong>, <strong data-start=\"264\" data-end=\"278\">Leadership</strong>, and <strong data-start=\"284\" data-end=\"311\">Personality Development</strong>.</p>\n<p data-start=\"314\" data-end=\"529\">Our program includes <strong data-start=\"335\" data-end=\"365\">Age-Appropriate Activities</strong> focused on <strong data-start=\"377\" data-end=\"397\">Physical Fitness</strong>, <strong data-start=\"399\" data-end=\"415\">Sports Rules</strong>, <strong data-start=\"417\" data-end=\"430\">Fair Play</strong>, <strong data-start=\"432\" data-end=\"448\">Perseverance</strong>, and <strong data-start=\"454\" data-end=\"471\">Sportsmanship</strong>, with continuous opportunities for <strong data-start=\"507\" data-end=\"528\">Skill Development</strong>.</p>\n<p data-start=\"531\" data-end=\"716\">Students participate in <strong data-start=\"555\" data-end=\"601\">Inter-School &amp; District-Level Competitions</strong>, achieving excellence through regular training in <strong data-start=\"652\" data-end=\"666\">Basketball</strong>, <strong data-start=\"668\" data-end=\"678\">Futsal</strong>, <strong data-start=\"680\" data-end=\"696\">Table Tennis</strong>, and <strong data-start=\"702\" data-end=\"715\">Badminton</strong>.</p>\n<p data-start=\"718\" data-end=\"924\">We also offer <strong data-start=\"732\" data-end=\"770\">Outdoor &amp; Co-curricular Activities</strong> like <strong data-start=\"776\" data-end=\"796\">Swimming Program</strong>, <strong data-start=\"798\" data-end=\"822\">Annual Swimming Gala</strong>, <strong data-start=\"824\" data-end=\"834\">Hiking</strong>, and <strong data-start=\"840\" data-end=\"853\">Taekwondo</strong>, promoting <strong data-start=\"865\" data-end=\"878\">Endurance</strong>, <strong data-start=\"880\" data-end=\"894\">Confidence</strong>, and <strong data-start=\"900\" data-end=\"923\">Self-Defense Skills</strong>.</p>\n<p data-start=\"926\" data-end=\"1044\">Through this dynamic approach, we ensure students grow into <strong data-start=\"986\" data-end=\"997\">Healthy</strong>, <strong data-start=\"999\" data-end=\"1009\">Active</strong>, and <strong data-start=\"1015\" data-end=\"1043\">Well-Rounded Individuals</strong>.</p></p>					<h6>06</h6>					<h2>Health Services</h2>					<p><p data-start=\"59\" data-end=\"332\">At Genius World School, <strong data-start=\"83\" data-end=\"102\">Health &amp; Safety</strong> are top priorities. The school provides <strong data-start=\"143\" data-end=\"174\">Well-Equipped Nursing Rooms</strong> with <strong data-start=\"180\" data-end=\"205\">Trained Medical Staff</strong> for immediate care and <strong data-start=\"229\" data-end=\"261\">Continuous Health Monitoring</strong>. <strong data-start=\"263\" data-end=\"290\">Regular Health Checkups</strong> help ensure students’ overall well-being.<br><br>Each student’s <strong data-start=\"349\" data-end=\"383\" style=\"font-style: inherit\">Health Records (Online System)</strong> are securely maintained for quick access when needed. The school also promotes <strong data-start=\"463\" data-end=\"496\" style=\"font-style: inherit\">Safe &amp; Supportive Environment</strong>, <strong data-start=\"498\" data-end=\"520\" style=\"font-style: inherit\">Proper Supervision</strong>, and <strong data-start=\"526\" data-end=\"556\" style=\"font-style: inherit\">Healthy Habits &amp; Nutrition</strong> along with a <strong data-start=\"570\" data-end=\"593\" style=\"font-style: inherit\">Disciplined Routine</strong>.<br><br>With <strong data-start=\"601\" data-end=\"628\" style=\"font-style: inherit\">Emergency Care Services</strong> and trained personnel, the school ensures a safe, healthy, and caring environment for every student.</p></p>					<h6>07</h6>					<h2>Outdoor activities &amp; Trips</h2>					<p><p>At&nbsp;Genius World School, outside classroom education is considered an essential part of the curriculum. The school believes that&nbsp;field trips, dayouts, and nightouts&nbsp;play a vital role in enriching students’ learning experiences. These activities are designed not only to educate students about&nbsp;culture, tradition, nature, and the environment, but also to help them develop important&nbsp;life skills&nbsp;such as teamwork, independence, responsibility, and confidence.</p><p>Dayouts&nbsp;are regularly organized for all grades within school hours, based on&nbsp;thematic learning requirements. These activities are carefully planned and aligned with the curriculum, allowing students to connect classroom knowledge with real-world experiences. Dayouts help students observe, explore, and understand concepts in a more practical and engaging way.</p><p>Nightouts&nbsp;are specially planned for different grade levels to enhance experiential learning and personal growth. For&nbsp;Grade 1 and 2, students participate in&nbsp;night camping experiences within the school, followed by engaging dayout activities. This helps younger students build confidence, social skills, and a sense of independence in a safe and familiar environment.</p><p>For&nbsp;Grade 3 to 5, students go on&nbsp;1-night, 2-day trips, where they explore new places, interact with nature, and learn through observation and group activities. These experiences help in building curiosity, cooperation, and adaptability.</p><p>Students from&nbsp;Grade 6 to 10&nbsp;participate in&nbsp;longer trips of at least 2 nights and 3 days. These trips provide deeper exposure to different environments, cultures, and practical learning experiences. They also help students develop leadership, decision-making, and problem-solving skills while enjoying time with their peers.</p><p>&nbsp;</p><p>Overall, dayouts and nightouts at Genius World School are meaningful learning experiences that combine education with fun. They help students grow beyond textbooks, making learning more interactive, memorable, and enjoyable while building essential life skills for the future.</p></p>					<h6>08</h6>					<h2>Parental Guidence &amp; Counselling</h2>					<p>At Genius World School, educational service guidance is an important part of supporting students’ academic and personal growth. The school provides a structured guidance system to help students make informed decisions about their studies and future careers.<br><br>Teachers guide students by identifying their strengths and areas for improvement, offering regular support and mentoring. This helps students build confidence and perform better academically.<br><br>The school also provides career guidance and counseling through sessions, workshops, and expert talks, helping students understand different career paths and higher education opportunities. Along with academics, students are encouraged to develop life skills and good decision-making abilities.<br><br>Overall, Genius World School ensures that every student receives proper guidance and support to grow with confidence and achieve their goals.</p>					<h6>09</h6>					<h2>ECA/CCA Activities</h2>					<p>At Genius World School, ECA/CCA activities are an integral part of our holistic education approach, designed to nurture students’ talents, interests, and overall personality development beyond academics.<br><br>We proudly offer more than 8 regular ECA and CCA programs, including basketball, futsal, fine arts, dance, music, Taekwondo, Chinese language, ESOL (Cambridge Young Learners Course), robotics, handwriting, and coding classes. These activities are carefully structured to enhance creativity, communication skills, critical thinking, and teamwork.<br><br>In addition to regular programs, we run a specialized ECA Club system, providing students with extended opportunities to explore and excel in their areas of interest. Our “Extra Club” offers an additional 2 hours per week of focused training and enrichment. This includes advanced sessions in basketball and futsal training, music and dance, fine arts, chess club, acting, and cinematography.<br><br>At Genius World School, we are committed to continuously evolving our programs, introducing new clubs and activities based on the interests and needs of our students, ensuring they receive a dynamic, engaging, and future-ready learning experience.</p>					<h6>10</h6>					<h2>Art &amp; Crafts</h2>					<p>At Genius World School, Art and Craft is an essential part of the learning experience, playing a vital role in the creative and cognitive development of students. We believe that artistic expression enhances imagination, problem-solving skills, concentration, and emotional well-being, making it an integral component of regular studies.<br><br>Our program includes both Art &amp; Craft activities and structured Fine Art classes, carefully designed to be age-appropriate and aligned with a progressive yearly curriculum. Students are introduced to a variety of techniques, materials, and concepts that help them explore their creativity while building foundational artistic skills.<br><br>Through Fine Art classes, learners gradually develop their understanding of drawing, coloring, composition, design, and visual expression. The curriculum is designed to support step-by-step skill development, encouraging students to observe, experiment, and create with confidence. As they progress, students enhance their aesthetic sense, attention to detail, and originality.<br><br>Art education at Genius World School goes beyond creating artwork—it nurtures self-expression, patience, and critical thinking, while also supporting overall academic learning. By integrating creativity into education, we ensure that students grow into innovative, expressive, and well-rounded individuals.</p>','Program','','inherit','closed','closed','','739-revision-v1','','','2026-04-14 15:10:07','2026-04-14 15:10:07','',739,'http://genius-world-school.local/?p=1713',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1714,1,'2026-04-14 15:11:10','2026-04-14 15:11:10','<h2 \n		data-interaction-id=\"d6e999e\" \n		class=\"e-d6e999e-6c7c6eb e-heading-base\" \n	>\n			Join Our Team\n		</h2>\n					<h2>“Be a part of a passionate and growing learning community at GWS.”</h2>							<h2 \n		data-interaction-id=\"f6a1c7d\" \n		class=\"e-f6a1c7d-71f5b40 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2><li data-section-id=\"1lohr9l\" data-start=\"509\" data-end=\"540\">Supportive Work Environment</li><li data-section-id=\"1pki2zx\" data-start=\"541\" data-end=\"578\">Professional Growth Opportunities</li><li data-section-id=\"1lu7qy7\" data-start=\"579\" data-end=\"609\">Modern Teaching Facilities\n</li><li data-section-id=\"vo8rrt\" data-start=\"610\" data-end=\"635\">Collaborative Culture</li></h2>							<h2 \n		data-interaction-id=\"61af9f5\" \n		class=\"e-61af9f5-0e07e63 e-heading-base\" \n	>\n			Call to Action\n		</h2>\n					<h2>Interested candidates can send their CV and cover letter to our email or visit the school office.</h2>					    	            <a\n            			href=\"https://mail.google.com/mail/?view=cm&to=uni.school2017@gmail.com\"\n        target=\"_self\"\n            data-interaction-id=\"ccd476b\"\n        >\n            Apply Now\n        </a>','Careers','','inherit','closed','closed','','1652-revision-v1','','','2026-04-14 15:11:10','2026-04-14 15:11:10','',1652,'http://genius-world-school.local/?p=1714',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1715,1,'2026-04-14 15:11:10','2026-04-14 15:11:10','<h2 \n		data-interaction-id=\"d6e999e\" \n		class=\"e-d6e999e-6c7c6eb e-heading-base\" \n	>\n			Join Our Team\n		</h2>\n					<h2>“Be a part of a passionate and growing learning community at GWS.”</h2>							<h2 \n		data-interaction-id=\"f6a1c7d\" \n		class=\"e-f6a1c7d-71f5b40 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2><li data-section-id=\"1lohr9l\" data-start=\"509\" data-end=\"540\">Supportive Work Environment</li><li data-section-id=\"1pki2zx\" data-start=\"541\" data-end=\"578\">Professional Growth Opportunities</li><li data-section-id=\"1lu7qy7\" data-start=\"579\" data-end=\"609\">Modern Teaching Facilities\n</li><li data-section-id=\"vo8rrt\" data-start=\"610\" data-end=\"635\">Collaborative Culture</li></h2>							<h2 \n		data-interaction-id=\"61af9f5\" \n		class=\"e-61af9f5-0e07e63 e-heading-base\" \n	>\n			Call to Action\n		</h2>\n					<h2>Interested candidates can send their CV and cover letter to our email or visit the school office.</h2>					    	            <a\n            			href=\"https://mail.google.com/mail/?view=cm&to=uni.school2017@gmail.com\"\n        target=\"_self\"\n            data-interaction-id=\"ccd476b\"\n        >\n            Apply Now\n        </a>','Careers','','inherit','closed','closed','','1652-revision-v1','','','2026-04-14 15:11:10','2026-04-14 15:11:10','',1652,'http://genius-world-school.local/?p=1715',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1716,1,'2026-04-14 15:11:11','2026-04-14 15:11:11','<h2 \n		data-interaction-id=\"d6e999e\" \n		class=\"e-d6e999e-6c7c6eb e-heading-base\" \n	>\n			Join Our Team\n		</h2>\n					<h2>“Be a part of a passionate and growing learning community at GWS.”</h2>							<h2 \n		data-interaction-id=\"f6a1c7d\" \n		class=\"e-f6a1c7d-71f5b40 e-heading-base\" \n	>\n			Why Work With Us ?\n		</h2>\n					<h2><li data-section-id=\"1lohr9l\" data-start=\"509\" data-end=\"540\">Supportive Work Environment</li><li data-section-id=\"1pki2zx\" data-start=\"541\" data-end=\"578\">Professional Growth Opportunities</li><li data-section-id=\"1lu7qy7\" data-start=\"579\" data-end=\"609\">Modern Teaching Facilities\n</li><li data-section-id=\"vo8rrt\" data-start=\"610\" data-end=\"635\">Collaborative Culture</li></h2>							<h2 \n		data-interaction-id=\"61af9f5\" \n		class=\"e-61af9f5-0e07e63 e-heading-base\" \n	>\n			Call to Action\n		</h2>\n					<h2>Interested candidates can send their CV and cover letter to our email or visit the school office.</h2>					    	            <a\n            			href=\"https://mail.google.com/mail/?view=cm&to=uni.school2017@gmail.com\"\n        target=\"_self\"\n            data-interaction-id=\"ccd476b\"\n        >\n            Apply Now\n        </a>','Careers','','inherit','closed','closed','','1652-revision-v1','','','2026-04-14 15:11:11','2026-04-14 15:11:11','',1652,'http://genius-world-school.local/?p=1716',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1717,1,'2026-04-14 15:13:29','2026-04-14 15:13:29','<h6>About us</h6>					<h1><p data-start=\"0\" data-end=\"258\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.</p>\nThe school follows a student-centered approach, promoting creativity, critical thinking, and overall development—academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.</h1>															<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg\" alt=\"img 6138\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																<h3>Child-Centered Learning Approach</h3>		<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child’s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.</p>			<h2>Welcome to Genius World School</h2>		<p data-start=\"138\" data-end=\"429\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.</p><p data-start=\"431\" data-end=\"749\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.</p><p data-start=\"751\" data-end=\"942\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.</p><p data-start=\"944\" data-end=\"1080\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.</p><p data-start=\"1082\" data-end=\"1119\">Thank you for your trust and support.</p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Hemanta Sunuwar</strong></p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Principal</strong><br data-start=\"1134\" data-end=\"1137\" />Genius World School</p>													<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h4>\n							Inclusive						\n					</h4>\n									<p>\n						We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h4>\n							Responsible						\n					</h4>\n									<p>\n						We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h4>\n							Respectful						\n					</h4>\n									<p>\n						We foster a culture of mutual respect, kindness, and understanding, where everyone’s voice and individuality are honored.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"></path></svg>				\n									<h4>\n							Collaborative						\n					</h4>\n									<p>\n						We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.					</p>\n							<h6>Vision</h6>					“Igniting Curious Minds,” we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.					<h6>Mission</h6>					At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.					<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','About','','inherit','closed','closed','','452-revision-v1','','','2026-04-14 15:13:29','2026-04-14 15:13:29','',452,'http://genius-world-school.local/?p=1717',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1718,1,'2026-04-14 15:13:29','2026-04-14 15:13:29','<h6>About us</h6>					<h1><p data-start=\"0\" data-end=\"258\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.</p>\nThe school follows a student-centered approach, promoting creativity, critical thinking, and overall development—academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.</h1>															<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg\" alt=\"img 6138\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																<h3>Child-Centered Learning Approach</h3>		<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child’s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.</p>			<h2>Welcome to Genius World School</h2>		<p data-start=\"138\" data-end=\"429\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.</p><p data-start=\"431\" data-end=\"749\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.</p><p data-start=\"751\" data-end=\"942\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.</p><p data-start=\"944\" data-end=\"1080\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.</p><p data-start=\"1082\" data-end=\"1119\">Thank you for your trust and support.</p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Hemanta Sunuwar</strong></p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Principal</strong><br data-start=\"1134\" data-end=\"1137\" />Genius World School</p>													<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h4>\n							Inclusive						\n					</h4>\n									<p>\n						We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h4>\n							Responsible						\n					</h4>\n									<p>\n						We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h4>\n							Respectful						\n					</h4>\n									<p>\n						We foster a culture of mutual respect, kindness, and understanding, where everyone’s voice and individuality are honored.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"></path></svg>				\n									<h4>\n							Collaborative						\n					</h4>\n									<p>\n						We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.					</p>\n							<h6>Vision</h6>					“Igniting Curious Minds,” we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.					<h6>Mission</h6>					At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.					<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','About','','inherit','closed','closed','','452-revision-v1','','','2026-04-14 15:13:29','2026-04-14 15:13:29','',452,'http://genius-world-school.local/?p=1718',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1719,1,'2026-04-14 15:13:29','2026-04-14 15:13:29','<h6>About us</h6>					<h1><p data-start=\"0\" data-end=\"258\">Genius World School was established in Academic Session 2080 through the merger of Genius World School, Maharajgunj (2015) and University School, Tokha (2017). This union created a stronger institution focused on quality, progressive, and holistic education.</p>\nThe school follows a student-centered approach, promoting creativity, critical thinking, and overall development—academic, social, emotional, and physical. Committed to high standards and continuous improvement, it nurtures confident, responsible, and future-ready individuals.</h1>															<img width=\"2560\" height=\"1707\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg\" alt=\"img 6138\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-scaled.jpg 2560w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-300x200.jpg 300w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1024x683.jpg 1024w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-768x512.jpg 768w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-1536x1024.jpg 1536w, http://genius-world-school.local/wp-content/uploads/2026/04/IMG_6138-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />																<h3>Child-Centered Learning Approach</h3>		<p>Genius World School, led by experienced educators, follows a progressive and child-centered approach that nurtures academic, social, emotional, and physical growth. We value each child’s individuality and promote interactive learning that builds curiosity, creativity, and critical thinking. Through holistic education and a supportive environment, we develop confident, independent learners with a lifelong love for learning.</p>			<h2>Welcome to Genius World School</h2>		<p data-start=\"138\" data-end=\"429\">At Genius World School, we are committed to providing quality education that nurtures not only academic excellence but also the overall development of every child. Our goal is to create a learning environment where students feel safe, inspired, and motivated to explore their full potential.</p><p data-start=\"431\" data-end=\"749\">We believe education goes beyond textbooks. We focus on building strong values, critical thinking skills, creativity, and confidence in our students so they can face future challenges with courage and responsibility. Through a student-centered and progressive approach, we aim to make learning meaningful and engaging.</p><p data-start=\"751\" data-end=\"942\">Our dedicated team of teachers works tirelessly to guide, support, and inspire each student. We value individuality and ensure that every learner gets equal opportunities to grow and succeed.</p><p data-start=\"944\" data-end=\"1080\">At Genius World School, we are shaping responsible, disciplined, and future-ready individuals who will contribute positively to society.</p><p data-start=\"1082\" data-end=\"1119\">Thank you for your trust and support.</p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Hemanta Sunuwar</strong></p><p data-start=\"1121\" data-end=\"1156\"><strong data-start=\"1121\" data-end=\"1134\">Principal</strong><br data-start=\"1134\" data-end=\"1137\" />Genius World School</p>													<img width=\"928\" height=\"1120\" src=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg\" alt=\"viber image 2026 04 02 20 35 24 922\" srcset=\"http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922.jpg 928w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-249x300.jpg 249w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-848x1024.jpg 848w, http://genius-world-school.local/wp-content/uploads/2026/04/viber_image_2026-04-02_20-35-24-922-768x927.jpg 768w\" sizes=\"(max-width: 928px) 100vw, 928px\" />																		\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M116.65 219.35a15.68 15.68 0 0 0 22.65 0l96.75-99.83c28.15-29 26.5-77.1-4.91-103.88C203.75-7.7 163-3.5 137.86 22.44L128 32.58l-9.85-10.14C93.05-3.5 52.25-7.7 24.86 15.64c-31.41 26.78-33 74.85-5 103.88zm143.92 100.49h-48l-7.08-14.24a27.39 27.39 0 0 0-25.66-17.78h-71.71a27.39 27.39 0 0 0-25.66 17.78l-7 14.24h-48A27.45 27.45 0 0 0 0 347.3v137.25A27.44 27.44 0 0 0 27.43 512h233.14A27.45 27.45 0 0 0 288 484.55V347.3a27.45 27.45 0 0 0-27.43-27.46zM144 468a52 52 0 1 1 52-52 52 52 0 0 1-52 52zm355.4-115.9h-60.58l22.36-50.75c2.1-6.65-3.93-13.21-12.18-13.21h-75.59c-6.3 0-11.66 3.9-12.5 9.1l-16.8 106.93c-1 6.3 4.88 11.89 12.5 11.89h62.31l-24.2 83c-1.89 6.65 4.2 12.9 12.23 12.9a13.26 13.26 0 0 0 10.92-5.25l92.4-138.91c4.88-6.91-1.16-15.7-10.87-15.7zM478.08.33L329.51 23.17C314.87 25.42 304 38.92 304 54.83V161.6a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V99.66l112-17.22v47.18a83.25 83.25 0 0 0-16-1.7c-35.35 0-64 21.48-64 48s28.65 48 64 48c35.2 0 63.73-21.32 64-47.66V32c0-19.48-16-34.42-33.92-31.67z\"></path></svg>				\n									<h4>\n							Inclusive						\n					</h4>\n									<p>\n						We embrace diversity and create a welcoming environment where every student feels valued, supported, and empowered to learn and grow.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M275.3 250.5c7 7.4 18.4 7.4 25.5 0l108.9-114.2c31.6-33.2 29.8-88.2-5.6-118.8-30.8-26.7-76.7-21.9-104.9 7.7L288 36.9l-11.1-11.6C248.7-4.4 202.8-9.2 172 17.5c-35.3 30.6-37.2 85.6-5.6 118.8l108.9 114.2zm290 77.6c-11.8-10.7-30.2-10-42.6 0L430.3 402c-11.3 9.1-25.4 14-40 14H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h78.3c15.9 0 30.7-10.9 33.3-26.6 3.3-20-12.1-37.4-31.6-37.4H192c-27 0-53.1 9.3-74.1 26.3L71.4 384H16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h356.8c14.5 0 28.6-4.9 40-14L564 377c15.2-12.1 16.4-35.3 1.3-48.9z\"></path></svg>				\n									<h4>\n							Responsible						\n					</h4>\n									<p>\n						We encourage students to take ownership of their actions, develop self-discipline, and act with integrity in all aspects of life.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z\"></path></svg>				\n									<h4>\n							Respectful						\n					</h4>\n									<p>\n						We foster a culture of mutual respect, kindness, and understanding, where everyone’s voice and individuality are honored.					</p>\n				<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M128 96c26.5 0 48-21.5 48-48S154.5 0 128 0 80 21.5 80 48s21.5 48 48 48zm384 0c26.5 0 48-21.5 48-48S538.5 0 512 0s-48 21.5-48 48 21.5 48 48 48zm125.7 372.1l-44-110-41.1 46.4-2 18.2 27.7 69.2c5 12.5 17 20.1 29.7 20.1 4 0 8-.7 11.9-2.3 16.4-6.6 24.4-25.2 17.8-41.6zm-34.2-209.8L585 178.1c-4.6-20-18.6-36.8-37.5-44.9-18.5-8-39-6.7-56.1 3.3-22.7 13.4-39.7 34.5-48.1 59.4L432 229.8 416 240v-96c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v96l-16.1-10.2-11.3-33.9c-8.3-25-25.4-46-48.1-59.4-17.2-10-37.6-11.3-56.1-3.3-18.9 8.1-32.9 24.9-37.5 44.9l-18.4 80.2c-4.6 20 .7 41.2 14.4 56.7l67.2 75.9 10.1 92.6C130 499.8 143.8 512 160 512c1.2 0 2.3-.1 3.5-.2 17.6-1.9 30.2-17.7 28.3-35.3l-10.1-92.8c-1.5-13-6.9-25.1-15.6-35l-43.3-49 17.6-70.3 6.8 20.4c4.1 12.5 11.9 23.4 24.5 32.6l51.1 32.5c4.6 2.9 12.1 4.6 17.2 5h160c5.1-.4 12.6-2.1 17.2-5l51.1-32.5c12.6-9.2 20.4-20 24.5-32.6l6.8-20.4 17.6 70.3-43.3 49c-8.7 9.9-14.1 22-15.6 35l-10.1 92.8c-1.9 17.6 10.8 33.4 28.3 35.3 1.2.1 2.3.2 3.5.2 16.1 0 30-12.1 31.8-28.5l10.1-92.6 67.2-75.9c13.6-15.5 19-36.7 14.4-56.7zM46.3 358.1l-44 110c-6.6 16.4 1.4 35 17.8 41.6 16.8 6.6 35.1-1.7 41.6-17.8l27.7-69.2-2-18.2-41.1-46.4z\"></path></svg>				\n									<h4>\n							Collaborative						\n					</h4>\n									<p>\n						We promote teamwork and cooperation, inspiring students to learn from one another and achieve success together.					</p>\n							<h6>Vision</h6>					“Igniting Curious Minds,” we envision a learning community where students are inspired to explore, think critically, and grow into confident, responsible, and compassionate individuals, prepared to succeed in a dynamic and ever-changing world.					<h6>Mission</h6>					At Genius World School, we foster a progressive learning environment that inspires curiosity and creativity, while developing confident, responsible, and compassionate individuals. We empower students with the knowledge, skills, and values needed to thrive in a changing world.					<h1>More than just a joyful place</h1>					<p>\" Igniting Curious minds \"</p>										<a href=\"#\">\n									Enroll your kid\n					</a>','About','','inherit','closed','closed','','452-revision-v1','','','2026-04-14 15:13:29','2026-04-14 15:13:29','',452,'http://genius-world-school.local/?p=1719',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_suremails_email_log`
--

DROP TABLE IF EXISTS `wp_suremails_email_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_suremails_email_log` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `email_from` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `email_to` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `subject` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `body` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `headers` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attachments` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` enum('failed','sent','pending','blocked') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'pending',
  `response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta` json DEFAULT NULL,
  `connection` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `email_from` (`email_from`),
  KEY `status` (`status`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_suremails_email_log`
--

LOCK TABLES `wp_suremails_email_log` WRITE;
/*!40000 ALTER TABLE `wp_suremails_email_log` DISABLE KEYS */;
INSERT INTO `wp_suremails_email_log` VALUES (1,'WordPress <>','uni.school2017@gmail.com','New Entry: Simple Contact Form','<!doctype html>\n<html lang=\"en-US\">\n<head>\n	<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n	<meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n	<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n	<meta name=\"color-scheme\" content=\"light dark\">\n	<title>WPForms</title>\n<style type=\"text/css\">@media (prefers-color-scheme: light){.header-wrapper.dark-mode{display:none !important}}@media (prefers-color-scheme: dark){.header-wrapper.dark-mode{display:table-row !important}.header-wrapper.dark-mode+.light-mode{display:none !important}}@media only screen and (max-width: 599px){.wpforms-layout-table-display-rows .wpforms-layout-table-row .field-name{display:block !important}.wpforms-layout-table .wpforms-layout-table-row{display:block;width:100%}.wpforms-layout-table .wpforms-layout-table-row table,.wpforms-layout-table .wpforms-layout-table-row thead,.wpforms-layout-table .wpforms-layout-table-row tbody,.wpforms-layout-table .wpforms-layout-table-row tr,.wpforms-layout-table .wpforms-layout-table-row td,.wpforms-layout-table .wpforms-layout-table-row th{display:block;width:100% !important;padding-bottom:0 !important}.wpforms-layout-table .wpforms-layout-table-row tr{padding-top:0 !important}.wpforms-layout-table .wpforms-layout-table-row td.field-value{padding-bottom:25px !important}.wpforms-layout-table .wpforms-layout-table-row td.field-name{padding-bottom:10px !important}.wpforms-layout-table>td{padding-bottom:0 !important}}@media only screen and (max-width: 599px){.body-inner{padding-top:25px !important;padding-bottom:25px !important}.wrapper-inner{padding:0 25px 25px 25px !important}.header{padding-bottom:25px !important}.header .has-image-size-small img{max-height:100px !important}.header .has-image-size-medium img{max-height:140px !important}.header .has-image-size-large img{max-height:180px !important}.wpforms-layout-table .wpforms-layout-table-row td.field-value{padding-bottom:10px !important}.wpforms-layout-table .wpforms-layout-table-row td.field-name{padding-bottom:7px !important}.wpforms-layout-table-display-blocks table:not(:first-child) .field-repeater-name{padding-top:25px !important}}\n\n@media (prefers-color-scheme: dark) {\n	body, .body {\n		background-color: #2d2f31 !important;\n	}\n\n	.wrapper-inner {\n		background-color: #1f1f1f !important;\n		border: 1px solid #525252 !important;\n	}\n\n	body, table.body, h1, h2, h3, h4, h5, h6, p, td, th, a {\n		color: #dddddd !important;\n		font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif !important;\n	}\n\n	a, a:visited,\n	a:hover, a:active,\n	h1 a, h1 a:visited,\n	h2 a, h2 a:visited,\n	h3 a, h3 a:visited,\n	h4 a, h4 a:visited,\n	h5 a, h5 a:visited,\n	h6 a, h6 a:visited {\n		color: #e27730 !important;\n	}\n\n	a.button-link {\n		background-color: #1f1f1f !important;\n		border: 1px solid #e27730 !important;\n		color: #e27730 !important;\n	}\n\n	.content .field-value,\n	.wpforms-layout-table > td {\n		border-bottom: 1px solid #3e3e3e !important;\n	}\n\n	.footer, .footer a {\n		color: #7a7a7a !important;\n	}\n\n	table.wpforms-order-summary-preview {\n		border: 1px solid #3e3e3e !important;\n	}\n\n	table.wpforms-order-summary-preview td {\n		border-top: 1px solid #3e3e3e !important;\n	}\n\n		.dark-mode .header-image {\n		max-width: 350px !important;\n	}\n	.dark-mode .header-image img {\n		max-height: 180px !important;\n	}\n	}\n</style>\n</head>\n<body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" bgcolor=\"#e9eaec\" class=\"ltr\" style=\"height: 100% !important; width: 100% !important; min-width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal; margin: 0; font-size: 14px; mso-line-height-rule: exactly; text-align: center; padding: 0 25px 0 25px; line-height: 22px; background-color: #e9eaec; color: #333333; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" height=\"100%\" class=\"body\" role=\"presentation\" style=\"border-collapse: collapse; border-spacing: 0; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; height: 100% !important; width: 100% !important; min-width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; text-align: center; background-color: #e9eaec; font-weight: normal; padding: 0; margin: 0; font-size: 14px; mso-line-height-rule: exactly; line-height: 22px; color: #333333; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;\">\n	<tr style=\"padding: 0; vertical-align: top;\">\n		<td style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal; padding: 0; margin: 0; font-size: 14px; mso-line-height-rule: exactly; color: #333333; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; line-height: 22px;\"><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n		<td align=\"center\" valign=\"top\" class=\"body-inner\" width=\"660\" style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal; padding: 0; margin: 0; font-size: 14px; mso-line-height-rule: exactly; color: #333333; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; padding-top: 50px; padding-bottom: 50px; line-height: 22px;\">\n			<div class=\"wrapper\" width=\"100%\" dir=\"ltr\" style=\"max-width: 660px;\">\n				<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" class=\"container\" role=\"presentation\" style=\"border-collapse: collapse; border-spacing: 0; padding: 0; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0 auto 0 auto;\">\n															<tr style=\"padding: 0; vertical-align: top;\">\n						<td class=\"wrapper-inner\" bgcolor=\"#ffffff\" style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal; margin: 0; font-size: 14px; mso-line-height-rule: exactly; color: #333333; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; padding: 25px 30px 50px 30px; background-color: #ffffff; border: 1px solid #c6c6c6; line-height: 22px;\">\n							<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" style=\"border-collapse: collapse; border-spacing: 0; padding: 0; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\">\n								<tr style=\"padding: 0; vertical-align: top;\">\n									<td valign=\"top\" class=\"content\" style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal; padding: 0; margin: 0; font-size: 14px; mso-line-height-rule: exactly; color: #333333; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; line-height: 22px;\">\n\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" role=\"presentation\" style=\"border-collapse: collapse; border-spacing: 0; padding: 0; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;\">\n	<tbody>\n		<tr style=\"padding: 0; vertical-align: top;\">\n	<td class=\"field-name\" style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal; padding: 0; margin: 0; font-size: 14px; mso-line-height-rule: exactly; color: #333333; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; line-height: 22px; padding-top: 25px; padding-bottom: 7px;\"><strong style=\"margin-bottom: 0;\">Parent\'s Name</strong></td>\n</tr>\n<tr class=\"field-name\" style=\"padding: 0; vertical-align: top; padding-top: 25px; padding-bottom: 7px;\">\n	<td class=\"field-value\" style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal; padding: 0; margin: 0; font-size: 14px; mso-line-height-rule: exactly; color: #333333; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; line-height: 22px; padding-bottom: 25px; border-bottom: 1px solid #e2e2e2;\">HEmanta</td>\n</tr>\n<tr style=\"padding: 0; vertical-align: top;\">\n	<td class=\"field-name\" style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal; padding: 0; margin: 0; font-size: 14px; mso-line-height-rule: exactly; color: #333333; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; line-height: 22px; padding-top: 25px; padding-bottom: 7px;\"><strong style=\"margin-bottom: 0;\">Email</strong></td>\n</tr>\n<tr class=\"field-email\" style=\"padding: 0; vertical-align: top;\">\n	<td class=\"field-value\" style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal; padding: 0; margin: 0; font-size: 14px; mso-line-height-rule: exactly; color: #333333; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; line-height: 22px; padding-bottom: 25px; border-bottom: 1px solid #e2e2e2;\"><a href=\"mailto:hemantasunuwar@gmail.com\" style=\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal; padding: 0; margin: 0; mso-line-height-rule: exactly; line-height: 22px; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; color: #e27730; -ms-word-break: break-word; word-break: break-word; margin-bottom: 0;\">hemantasunuwar@gmail.com</a></td>\n</tr>\n<tr style=\"padding: 0; vertical-align: top;\">\n	<td class=\"field-name\" style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal; padding: 0; margin: 0; font-size: 14px; mso-line-height-rule: exactly; color: #333333; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; line-height: 22px; padding-top: 25px; padding-bottom: 7px;\"><strong style=\"margin-bottom: 0;\">I have a question about:</strong></td>\n</tr>\n<tr class=\"field-radio\" style=\"padding: 0; vertical-align: top;\">\n	<td class=\"field-value\" style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal; padding: 0; margin: 0; font-size: 14px; mso-line-height-rule: exactly; color: #333333; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; line-height: 22px; padding-bottom: 25px; border-bottom: 1px solid #e2e2e2;\">Preschool</td>\n</tr>\n<tr style=\"padding: 0; vertical-align: top;\">\n	<td class=\"field-name\" style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal; padding: 0; margin: 0; font-size: 14px; mso-line-height-rule: exactly; color: #333333; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; line-height: 22px; padding-top: 25px; padding-bottom: 7px;\"><strong style=\"margin-bottom: 0;\">Questions or message</strong></td>\n</tr>\n<tr class=\"field-textarea\" style=\"padding: 0; vertical-align: top;\">\n	<td class=\"field-value\" style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal; padding: 0; margin: 0; font-size: 14px; mso-line-height-rule: exactly; color: #333333; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; line-height: 22px; padding-bottom: 25px; border-bottom: 1px solid #e2e2e2;\">Hi</td>\n</tr>	</tbody>\n</table>\n\n									</td>\n								</tr>\n								<tr style=\"padding: 0; vertical-align: top;\">\n									<td align=\"center\" valign=\"top\" class=\"footer\" style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal; padding: 0; margin: 0; mso-line-height-rule: exactly; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; font-size: 12px; text-align: center; padding-top: 25px; color: #999999; line-height: 22px;\">\n										Sent from <a href=\"http://genius-world-school.local\" style=\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal; padding: 0; margin: 0; mso-line-height-rule: exactly; line-height: 22px; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; text-decoration: underline; color: #999999;\">Genius World School</a>									</td>\n								</tr>\n							</table>\n						</td>\n					</tr>\n				</table>\n			</div>\n		</td>\n		<td style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-weight: normal; padding: 0; margin: 0; font-size: 14px; mso-line-height-rule: exactly; color: #333333; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; line-height: 22px;\"><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n	</tr>\n</table>\n</body>\n</html>','a:4:{i:0;s:50:\"From: Day Care Services <uni.school2017@gmail.com>\";i:1;s:34:\"Reply-To: hemantasunuwar@gmail.com\";i:2;s:38:\"Content-Type: text/html; charset=utf-8\";i:3;s:25:\"X-Mailer: WordPress/6.9.4\";}','a:0:{}','sent','a:1:{i:0;a:5:{s:5:\"retry\";i:0;s:7:\"Message\";s:36:\"Sent using Default WordPress Handler\";s:10:\"Connection\";s:7:\"Default\";s:9:\"timestamp\";s:19:\"2026-04-14 13:55:19\";s:9:\"simulated\";b:0;}}','{\"retry\": 0, \"resend\": 0, \"content_guard\": \"\"}','Default','2026-04-14 13:55:19','2026-04-14 13:55:19');
/*!40000 ALTER TABLE `wp_suremails_email_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint unsigned NOT NULL DEFAULT '0',
  `term_order` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0);
INSERT INTO `wp_term_relationships` VALUES (432,3,0);
INSERT INTO `wp_term_relationships` VALUES (433,3,0);
INSERT INTO `wp_term_relationships` VALUES (434,3,0);
INSERT INTO `wp_term_relationships` VALUES (435,3,0);
INSERT INTO `wp_term_relationships` VALUES (1125,4,0);
INSERT INTO `wp_term_relationships` VALUES (1126,4,0);
INSERT INTO `wp_term_relationships` VALUES (1266,2,0);
INSERT INTO `wp_term_relationships` VALUES (1267,2,0);
INSERT INTO `wp_term_relationships` VALUES (1268,2,0);
INSERT INTO `wp_term_relationships` VALUES (1525,4,0);
INSERT INTO `wp_term_relationships` VALUES (1593,4,0);
INSERT INTO `wp_term_relationships` VALUES (1594,4,0);
INSERT INTO `wp_term_relationships` VALUES (1595,4,0);
INSERT INTO `wp_term_relationships` VALUES (1600,5,0);
INSERT INTO `wp_term_relationships` VALUES (1650,4,0);
INSERT INTO `wp_term_relationships` VALUES (1660,4,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint unsigned NOT NULL DEFAULT '0',
  `count` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0);
INSERT INTO `wp_term_taxonomy` VALUES (2,2,'nav_menu','',0,3);
INSERT INTO `wp_term_taxonomy` VALUES (3,3,'nav_menu','',0,4);
INSERT INTO `wp_term_taxonomy` VALUES (4,4,'nav_menu','',0,8);
INSERT INTO `wp_term_taxonomy` VALUES (5,5,'wp_theme','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
INSERT INTO `wp_termmeta` VALUES (1,2,'nav_menu_id','18');
INSERT INTO `wp_termmeta` VALUES (2,2,'_astra_sites_imported_term','1');
INSERT INTO `wp_termmeta` VALUES (3,3,'nav_menu_id','15');
INSERT INTO `wp_termmeta` VALUES (4,3,'_astra_sites_imported_term','1');
INSERT INTO `wp_termmeta` VALUES (5,4,'nav_menu_id','17');
INSERT INTO `wp_termmeta` VALUES (6,4,'_astra_sites_imported_term','1');
INSERT INTO `wp_termmeta` VALUES (7,2,'surerank_seo_checks','a:9:{s:10:\"url_length\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:35:\"Page URL is short and SEO-friendly.\";s:4:\"type\";s:4:\"page\";}s:19:\"search_engine_title\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"Search engine title is present and under 60 characters.\";s:4:\"type\";s:4:\"page\";}s:25:\"search_engine_description\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:49:\"Search engine description is missing on the page.\";s:4:\"type\";s:4:\"page\";}s:13:\"canonical_url\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:37:\"Canonical tag is present on the page.\";s:4:\"type\";s:4:\"page\";}s:15:\"open_graph_tags\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:40:\"Open Graph tags are present on the page.\";s:4:\"type\";s:4:\"page\";}s:16:\"keyword_in_title\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:38:\"No focus keyword set to analyze title.\";s:4:\"type\";s:7:\"keyword\";}s:22:\"keyword_in_description\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:49:\"No focus keyword set to analyze meta description.\";s:4:\"type\";s:7:\"keyword\";}s:14:\"keyword_in_url\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:36:\"No focus keyword set to analyze URL.\";s:4:\"type\";s:7:\"keyword\";}s:18:\"keyword_in_content\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:40:\"No focus keyword set to analyze content.\";s:4:\"type\";s:7:\"keyword\";}}');
INSERT INTO `wp_termmeta` VALUES (8,2,'surerank_seo_checks_last_updated','1776138199');
INSERT INTO `wp_termmeta` VALUES (9,2,'surerank_taxonomy_updated_at','1776138199');
INSERT INTO `wp_termmeta` VALUES (10,4,'surerank_seo_checks','a:9:{s:10:\"url_length\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:35:\"Page URL is short and SEO-friendly.\";s:4:\"type\";s:4:\"page\";}s:19:\"search_engine_title\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"Search engine title is present and under 60 characters.\";s:4:\"type\";s:4:\"page\";}s:25:\"search_engine_description\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:49:\"Search engine description is missing on the page.\";s:4:\"type\";s:4:\"page\";}s:13:\"canonical_url\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:37:\"Canonical tag is present on the page.\";s:4:\"type\";s:4:\"page\";}s:15:\"open_graph_tags\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:40:\"Open Graph tags are present on the page.\";s:4:\"type\";s:4:\"page\";}s:16:\"keyword_in_title\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:38:\"No focus keyword set to analyze title.\";s:4:\"type\";s:7:\"keyword\";}s:22:\"keyword_in_description\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:49:\"No focus keyword set to analyze meta description.\";s:4:\"type\";s:7:\"keyword\";}s:14:\"keyword_in_url\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:36:\"No focus keyword set to analyze URL.\";s:4:\"type\";s:7:\"keyword\";}s:18:\"keyword_in_content\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:40:\"No focus keyword set to analyze content.\";s:4:\"type\";s:7:\"keyword\";}}');
INSERT INTO `wp_termmeta` VALUES (11,4,'surerank_seo_checks_last_updated','1776174501');
INSERT INTO `wp_termmeta` VALUES (12,4,'surerank_taxonomy_updated_at','1776174501');
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0);
INSERT INTO `wp_terms` VALUES (2,'Footer - day care','footer-day-care',0);
INSERT INTO `wp_terms` VALUES (3,'Footer - quick link','footer-quick-link',0);
INSERT INTO `wp_terms` VALUES (4,'Primary','primary',0);
INSERT INTO `wp_terms` VALUES (5,'astra','astra',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','gwstokha');
INSERT INTO `wp_usermeta` VALUES (2,1,'first_name','');
INSERT INTO `wp_usermeta` VALUES (3,1,'last_name','');
INSERT INTO `wp_usermeta` VALUES (4,1,'description','');
INSERT INTO `wp_usermeta` VALUES (5,1,'rich_editing','true');
INSERT INTO `wp_usermeta` VALUES (6,1,'syntax_highlighting','true');
INSERT INTO `wp_usermeta` VALUES (7,1,'comment_shortcuts','false');
INSERT INTO `wp_usermeta` VALUES (8,1,'admin_color','fresh');
INSERT INTO `wp_usermeta` VALUES (9,1,'use_ssl','0');
INSERT INTO `wp_usermeta` VALUES (10,1,'show_admin_bar_front','true');
INSERT INTO `wp_usermeta` VALUES (11,1,'locale','');
INSERT INTO `wp_usermeta` VALUES (12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}');
INSERT INTO `wp_usermeta` VALUES (13,1,'wp_user_level','10');
INSERT INTO `wp_usermeta` VALUES (14,1,'dismissed_wp_pointers','');
INSERT INTO `wp_usermeta` VALUES (15,1,'show_welcome_panel','1');
INSERT INTO `wp_usermeta` VALUES (16,1,'session_tokens','a:8:{s:64:\"9ddc26699de581ea70b753e89562a9bf1abff0b8dcf927473d64d5d57fb02bc7\";a:4:{s:10:\"expiration\";i:1776231554;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36\";s:5:\"login\";i:1776058754;}s:64:\"69c27af2ca8edb8cb1e8af8314247faad5dcae3ffc91869cba5d3e33f196fd1b\";a:4:{s:10:\"expiration\";i:1776231560;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36\";s:5:\"login\";i:1776058760;}s:64:\"12bba8606d63678be98cd7c75e373753d68d8f6b63a058d0923a83714749d84e\";a:4:{s:10:\"expiration\";i:1776308670;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36\";s:5:\"login\";i:1776135870;}s:64:\"55b9bc2b3276113aa1fe7075d070c9c49e370b631af19cca32b34304797e9944\";a:4:{s:10:\"expiration\";i:1776310928;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36\";s:5:\"login\";i:1776138128;}s:64:\"9b436de0fcaaedd7c2b7ae1493ba3985ad38281076acbb920d99ddce1cf9a2b1\";a:4:{s:10:\"expiration\";i:1776315726;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36\";s:5:\"login\";i:1776142926;}s:64:\"dec69d53cbd2040696a825f14771126bdb205c6ad8baec94a4c71ec9783e27e4\";a:4:{s:10:\"expiration\";i:1776319772;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36\";s:5:\"login\";i:1776146972;}s:64:\"2985dc88b02adf855bdd5564e6219d14c073561b1715ae71537dae19c8adac58\";a:4:{s:10:\"expiration\";i:1777362908;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36\";s:5:\"login\";i:1776153308;}s:64:\"25a2ff6632859157bdbc834d9d4b8db95ff14de4aac00e90c4e5d3a07a0bb705\";a:4:{s:10:\"expiration\";i:1777362917;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36\";s:5:\"login\";i:1776153317;}}');
INSERT INTO `wp_usermeta` VALUES (17,1,'wp_dashboard_quick_press_last_post_id','5');
INSERT INTO `wp_usermeta` VALUES (18,1,'wp_user-settings','libraryContent=browse&editor=tinymce');
INSERT INTO `wp_usermeta` VALUES (19,1,'wp_user-settings-time','1776063413');
INSERT INTO `wp_usermeta` VALUES (20,1,'elementor_introduction','a:3:{s:27:\"e-editor-one-notice-pointer\";b:1;s:20:\"globals_introduction\";b:1;s:28:\"yoast-introduction-editor-v2\";b:1;}');
INSERT INTO `wp_usermeta` VALUES (21,1,'elementor_one_editor_update_notification_shown_nonce','23ab0e047b');
INSERT INTO `wp_usermeta` VALUES (22,1,'_e_notifications_dismissed','a:15:{i:0;s:11:\"4.0-default\";i:1;s:16:\"4.0-atomic-forms\";i:2;s:16:\"4.0-interactions\";i:3;s:22:\"4.0-sync-design-system\";i:4;s:12:\"angie-launch\";i:5;s:15:\"partner-program\";i:6;s:13:\"manage-launch\";i:7;s:15:\"components-3.35\";i:8;s:10:\"one-launch\";i:9;s:16:\"atomic-tabs-3.34\";i:10;s:22:\"variables-manager-3.33\";i:11;s:14:\"ally-assistant\";i:12;s:20:\"image-optimizer-3.19\";i:13;s:20:\"5-star-rating-prompt\";i:14;s:23:\"site-mailer-introducing\";}');
INSERT INTO `wp_usermeta` VALUES (23,1,'wp_persisted_preferences','a:4:{s:22:\"core/customize-widgets\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2026-04-14T08:12:59.344Z\";s:4:\"core\";a:1:{s:26:\"isComplementaryAreaVisible\";b:0;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}}');
INSERT INTO `wp_usermeta` VALUES (24,1,'nav_menu_recently_edited','4');
INSERT INTO `wp_usermeta` VALUES (25,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\";}');
INSERT INTO `wp_usermeta` VALUES (26,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}');
INSERT INTO `wp_usermeta` VALUES (27,1,'ea11y_dismissed_pointers','a:1:{s:14:\"ea11y-settings\";b:1;}');
INSERT INTO `wp_usermeta` VALUES (28,1,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:396:\"Yoast indexables are disabled because your site is in a non-production environment or custom code is blocking them. This may affect your SEO features. <a href=\"https://yoa.st/indexables-disabled?php_version=8.2&#038;platform=wordpress&#038;platform_version=6.9.4&#038;software=free&#038;software_version=27.4&#038;days_active=2&#038;user_language=en_US\" target=\"_blank\">Learn more about this</a>.\";s:7:\"options\";a:11:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:25:\"wpseo-indexables-disabled\";s:7:\"user_id\";i:1;s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:20:\"wpseo_manage_options\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;s:13:\"resolve_nonce\";s:0:\"\";}}}');
INSERT INTO `wp_usermeta` VALUES (29,1,'_yoast_wpseo_introductions','a:1:{s:29:\"ai-brand-insights-post-launch\";a:2:{s:7:\"is_seen\";b:1;s:7:\"seen_on\";i:1776178611;}}');
INSERT INTO `wp_usermeta` VALUES (30,1,'_yoast_wpseo_task_list_opt_in_notification_seen','1');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_users` (
  `ID` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int NOT NULL DEFAULT '0',
  `display_name` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'gwstokha','$wp$2y$10$kHvyeLzgw9mWpkkPLr48lOIP6AipqfAfQjXe5a2WfEV.2z8k.Kx.W','gwstokha','uni.school2017@gmail.com','http://genius-world-school.local','2026-04-13 05:37:16','',0,'gwstokha');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfauditevents`
--

DROP TABLE IF EXISTS `wp_wfauditevents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfauditevents` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(255) NOT NULL DEFAULT '',
  `data` text NOT NULL,
  `event_time` double(14,4) NOT NULL,
  `request_id` bigint unsigned NOT NULL,
  `state` enum('new','sending','sent') NOT NULL DEFAULT 'new',
  `state_timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfauditevents`
--

LOCK TABLES `wp_wfauditevents` WRITE;
/*!40000 ALTER TABLE `wp_wfauditevents` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfauditevents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfblockediplog`
--

DROP TABLE IF EXISTS `wp_wfblockediplog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfblockediplog` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `countryCode` varchar(2) NOT NULL,
  `blockCount` int unsigned NOT NULL DEFAULT '0',
  `unixday` int unsigned NOT NULL,
  `blockType` varchar(50) NOT NULL DEFAULT 'generic',
  PRIMARY KEY (`IP`,`unixday`,`blockType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfblockediplog`
--

LOCK TABLES `wp_wfblockediplog` WRITE;
/*!40000 ALTER TABLE `wp_wfblockediplog` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfblockediplog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfblocks7`
--

DROP TABLE IF EXISTS `wp_wfblocks7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfblocks7` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `type` int unsigned NOT NULL DEFAULT '0',
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `blockedTime` bigint NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int unsigned DEFAULT '0',
  `blockedHits` int unsigned DEFAULT '0',
  `expiration` bigint unsigned NOT NULL DEFAULT '0',
  `parameters` text,
  PRIMARY KEY (`id`),
  KEY `type` (`type`),
  KEY `IP` (`IP`),
  KEY `expiration` (`expiration`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfblocks7`
--

LOCK TABLES `wp_wfblocks7` WRITE;
/*!40000 ALTER TABLE `wp_wfblocks7` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfblocks7` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfconfig`
--

DROP TABLE IF EXISTS `wp_wfconfig`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfconfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfconfig`
--

LOCK TABLES `wp_wfconfig` WRITE;
/*!40000 ALTER TABLE `wp_wfconfig` DISABLE KEYS */;
INSERT INTO `wp_wfconfig` VALUES ('activatingIP',_binary '127.0.0.1','yes');
INSERT INTO `wp_wfconfig` VALUES ('actUpdateInterval',_binary '2','yes');
INSERT INTO `wp_wfconfig` VALUES ('addCacheComment',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('advancedCommentScanning',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('ajaxWatcherDisabled_admin',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('ajaxWatcherDisabled_front',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('alertEmails',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('alertFreqTrack',_binary 'a:0:{}','yes');
INSERT INTO `wp_wfconfig` VALUES ('alertOn_adminLogin',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('alertOn_block',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('alertOn_breachLogin',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('alertOn_firstAdminLoginOnly',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('alertOn_firstNonAdminLoginOnly',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('alertOn_loginLockout',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('alertOn_lostPasswdForm',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('alertOn_nonAdminLogin',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('alertOn_scanIssues',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('alertOn_severityLevel',_binary '25','yes');
INSERT INTO `wp_wfconfig` VALUES ('alertOn_throttle',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('alertOn_update',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('alertOn_wafDeactivated',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('alertOn_wordfenceDeactivated',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('alert_maxHourly',_binary '5','yes');
INSERT INTO `wp_wfconfig` VALUES ('allowed404s',_binary '/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml','yes');
INSERT INTO `wp_wfconfig` VALUES ('allowed404s6116Migration',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('allowHTTPSCaching',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('allowLegacy2FA',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('allowMySQLi',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('allScansScheduled',_binary 'a:0:{}','yes');
INSERT INTO `wp_wfconfig` VALUES ('apiKey',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('auditLogMode',_binary 'default','yes');
INSERT INTO `wp_wfconfig` VALUES ('autoBlockScanners',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('autoUpdate',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('autoUpdateAttempts',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('bannedURLs',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('blockCustomText',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('blockedTime',_binary '300','yes');
INSERT INTO `wp_wfconfig` VALUES ('blocks702Migration',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('cacheType',_binary 'disabled','yes');
INSERT INTO `wp_wfconfig` VALUES ('cbl_action',_binary 'block','yes');
INSERT INTO `wp_wfconfig` VALUES ('cbl_bypassRedirDest',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('cbl_bypassRedirURL',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('cbl_bypassViewURL',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('cbl_cookieVal',_binary '69de55996b7e5','yes');
INSERT INTO `wp_wfconfig` VALUES ('cbl_loggedInBlocked',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('cbl_redirURL',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('cbl_restOfSiteBlocked',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('checkSpamIP',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('config701Migration',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('config720Migration',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('dashboardData',_binary 'a:4:{s:9:\"generated\";i:1776176856;s:3:\"tdf\";a:3:{s:9:\"community\";i:7236;s:7:\"premium\";i:7264;s:9:\"blacklist\";i:16431;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1776088800;s:1:\"c\";i:9762681;}i:1;a:2:{s:1:\"t\";i:1776092400;s:1:\"c\";i:10080037;}i:2;a:2:{s:1:\"t\";i:1776096000;s:1:\"c\";i:9641854;}i:3;a:2:{s:1:\"t\";i:1776099600;s:1:\"c\";i:9866229;}i:4;a:2:{s:1:\"t\";i:1776103200;s:1:\"c\";i:9550377;}i:5;a:2:{s:1:\"t\";i:1776106800;s:1:\"c\";i:9481257;}i:6;a:2:{s:1:\"t\";i:1776110400;s:1:\"c\";i:9703257;}i:7;a:2:{s:1:\"t\";i:1776114000;s:1:\"c\";i:10402520;}i:8;a:2:{s:1:\"t\";i:1776117600;s:1:\"c\";i:10432395;}i:9;a:2:{s:1:\"t\";i:1776121200;s:1:\"c\";i:11012778;}i:10;a:2:{s:1:\"t\";i:1776124800;s:1:\"c\";i:10211296;}i:11;a:2:{s:1:\"t\";i:1776128400;s:1:\"c\";i:9898338;}i:12;a:2:{s:1:\"t\";i:1776132000;s:1:\"c\";i:9900327;}i:13;a:2:{s:1:\"t\";i:1776135600;s:1:\"c\";i:9632980;}i:14;a:2:{s:1:\"t\";i:1776139200;s:1:\"c\";i:9488155;}i:15;a:2:{s:1:\"t\";i:1776142800;s:1:\"c\";i:9414528;}i:16;a:2:{s:1:\"t\";i:1776146400;s:1:\"c\";i:8922270;}i:17;a:2:{s:1:\"t\";i:1776150000;s:1:\"c\";i:8869658;}i:18;a:2:{s:1:\"t\";i:1776153600;s:1:\"c\";i:8807739;}i:19;a:2:{s:1:\"t\";i:1776157200;s:1:\"c\";i:8585309;}i:20;a:2:{s:1:\"t\";i:1776160800;s:1:\"c\";i:8484479;}i:21;a:2:{s:1:\"t\";i:1776164400;s:1:\"c\";i:8970337;}i:22;a:2:{s:1:\"t\";i:1776168000;s:1:\"c\";i:8786272;}i:23;a:2:{s:1:\"t\";i:1776171600;s:1:\"c\";i:9466152;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1775520000;s:1:\"c\";i:253057640;}i:1;a:2:{s:1:\"t\";i:1775606400;s:1:\"c\";i:229479152;}i:2;a:2:{s:1:\"t\";i:1775692800;s:1:\"c\";i:191145324;}i:3;a:2:{s:1:\"t\";i:1775779200;s:1:\"c\";i:215315991;}i:4;a:2:{s:1:\"t\";i:1775865600;s:1:\"c\";i:220384943;}i:5;a:2:{s:1:\"t\";i:1775952000;s:1:\"c\";i:253234737;}i:6;a:2:{s:1:\"t\";i:1776038400;s:1:\"c\";i:234645818;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1773532800;s:1:\"c\";i:171788115;}i:1;a:2:{s:1:\"t\";i:1773619200;s:1:\"c\";i:188048830;}i:2;a:2:{s:1:\"t\";i:1773705600;s:1:\"c\";i:171957720;}i:3;a:2:{s:1:\"t\";i:1773792000;s:1:\"c\";i:150756449;}i:4;a:2:{s:1:\"t\";i:1773878400;s:1:\"c\";i:204180508;}i:5;a:2:{s:1:\"t\";i:1773964800;s:1:\"c\";i:236799335;}i:6;a:2:{s:1:\"t\";i:1774051200;s:1:\"c\";i:186621539;}i:7;a:2:{s:1:\"t\";i:1774137600;s:1:\"c\";i:244709294;}i:8;a:2:{s:1:\"t\";i:1774224000;s:1:\"c\";i:256913108;}i:9;a:2:{s:1:\"t\";i:1774310400;s:1:\"c\";i:252353528;}i:10;a:2:{s:1:\"t\";i:1774396800;s:1:\"c\";i:238237172;}i:11;a:2:{s:1:\"t\";i:1774483200;s:1:\"c\";i:251672992;}i:12;a:2:{s:1:\"t\";i:1774569600;s:1:\"c\";i:300476772;}i:13;a:2:{s:1:\"t\";i:1774656000;s:1:\"c\";i:292073521;}i:14;a:2:{s:1:\"t\";i:1774742400;s:1:\"c\";i:282633073;}i:15;a:2:{s:1:\"t\";i:1774828800;s:1:\"c\";i:198486526;}i:16;a:2:{s:1:\"t\";i:1774915200;s:1:\"c\";i:193970469;}i:17;a:2:{s:1:\"t\";i:1775001600;s:1:\"c\";i:185276041;}i:18;a:2:{s:1:\"t\";i:1775088000;s:1:\"c\";i:180399350;}i:19;a:2:{s:1:\"t\";i:1775174400;s:1:\"c\";i:225175292;}i:20;a:2:{s:1:\"t\";i:1775260800;s:1:\"c\";i:265502771;}i:21;a:2:{s:1:\"t\";i:1775347200;s:1:\"c\";i:262602702;}i:22;a:2:{s:1:\"t\";i:1775433600;s:1:\"c\";i:249067305;}i:23;a:2:{s:1:\"t\";i:1775520000;s:1:\"c\";i:253057640;}i:24;a:2:{s:1:\"t\";i:1775606400;s:1:\"c\";i:229479152;}i:25;a:2:{s:1:\"t\";i:1775692800;s:1:\"c\";i:191145324;}i:26;a:2:{s:1:\"t\";i:1775779200;s:1:\"c\";i:215315991;}i:27;a:2:{s:1:\"t\";i:1775865600;s:1:\"c\";i:220384943;}i:28;a:2:{s:1:\"t\";i:1775952000;s:1:\"c\";i:253234737;}i:29;a:2:{s:1:\"t\";i:1776038400;s:1:\"c\";i:234645818;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:655558740;}i:1;a:2:{s:2:\"cd\";s:2:\"NL\";s:2:\"ct\";i:256383773;}i:2;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:195700798;}i:3;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:181988571;}i:4;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:134236718;}i:5;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:105469595;}i:6;a:2:{s:2:\"cd\";s:2:\"GB\";s:2:\"ct\";i:84302639;}i:7;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:74584482;}i:8;a:2:{s:2:\"cd\";s:2:\"VN\";s:2:\"ct\";i:57802075;}i:9;a:2:{s:2:\"cd\";s:2:\"ID\";s:2:\"ct\";i:40998216;}}}}','no');
INSERT INTO `wp_wfconfig` VALUES ('dbTest',_binary 'a:1:{s:5:\"nonce\";s:64:\"6790d4c737f9d768787eec86448c9b745f49dbc8226063a792564ec6d0d47238\";}','no');
INSERT INTO `wp_wfconfig` VALUES ('dbVersion',_binary '8.0.35','yes');
INSERT INTO `wp_wfconfig` VALUES ('debugOn',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('deleteTablesOnDeact',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('detectProxyNextCheck',_binary '1776783383','no');
INSERT INTO `wp_wfconfig` VALUES ('detectProxyNonce',_binary '008544d0b7343f1fa64c631877df954b57be9ddda5cf3d8b381f2a657434369f','no');
INSERT INTO `wp_wfconfig` VALUES ('detectProxyRecommendation',_binary '','no');
INSERT INTO `wp_wfconfig` VALUES ('diagnosticsWflogsRemovalHistory',_binary '[]','no');
INSERT INTO `wp_wfconfig` VALUES ('disableCodeExecutionUploads',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('disableConfigCaching',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('disableWAFIPBlocking',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('dismissAutoPrependNotice',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('displayAutomaticBlocks',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('displayTopLevelAuditLog',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('displayTopLevelBlocking',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('displayTopLevelLiveTraffic',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('displayTopLevelOptions',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('email_summary_dashboard_widget_enabled',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('email_summary_enabled',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('email_summary_excluded_directories',_binary 'wp-content/cache,wp-content/wflogs','yes');
INSERT INTO `wp_wfconfig` VALUES ('email_summary_interval',_binary 'weekly','yes');
INSERT INTO `wp_wfconfig` VALUES ('enableRemoteIpLookup',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('encKey',_binary '234f19157f879939','yes');
INSERT INTO `wp_wfconfig` VALUES ('fileContentsGSB6315Migration',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('firewallEnabled',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('hasKeyConflict',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('howGetIPs',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('howGetIPs_trusted_proxies',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('howGetIPs_trusted_proxy_preset',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('isPaid',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('keyType',_binary 'free','yes');
INSERT INTO `wp_wfconfig` VALUES ('lastAuditEvents',_binary 'a:1:{i:0;a:1:{i:0;a:2:{i:0;s:21:\"site.plugin.activated\";i:1;i:1776178584;}}}','yes');
INSERT INTO `wp_wfconfig` VALUES ('lastBlockAggregation',_binary '1776342067','yes');
INSERT INTO `wp_wfconfig` VALUES ('lastDailyCron',_binary '1776342067','yes');
INSERT INTO `wp_wfconfig` VALUES ('lastDashboardCheck',_binary '1776178618','yes');
INSERT INTO `wp_wfconfig` VALUES ('lastNotificationID',_binary '2','no');
INSERT INTO `wp_wfconfig` VALUES ('lastPermissionsTemplateCheck',_binary '1776342069','yes');
INSERT INTO `wp_wfconfig` VALUES ('licenseType',_binary 'free','yes');
INSERT INTO `wp_wfconfig` VALUES ('liveActivityPauseEnabled',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('liveTrafficEnabled',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('liveTraf_displayExpandedRecords',_binary '0','no');
INSERT INTO `wp_wfconfig` VALUES ('liveTraf_ignoreIPs',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('liveTraf_ignorePublishers',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('liveTraf_ignoreUA',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('liveTraf_ignoreUsers',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('liveTraf_maxAge',_binary '30','yes');
INSERT INTO `wp_wfconfig` VALUES ('liveTraf_maxRows',_binary '2000','yes');
INSERT INTO `wp_wfconfig` VALUES ('loginSecurityEnabled',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('loginSec_blockAdminReg',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('loginSec_breachPasswds',_binary 'admins','yes');
INSERT INTO `wp_wfconfig` VALUES ('loginSec_breachPasswds_enabled',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('loginSec_countFailMins',_binary '240','yes');
INSERT INTO `wp_wfconfig` VALUES ('loginSec_disableApplicationPasswords',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('loginSec_disableAuthorScan',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('loginSec_disableOEmbedAuthor',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('loginSec_enableSeparateTwoFactor',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('loginSec_lockInvalidUsers',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('loginSec_lockoutMins',_binary '240','yes');
INSERT INTO `wp_wfconfig` VALUES ('loginSec_maskLoginErrors',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('loginSec_maxFailures',_binary '20','yes');
INSERT INTO `wp_wfconfig` VALUES ('loginSec_maxForgotPasswd',_binary '20','yes');
INSERT INTO `wp_wfconfig` VALUES ('loginSec_requireAdminTwoFactor',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('loginSec_strongPasswds',_binary 'pubs','yes');
INSERT INTO `wp_wfconfig` VALUES ('loginSec_strongPasswds_enabled',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('loginSec_userBlacklist',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('longEncKey',_binary '4ce0a19975241b944034aeb309a20bc06d7cf8d357452ef4a87e8fe07303c516','yes');
INSERT INTO `wp_wfconfig` VALUES ('lowResourceScansEnabled',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('manualScanType',_binary 'onceDaily','yes');
INSERT INTO `wp_wfconfig` VALUES ('max404Crawlers',_binary 'DISABLED','yes');
INSERT INTO `wp_wfconfig` VALUES ('max404Crawlers_action',_binary 'throttle','yes');
INSERT INTO `wp_wfconfig` VALUES ('max404Humans',_binary 'DISABLED','yes');
INSERT INTO `wp_wfconfig` VALUES ('max404Humans_action',_binary 'throttle','yes');
INSERT INTO `wp_wfconfig` VALUES ('maxExecutionTime',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('maxGlobalRequests',_binary 'DISABLED','yes');
INSERT INTO `wp_wfconfig` VALUES ('maxGlobalRequests_action',_binary 'throttle','yes');
INSERT INTO `wp_wfconfig` VALUES ('maxMem',_binary '256','yes');
INSERT INTO `wp_wfconfig` VALUES ('maxRequestsCrawlers',_binary 'DISABLED','yes');
INSERT INTO `wp_wfconfig` VALUES ('maxRequestsCrawlers_action',_binary 'throttle','yes');
INSERT INTO `wp_wfconfig` VALUES ('maxRequestsHumans',_binary 'DISABLED','yes');
INSERT INTO `wp_wfconfig` VALUES ('maxRequestsHumans_action',_binary 'throttle','yes');
INSERT INTO `wp_wfconfig` VALUES ('migration636_email_summary_excluded_directories',_binary '1','no');
INSERT INTO `wp_wfconfig` VALUES ('needsNewTour_auditlog',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('needsNewTour_blocking',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('needsNewTour_dashboard',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('needsNewTour_firewall',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('needsNewTour_livetraffic',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('needsNewTour_loginsecurity',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('needsNewTour_scan',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('needsUpgradeTour_auditlog',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('needsUpgradeTour_blocking',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('needsUpgradeTour_dashboard',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('needsUpgradeTour_firewall',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('needsUpgradeTour_livetraffic',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('needsUpgradeTour_loginsecurity',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('needsUpgradeTour_scan',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('neverBlockBG',_binary 'neverBlockVerified','yes');
INSERT INTO `wp_wfconfig` VALUES ('notification_blogHighlights',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('notification_productUpdates',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('notification_promotions',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('notification_scanStatus',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('notification_securityAlerts',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('notification_updatesNeeded',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('onboardingAttempt1',_binary 'skipped','yes');
INSERT INTO `wp_wfconfig` VALUES ('onboardingAttempt2',_binary '','no');
INSERT INTO `wp_wfconfig` VALUES ('onboardingAttempt3',_binary '','no');
INSERT INTO `wp_wfconfig` VALUES ('onboardingAttempt3Initial',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('onboardingDelayedAt',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('onboardingLastVersion',_binary '','no');
INSERT INTO `wp_wfconfig` VALUES ('other_blockBadPOST',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('other_bypassLitespeedNoabort',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('other_hideWPVersion',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('other_pwStrengthOnUpdate',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('other_scanComments',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('other_scanOutside',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('other_WFNet',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('previousWflogsFileList',_binary '[\".htaccess\",\"attack-data.php\",\"config-livewaf.php\",\"config-synced.php\",\"config-transient.php\",\"config.php\",\"geoip.mmdb\",\"ips.php\",\"rules.php\",\"template.php\"]','yes');
INSERT INTO `wp_wfconfig` VALUES ('recentServerAddr',_binary 'a:1:{s:9:\"127.0.0.1\";i:1776342021;}','yes');
INSERT INTO `wp_wfconfig` VALUES ('satisfactionPromptDismissed',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('satisfactionPromptInstallDate',_binary '1776178582','yes');
INSERT INTO `wp_wfconfig` VALUES ('satisfactionPromptOverride',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_checkGSB',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_checkHowGetIPs',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_checkReadableConfig',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_comments',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_core',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_coreUnknown',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_diskSpace',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_fileContents',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_fileContentsGSB',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_geoipSupport',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_highSense',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_malware',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_oldVersions',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_options',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_passwds',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_plugins',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_posts',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_scanImages',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_suspectedFiles',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_suspiciousAdminUsers',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_suspiciousOptions',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_themes',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_wafStatus',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_wpscan_directoryListingEnabled',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scansEnabled_wpscan_fullPathDisclosure',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('scanType',_binary 'standard','yes');
INSERT INTO `wp_wfconfig` VALUES ('scan_exclude',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('scan_force_ipv4_start',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('scan_include_extra',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('scan_maxDuration',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('scan_maxIssues',_binary '1000','yes');
INSERT INTO `wp_wfconfig` VALUES ('scan_max_resume_attempts',_binary '2','yes');
INSERT INTO `wp_wfconfig` VALUES ('schedMode',_binary 'auto','yes');
INSERT INTO `wp_wfconfig` VALUES ('schedStartHour',_binary '13','yes');
INSERT INTO `wp_wfconfig` VALUES ('scheduledScansEnabled',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('serverDNS',_binary '1776178588;579288;127.0.0.1','yes');
INSERT INTO `wp_wfconfig` VALUES ('showAdminBarMenu',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('spamvertizeCheck',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('ssl_verify',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('startScansRemotely',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('supportContent',_binary '{}','no');
INSERT INTO `wp_wfconfig` VALUES ('supportHash',_binary '','no');
INSERT INTO `wp_wfconfig` VALUES ('timeoffset_wf',_binary '-1','yes');
INSERT INTO `wp_wfconfig` VALUES ('timeoffset_wf_updated',_binary '1776342069','yes');
INSERT INTO `wp_wfconfig` VALUES ('touppBypassNextCheck',_binary '0','yes');
INSERT INTO `wp_wfconfig` VALUES ('touppPromptNeeded',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('vulnerabilities_plugin',_binary 'a:10:{i:0;a:4:{s:4:\"slug\";s:9:\"elementor\";s:11:\"fromVersion\";s:5:\"4.0.1\";s:10:\"vulnerable\";b:0;s:9:\"toVersion\";s:5:\"4.0.2\";}i:1;a:3:{s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:11:\"fromVersion\";s:5:\"7.105\";s:10:\"vulnerable\";b:0;}i:2;a:3:{s:4:\"slug\";s:18:\"pojo-accessibility\";s:11:\"fromVersion\";s:5:\"4.1.0\";s:10:\"vulnerable\";b:0;}i:3;a:3:{s:4:\"slug\";s:15:\"litespeed-cache\";s:11:\"fromVersion\";s:5:\"7.8.1\";s:10:\"vulnerable\";b:0;}i:4;a:3:{s:4:\"slug\";s:11:\"astra-sites\";s:11:\"fromVersion\";s:5:\"4.5.1\";s:10:\"vulnerable\";b:0;}i:5;a:3:{s:4:\"slug\";s:9:\"suremails\";s:11:\"fromVersion\";s:5:\"1.9.3\";s:10:\"vulnerable\";b:0;}i:6;a:3:{s:4:\"slug\";s:8:\"surerank\";s:11:\"fromVersion\";s:5:\"1.7.0\";s:10:\"vulnerable\";b:0;}i:7;a:3:{s:4:\"slug\";s:9:\"wordfence\";s:11:\"fromVersion\";s:5:\"8.1.4\";s:10:\"vulnerable\";b:0;}i:8;a:3:{s:4:\"slug\";s:12:\"wpforms-lite\";s:11:\"fromVersion\";s:8:\"1.10.0.4\";s:10:\"vulnerable\";b:0;}i:9;a:3:{s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"fromVersion\";s:4:\"27.4\";s:10:\"vulnerable\";b:0;}}','no');
INSERT INTO `wp_wfconfig` VALUES ('vulnerabilities_theme',_binary 'a:1:{i:0;a:4:{s:4:\"slug\";s:5:\"astra\";s:9:\"toVersion\";s:6:\"4.13.0\";s:11:\"fromVersion\";s:6:\"4.12.7\";s:10:\"vulnerable\";b:0;}}','no');
INSERT INTO `wp_wfconfig` VALUES ('wafAlertInterval',_binary '600','yes');
INSERT INTO `wp_wfconfig` VALUES ('wafAlertOnAttacks',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('wafAlertThreshold',_binary '100','yes');
INSERT INTO `wp_wfconfig` VALUES ('wafAlertWhitelist',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('waf_status',_binary 'learning-mode','yes');
INSERT INTO `wp_wfconfig` VALUES ('whitelisted',_binary '','yes');
INSERT INTO `wp_wfconfig` VALUES ('whitelistedServices',_binary '{}','yes');
INSERT INTO `wp_wfconfig` VALUES ('whitelistHash',_binary '','no');
INSERT INTO `wp_wfconfig` VALUES ('whitelistPresets',_binary '{}','no');
INSERT INTO `wp_wfconfig` VALUES ('wordfenceI18n',_binary '1','yes');
INSERT INTO `wp_wfconfig` VALUES ('wordpressPluginVersions',_binary 'a:10:{s:23:\"all-in-one-wp-migration\";s:5:\"7.105\";s:18:\"pojo-accessibility\";s:5:\"4.1.0\";s:9:\"elementor\";s:5:\"4.0.1\";s:15:\"litespeed-cache\";s:5:\"7.8.1\";s:11:\"astra-sites\";s:5:\"4.5.1\";s:9:\"suremails\";s:5:\"1.9.3\";s:8:\"surerank\";s:5:\"1.7.0\";s:9:\"wordfence\";s:5:\"8.1.4\";s:12:\"wpforms-lite\";s:8:\"1.10.0.4\";s:13:\"wordpress-seo\";s:4:\"27.4\";}','yes');
INSERT INTO `wp_wfconfig` VALUES ('wordpressThemeVersions',_binary 'a:4:{s:5:\"astra\";s:6:\"4.12.7\";s:16:\"twentytwentyfive\";s:3:\"1.4\";s:16:\"twentytwentyfour\";s:3:\"1.4\";s:17:\"twentytwentythree\";s:3:\"1.6\";}','yes');
INSERT INTO `wp_wfconfig` VALUES ('wordpressVersion',_binary '6.9.4','yes');
INSERT INTO `wp_wfconfig` VALUES ('wp_home_url',_binary 'http://genius-world-school.local','yes');
INSERT INTO `wp_wfconfig` VALUES ('wp_site_url',_binary 'http://genius-world-school.local','yes');
/*!40000 ALTER TABLE `wp_wfconfig` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfcrawlers`
--

DROP TABLE IF EXISTS `wp_wfcrawlers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfcrawlers` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `patternSig` binary(16) NOT NULL,
  `status` char(8) NOT NULL,
  `lastUpdate` int unsigned NOT NULL,
  `PTR` varchar(255) DEFAULT '',
  PRIMARY KEY (`IP`,`patternSig`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfcrawlers`
--

LOCK TABLES `wp_wfcrawlers` WRITE;
/*!40000 ALTER TABLE `wp_wfcrawlers` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfcrawlers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wffilechanges`
--

DROP TABLE IF EXISTS `wp_wffilechanges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wffilechanges` (
  `filenameHash` char(64) NOT NULL,
  `file` varchar(1000) NOT NULL,
  `md5` char(32) NOT NULL,
  PRIMARY KEY (`filenameHash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wffilechanges`
--

LOCK TABLES `wp_wffilechanges` WRITE;
/*!40000 ALTER TABLE `wp_wffilechanges` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wffilechanges` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wffilemods`
--

DROP TABLE IF EXISTS `wp_wffilemods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wffilemods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `real_path` text NOT NULL,
  `knownFile` tinyint unsigned NOT NULL,
  `oldMD5` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `newMD5` binary(16) NOT NULL,
  `SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `stoppedOnSignature` varchar(255) NOT NULL DEFAULT '',
  `stoppedOnPosition` int unsigned NOT NULL DEFAULT '0',
  `isSafeFile` varchar(1) NOT NULL DEFAULT '?',
  PRIMARY KEY (`filenameMD5`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wffilemods`
--

LOCK TABLES `wp_wffilemods` WRITE;
/*!40000 ALTER TABLE `wp_wffilemods` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wffilemods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfhits`
--

DROP TABLE IF EXISTS `wp_wfhits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfhits` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `attackLogTime` double(17,6) unsigned NOT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `jsRun` tinyint DEFAULT '0',
  `statusCode` int NOT NULL DEFAULT '200',
  `isGoogle` tinyint NOT NULL,
  `userID` int unsigned NOT NULL,
  `newVisit` tinyint unsigned NOT NULL,
  `URL` text,
  `referer` text,
  `UA` text,
  `action` varchar(64) NOT NULL DEFAULT '',
  `actionDescription` text,
  `actionData` text,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`IP`,`ctime`),
  KEY `attackLogTime` (`attackLogTime`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfhits`
--

LOCK TABLES `wp_wfhits` WRITE;
/*!40000 ALTER TABLE `wp_wfhits` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfhits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfhoover`
--

DROP TABLE IF EXISTS `wp_wfhoover`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfhoover` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `owner` text,
  `host` text,
  `path` text,
  `hostKey` varbinary(124) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k2` (`hostKey`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfhoover`
--

LOCK TABLES `wp_wfhoover` WRITE;
/*!40000 ALTER TABLE `wp_wfhoover` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfhoover` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfissues`
--

DROP TABLE IF EXISTS `wp_wfissues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfissues` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `time` int unsigned NOT NULL,
  `lastUpdated` int unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text,
  `data` text,
  PRIMARY KEY (`id`),
  KEY `lastUpdated` (`lastUpdated`),
  KEY `status` (`status`),
  KEY `ignoreP` (`ignoreP`),
  KEY `ignoreC` (`ignoreC`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfissues`
--

LOCK TABLES `wp_wfissues` WRITE;
/*!40000 ALTER TABLE `wp_wfissues` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfissues` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfknownfilelist`
--

DROP TABLE IF EXISTS `wp_wfknownfilelist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfknownfilelist` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  `wordpress_path` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfknownfilelist`
--

LOCK TABLES `wp_wfknownfilelist` WRITE;
/*!40000 ALTER TABLE `wp_wfknownfilelist` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfknownfilelist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wflivetraffichuman`
--

DROP TABLE IF EXISTS `wp_wflivetraffichuman`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wflivetraffichuman` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `identifier` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `expiration` int unsigned NOT NULL,
  PRIMARY KEY (`IP`,`identifier`),
  KEY `expiration` (`expiration`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wflivetraffichuman`
--

LOCK TABLES `wp_wflivetraffichuman` WRITE;
/*!40000 ALTER TABLE `wp_wflivetraffichuman` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wflivetraffichuman` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wflocs`
--

DROP TABLE IF EXISTS `wp_wflocs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wflocs` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `ctime` int unsigned NOT NULL,
  `failed` tinyint unsigned NOT NULL,
  `city` varchar(255) DEFAULT '',
  `region` varchar(255) DEFAULT '',
  `countryName` varchar(255) DEFAULT '',
  `countryCode` char(2) DEFAULT '',
  `lat` float(10,7) DEFAULT '0.0000000',
  `lon` float(10,7) DEFAULT '0.0000000',
  PRIMARY KEY (`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wflocs`
--

LOCK TABLES `wp_wflocs` WRITE;
/*!40000 ALTER TABLE `wp_wflocs` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wflocs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wflogins`
--

DROP TABLE IF EXISTS `wp_wflogins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wflogins` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `hitID` int DEFAULT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `fail` tinyint unsigned NOT NULL,
  `action` varchar(40) NOT NULL,
  `username` varchar(255) NOT NULL,
  `userID` int unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `UA` text,
  PRIMARY KEY (`id`),
  KEY `k1` (`IP`,`fail`),
  KEY `hitID` (`hitID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wflogins`
--

LOCK TABLES `wp_wflogins` WRITE;
/*!40000 ALTER TABLE `wp_wflogins` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wflogins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfls_2fa_secrets`
--

DROP TABLE IF EXISTS `wp_wfls_2fa_secrets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfls_2fa_secrets` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL,
  `secret` tinyblob NOT NULL,
  `recovery` blob NOT NULL,
  `ctime` int unsigned NOT NULL,
  `vtime` int unsigned NOT NULL,
  `mode` enum('authenticator') NOT NULL DEFAULT 'authenticator',
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfls_2fa_secrets`
--

LOCK TABLES `wp_wfls_2fa_secrets` WRITE;
/*!40000 ALTER TABLE `wp_wfls_2fa_secrets` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfls_2fa_secrets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfls_role_counts`
--

DROP TABLE IF EXISTS `wp_wfls_role_counts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfls_role_counts` (
  `serialized_roles` varbinary(255) NOT NULL,
  `two_factor_inactive` tinyint(1) NOT NULL,
  `user_count` bigint unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`serialized_roles`,`two_factor_inactive`)
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfls_role_counts`
--

LOCK TABLES `wp_wfls_role_counts` WRITE;
/*!40000 ALTER TABLE `wp_wfls_role_counts` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfls_role_counts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfls_settings`
--

DROP TABLE IF EXISTS `wp_wfls_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfls_settings` (
  `name` varchar(191) NOT NULL DEFAULT '',
  `value` longblob,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfls_settings`
--

LOCK TABLES `wp_wfls_settings` WRITE;
/*!40000 ALTER TABLE `wp_wfls_settings` DISABLE KEYS */;
INSERT INTO `wp_wfls_settings` VALUES ('2fa-user-grace-period',_binary '10','yes');
INSERT INTO `wp_wfls_settings` VALUES ('allow-disabling-ntp',_binary '1','yes');
INSERT INTO `wp_wfls_settings` VALUES ('allow-xml-rpc',_binary '1','yes');
INSERT INTO `wp_wfls_settings` VALUES ('captcha-stats',_binary '{\"counts\":[0,0,0,0,0,0,0,0,0,0,0],\"avg\":0}','yes');
INSERT INTO `wp_wfls_settings` VALUES ('delete-deactivation',_binary '','yes');
INSERT INTO `wp_wfls_settings` VALUES ('disable-temporary-tables',_binary '0','yes');
INSERT INTO `wp_wfls_settings` VALUES ('enable-auth-captcha',_binary '','yes');
INSERT INTO `wp_wfls_settings` VALUES ('enable-login-history-columns',_binary '1','yes');
INSERT INTO `wp_wfls_settings` VALUES ('enable-shortcode',_binary '','yes');
INSERT INTO `wp_wfls_settings` VALUES ('enable-woocommerce-account-integration',_binary '','yes');
INSERT INTO `wp_wfls_settings` VALUES ('enable-woocommerce-integration',_binary '','yes');
INSERT INTO `wp_wfls_settings` VALUES ('global-notices',_binary '[]','yes');
INSERT INTO `wp_wfls_settings` VALUES ('ip-source',_binary '','yes');
INSERT INTO `wp_wfls_settings` VALUES ('ip-trusted-proxies',_binary '','yes');
INSERT INTO `wp_wfls_settings` VALUES ('last-secret-refresh',_binary '1776178576','yes');
INSERT INTO `wp_wfls_settings` VALUES ('ntp-failure-count',_binary '0','yes');
INSERT INTO `wp_wfls_settings` VALUES ('ntp-offset',_binary '0.018108606338501','yes');
INSERT INTO `wp_wfls_settings` VALUES ('recaptcha-threshold',_binary '0.5','yes');
INSERT INTO `wp_wfls_settings` VALUES ('remember-device',_binary '','yes');
INSERT INTO `wp_wfls_settings` VALUES ('remember-device-duration',_binary '2592000','yes');
INSERT INTO `wp_wfls_settings` VALUES ('require-2fa-grace-period-enabled',_binary '','yes');
INSERT INTO `wp_wfls_settings` VALUES ('require-2fa.administrator',_binary '','yes');
INSERT INTO `wp_wfls_settings` VALUES ('schema-version',_binary '2','yes');
INSERT INTO `wp_wfls_settings` VALUES ('shared-hash-secret',_binary 'd45d4a6f0a41faba474844abe8361336c56ed156d0aada06f9cbc826a41c7aab','yes');
INSERT INTO `wp_wfls_settings` VALUES ('shared-symmetric-secret',_binary '2641114363c652709a43a6a815a6bba9c98aedaa46f794a21bfc7d33f25abf28','yes');
INSERT INTO `wp_wfls_settings` VALUES ('stack-ui-columns',_binary '1','yes');
INSERT INTO `wp_wfls_settings` VALUES ('use-ntp',_binary '1','yes');
INSERT INTO `wp_wfls_settings` VALUES ('user-count-query-state',_binary '0','yes');
INSERT INTO `wp_wfls_settings` VALUES ('whitelisted',_binary '','yes');
INSERT INTO `wp_wfls_settings` VALUES ('xmlrpc-enabled',_binary '1','yes');
/*!40000 ALTER TABLE `wp_wfls_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfnotifications`
--

DROP TABLE IF EXISTS `wp_wfnotifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfnotifications` (
  `id` varchar(32) NOT NULL DEFAULT '',
  `new` tinyint unsigned NOT NULL DEFAULT '1',
  `category` varchar(255) NOT NULL,
  `priority` int NOT NULL DEFAULT '1000',
  `ctime` int unsigned NOT NULL,
  `html` text NOT NULL,
  `links` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfnotifications`
--

LOCK TABLES `wp_wfnotifications` WRITE;
/*!40000 ALTER TABLE `wp_wfnotifications` DISABLE KEYS */;
INSERT INTO `wp_wfnotifications` VALUES ('site-AEAAAAA',1,'wfplugin_updates',502,1776342069,'<a href=\"http://genius-world-school.local/wp-admin/update-core.php\">Updates are available for 2 plugins and 1 theme</a>','[]');
/*!40000 ALTER TABLE `wp_wfnotifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfpendingissues`
--

DROP TABLE IF EXISTS `wp_wfpendingissues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfpendingissues` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `time` int unsigned NOT NULL,
  `lastUpdated` int unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text,
  `data` text,
  PRIMARY KEY (`id`),
  KEY `lastUpdated` (`lastUpdated`),
  KEY `status` (`status`),
  KEY `ignoreP` (`ignoreP`),
  KEY `ignoreC` (`ignoreC`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfpendingissues`
--

LOCK TABLES `wp_wfpendingissues` WRITE;
/*!40000 ALTER TABLE `wp_wfpendingissues` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfpendingissues` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfreversecache`
--

DROP TABLE IF EXISTS `wp_wfreversecache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfreversecache` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `host` varchar(255) NOT NULL,
  `lastUpdate` int unsigned NOT NULL,
  PRIMARY KEY (`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfreversecache`
--

LOCK TABLES `wp_wfreversecache` WRITE;
/*!40000 ALTER TABLE `wp_wfreversecache` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfreversecache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfsecurityevents`
--

DROP TABLE IF EXISTS `wp_wfsecurityevents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfsecurityevents` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(255) NOT NULL DEFAULT '',
  `data` text NOT NULL,
  `event_time` double(14,4) NOT NULL,
  `state` enum('new','sending','sent') NOT NULL DEFAULT 'new',
  `state_timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfsecurityevents`
--

LOCK TABLES `wp_wfsecurityevents` WRITE;
/*!40000 ALTER TABLE `wp_wfsecurityevents` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfsecurityevents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfsnipcache`
--

DROP TABLE IF EXISTS `wp_wfsnipcache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfsnipcache` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `IP` varchar(45) NOT NULL DEFAULT '',
  `expiration` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `body` varchar(255) NOT NULL DEFAULT '',
  `count` int unsigned NOT NULL DEFAULT '0',
  `type` int unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `expiration` (`expiration`),
  KEY `IP` (`IP`),
  KEY `type` (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfsnipcache`
--

LOCK TABLES `wp_wfsnipcache` WRITE;
/*!40000 ALTER TABLE `wp_wfsnipcache` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfsnipcache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfstatus`
--

DROP TABLE IF EXISTS `wp_wfstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfstatus` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `ctime` double(17,6) unsigned NOT NULL,
  `level` tinyint unsigned NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfstatus`
--

LOCK TABLES `wp_wfstatus` WRITE;
/*!40000 ALTER TABLE `wp_wfstatus` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wftrafficrates`
--

DROP TABLE IF EXISTS `wp_wftrafficrates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wftrafficrates` (
  `eMin` int unsigned NOT NULL,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `hitType` enum('hit','404') NOT NULL DEFAULT 'hit',
  `hits` int unsigned NOT NULL,
  PRIMARY KEY (`eMin`,`IP`,`hitType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wftrafficrates`
--

LOCK TABLES `wp_wftrafficrates` WRITE;
/*!40000 ALTER TABLE `wp_wftrafficrates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wftrafficrates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wfwaffailures`
--

DROP TABLE IF EXISTS `wp_wfwaffailures`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wfwaffailures` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `throwable` text NOT NULL,
  `rule_id` int unsigned DEFAULT NULL,
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wfwaffailures`
--

LOCK TABLES `wp_wfwaffailures` WRITE;
/*!40000 ALTER TABLE `wp_wfwaffailures` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfwaffailures` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpforms_logs`
--

DROP TABLE IF EXISTS `wp_wpforms_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpforms_logs` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `types` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `create_at` datetime NOT NULL,
  `form_id` bigint DEFAULT NULL,
  `entry_id` bigint DEFAULT NULL,
  `user_id` bigint DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_logs`
--

LOCK TABLES `wp_wpforms_logs` WRITE;
/*!40000 ALTER TABLE `wp_wpforms_logs` DISABLE KEYS */;
INSERT INTO `wp_wpforms_logs` VALUES (1,'Migration','Migration of WPForms to 1.10.0.4 is fully completed.','log','2026-04-13 05:54:01',0,0,0);
/*!40000 ALTER TABLE `wp_wpforms_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpforms_payment_meta`
--

DROP TABLE IF EXISTS `wp_wpforms_payment_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpforms_payment_meta` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `payment_id` bigint NOT NULL,
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`),
  KEY `payment_id` (`payment_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `meta_value` (`meta_value`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_payment_meta`
--

LOCK TABLES `wp_wpforms_payment_meta` WRITE;
/*!40000 ALTER TABLE `wp_wpforms_payment_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpforms_payment_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpforms_payments`
--

DROP TABLE IF EXISTS `wp_wpforms_payments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpforms_payments` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `form_id` bigint NOT NULL,
  `status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `subtotal_amount` decimal(26,8) NOT NULL DEFAULT '0.00000000',
  `discount_amount` decimal(26,8) NOT NULL DEFAULT '0.00000000',
  `total_amount` decimal(26,8) NOT NULL DEFAULT '0.00000000',
  `currency` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `entry_id` bigint NOT NULL DEFAULT '0',
  `gateway` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `type` varchar(12) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `mode` varchar(4) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `transaction_id` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `customer_id` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `subscription_id` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `subscription_status` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `date_created_gmt` datetime NOT NULL,
  `date_updated_gmt` datetime NOT NULL,
  `is_published` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `status` (`status`(8)),
  KEY `total_amount` (`total_amount`),
  KEY `type` (`type`(8)),
  KEY `transaction_id` (`transaction_id`(32)),
  KEY `customer_id` (`customer_id`(32)),
  KEY `subscription_id` (`subscription_id`(32)),
  KEY `subscription_status` (`subscription_status`(8)),
  KEY `title` (`title`(64))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_payments`
--

LOCK TABLES `wp_wpforms_payments` WRITE;
/*!40000 ALTER TABLE `wp_wpforms_payments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpforms_payments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpforms_tasks_meta`
--

DROP TABLE IF EXISTS `wp_wpforms_tasks_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpforms_tasks_meta` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `action` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_tasks_meta`
--

LOCK TABLES `wp_wpforms_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wp_wpforms_tasks_meta` DISABLE KEYS */;
INSERT INTO `wp_wpforms_tasks_meta` VALUES (1,'wpforms_process_forms_locator_scan','W10=','2026-04-13 05:57:02');
INSERT INTO `wp_wpforms_tasks_meta` VALUES (2,'wpforms_process_purge_spam','W10=','2026-04-13 05:57:02');
INSERT INTO `wp_wpforms_tasks_meta` VALUES (5,'wpforms_admin_addons_cache_update','W10=','2026-04-14 13:56:44');
INSERT INTO `wp_wpforms_tasks_meta` VALUES (6,'wpforms_builder_help_cache_update','W10=','2026-04-14 13:56:44');
INSERT INTO `wp_wpforms_tasks_meta` VALUES (7,'wpforms_admin_builder_templates_cache_update','W10=','2026-04-14 13:56:44');
/*!40000 ALTER TABLE `wp_wpforms_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_indexable`
--

DROP TABLE IF EXISTS `wp_yoast_indexable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_indexable` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `permalink` longtext COLLATE utf8mb4_unicode_520_ci,
  `permalink_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `object_id` bigint DEFAULT NULL,
  `object_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `object_sub_type` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `author_id` bigint DEFAULT NULL,
  `post_parent` bigint DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_520_ci,
  `description` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `breadcrumb_title` text COLLATE utf8mb4_unicode_520_ci,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT '0',
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int unsigned DEFAULT NULL,
  `canonical` longtext COLLATE utf8mb4_unicode_520_ci,
  `primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `primary_focus_keyword_score` int DEFAULT NULL,
  `readability_score` int DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT '0',
  `is_robots_noindex` tinyint(1) DEFAULT '0',
  `is_robots_nofollow` tinyint(1) DEFAULT '0',
  `is_robots_noarchive` tinyint(1) DEFAULT '0',
  `is_robots_noimageindex` tinyint(1) DEFAULT '0',
  `is_robots_nosnippet` tinyint(1) DEFAULT '0',
  `twitter_title` text COLLATE utf8mb4_unicode_520_ci,
  `twitter_image` longtext COLLATE utf8mb4_unicode_520_ci,
  `twitter_description` longtext COLLATE utf8mb4_unicode_520_ci,
  `twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_image_source` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_title` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_description` longtext COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image` longtext COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `open_graph_image_source` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `link_count` int DEFAULT NULL,
  `incoming_link_count` int DEFAULT NULL,
  `prominent_words_version` int unsigned DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint NOT NULL DEFAULT '1',
  `language` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `region` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_page_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_article_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT '0',
  `estimated_reading_time_minutes` int DEFAULT NULL,
  `version` int DEFAULT '1',
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  `inclusive_language_score` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  KEY `object_id_and_type` (`object_id`,`object_type`),
  KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable`
--

LOCK TABLES `wp_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_indexable_hierarchy`
--

DROP TABLE IF EXISTS `wp_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_indexable_hierarchy` (
  `indexable_id` int unsigned NOT NULL,
  `ancestor_id` int unsigned NOT NULL,
  `depth` int unsigned DEFAULT NULL,
  `blog_id` bigint NOT NULL DEFAULT '1',
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable_hierarchy`
--

LOCK TABLES `wp_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_migrations`
--

DROP TABLE IF EXISTS `wp_yoast_migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_migrations` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `wp_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_migrations`
--

LOCK TABLES `wp_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `wp_yoast_migrations` DISABLE KEYS */;
INSERT INTO `wp_yoast_migrations` VALUES (1,'20171228151840');
INSERT INTO `wp_yoast_migrations` VALUES (2,'20171228151841');
INSERT INTO `wp_yoast_migrations` VALUES (3,'20190529075038');
INSERT INTO `wp_yoast_migrations` VALUES (4,'20191011111109');
INSERT INTO `wp_yoast_migrations` VALUES (5,'20200408101900');
INSERT INTO `wp_yoast_migrations` VALUES (6,'20200420073606');
INSERT INTO `wp_yoast_migrations` VALUES (7,'20200428123747');
INSERT INTO `wp_yoast_migrations` VALUES (8,'20200428194858');
INSERT INTO `wp_yoast_migrations` VALUES (9,'20200429105310');
INSERT INTO `wp_yoast_migrations` VALUES (10,'20200430075614');
INSERT INTO `wp_yoast_migrations` VALUES (11,'20200430150130');
INSERT INTO `wp_yoast_migrations` VALUES (12,'20200507054848');
INSERT INTO `wp_yoast_migrations` VALUES (13,'20200513133401');
INSERT INTO `wp_yoast_migrations` VALUES (14,'20200609154515');
INSERT INTO `wp_yoast_migrations` VALUES (15,'20200616130143');
INSERT INTO `wp_yoast_migrations` VALUES (16,'20200617122511');
INSERT INTO `wp_yoast_migrations` VALUES (17,'20200702141921');
INSERT INTO `wp_yoast_migrations` VALUES (18,'20200728095334');
INSERT INTO `wp_yoast_migrations` VALUES (19,'20201202144329');
INSERT INTO `wp_yoast_migrations` VALUES (20,'20201216124002');
INSERT INTO `wp_yoast_migrations` VALUES (21,'20201216141134');
INSERT INTO `wp_yoast_migrations` VALUES (22,'20210817092415');
INSERT INTO `wp_yoast_migrations` VALUES (23,'20211020091404');
INSERT INTO `wp_yoast_migrations` VALUES (24,'20230417083836');
INSERT INTO `wp_yoast_migrations` VALUES (25,'20260105111111');
/*!40000 ALTER TABLE `wp_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_primary_term`
--

DROP TABLE IF EXISTS `wp_yoast_primary_term`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_primary_term` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint DEFAULT NULL,
  `term_id` bigint DEFAULT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_primary_term`
--

LOCK TABLES `wp_yoast_primary_term` WRITE;
/*!40000 ALTER TABLE `wp_yoast_primary_term` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_yoast_primary_term` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_seo_links`
--

DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint unsigned DEFAULT NULL,
  `target_post_id` bigint unsigned DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int unsigned DEFAULT NULL,
  `target_indexable_id` int unsigned DEFAULT NULL,
  `height` int unsigned DEFAULT NULL,
  `width` int unsigned DEFAULT NULL,
  `size` int unsigned DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`),
  KEY `url_index` (`url`),
  KEY `target_indexable_id_index` (`target_indexable_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_links`
--

LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_yoast_seo_links` 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 2026-04-16 19:52:46
